RCRTCCustomLayout.createCustomStreamLayout constructor

RCRTCCustomLayout.createCustomStreamLayout({
  1. required String userId,
  2. required String? tag,
  3. int x = 0,
  4. int y = 0,
  5. int width = 480,
  6. int height = 640,
})

Implementation

RCRTCCustomLayout.createCustomStreamLayout({
  required this.userId,
  required this.tag,
  this.x = 0,
  this.y = 0,
  this.width = 480,
  this.height = 640,
}) : this._type = _RCRTCStreamType.file;