ProducerOptions constructor

ProducerOptions({
  1. required MediaStreamTrack track,
  2. required List<RtpEncodingParameters> encodings,
  3. required ProducerCodecOptions codecOptions,
  4. required RtpCodecCapability codec,
  5. required bool stopTracks,
  6. required bool disableTrackOnPause,
  7. required bool zeroRtpOnPause,
  8. 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,
});