NERoomUserVideoView constructor
NERoomUserVideoView(})
正常流
Implementation
NERoomUserVideoView(
this.userId, {
Key? key,
this.listener,
this.mirror = false,
this.streamType = NERtcRemoteVideoStreamType.low,
this.fitType = NERtcVideoViewFitType.contain,
this.backgroundColor = const Color(0xFF292933),
}) : subStream = false,
super(key: key ?? _UserVideoKey(userId, false));