RCRTCCustomLayout.create constructor
RCRTCCustomLayout.create({})
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;