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