NERtcLiveStreamUserTranscoding constructor
NERtcLiveStreamUserTranscoding({})
Implementation
NERtcLiveStreamUserTranscoding(
{required this.uid,
this.videoPush = true,
this.audioPush = true,
this.adaption = NERtcLiveStreamVideoScaleMode.liveStreamModeVideoScaleFit,
this.x = 0,
this.y = 0,
this.width = 0,
this.height = 0});