ProducerOptions constructor
ProducerOptions({
- required MediaStreamTrack track,
- required List<
RtpEncodingParameters> encodings, - required ProducerCodecOptions codecOptions,
- required RtpCodecCapability codec,
- required bool stopTracks,
- required bool disableTrackOnPause,
- required bool zeroRtpOnPause,
- required Map<
String, dynamic> appData,
Implementation
ProducerOptions({
required this.track,
required this.encodings,
required this.codecOptions,
required this.codec,
required this.stopTracks,
required this.disableTrackOnPause,
required this.zeroRtpOnPause,
required this.appData,
});