RCRTCCustomLayout.create constructor

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

Implementation

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