BRTCVideoParams constructor
BRTCVideoParams({})
Implementation
BRTCVideoParams({
required this.x,
required this.y,
this.userId,
this.isFront,
required this.isLocal,
required this.width,
required this.height,
this.viewId = 0,
});