ConnectSendTransportVideoOptions constructor
- required ProducerOptionsType videoParams,
- required ConnectSendTransportVideoParameters parameters,
- Map<
String, dynamic> ? videoConstraints, - String targetOption = 'all',
Implementation
ConnectSendTransportVideoOptions({
required this.videoParams,
required this.parameters,
this.videoConstraints,
this.targetOption = 'all',
});