MTVideoCallOption constructor

const MTVideoCallOption({
  1. MTVideoEncoding? cameraEncoding,
  2. MTVideoEncoding? screenEncoding,
  3. bool enableAdaptiveStream = false,
  4. bool enableDynacast = false,
  5. bool enableSimulcast = true,
  6. bool enableBackupVideoCodec = true,
  7. String preferredCodec = 'VP8',
})

Implementation

const MTVideoCallOption({
  this.cameraEncoding,
  this.screenEncoding,
  this.enableAdaptiveStream = false,
  this.enableDynacast = false,
  this.enableSimulcast = true,
  this.enableBackupVideoCodec = true,
  this.preferredCodec = 'VP8',
});