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