ProducerInfo constructor
ProducerInfo({
- required String id,
- required StreamType type,
- required MediaStreamTrack track,
- required Producer producer,
- required MediaStream stream,
- bool paused = false,
- Map<
String, dynamic> ? stoppedTrackSettings,
Implementation
ProducerInfo({
required this.id,
required this.type,
required this.track,
required this.producer,
required this.stream,
this.paused = false,
this.stoppedTrackSettings,
});