ConnectSendTransportVideoOptions constructor

ConnectSendTransportVideoOptions({
  1. required ProducerOptionsType videoParams,
  2. required ConnectSendTransportVideoParameters parameters,
  3. Map<String, dynamic>? videoConstraints,
  4. String targetOption = 'all',
})

Implementation

ConnectSendTransportVideoOptions({
  required this.videoParams,
  required this.parameters,
  this.videoConstraints,
  this.targetOption = 'all',
});