NERtcLocalRecordingStreamInfo constructor
NERtcLocalRecordingStreamInfo({
- int uid = 0,
- int streamType = NERtcVideoStreamType.main,
- int streamLayer = 0,
- required NERtcLocalRecordingLayoutConfig layoutConfig,
Implementation
NERtcLocalRecordingStreamInfo({
this.uid = 0,
this.streamType = NERtcVideoStreamType.main,
this.streamLayer = 0,
required this.layoutConfig,
});