MTVideoCallOption constructor
const
MTVideoCallOption({
- MTVideoEncoding? cameraEncoding,
- MTVideoEncoding? screenEncoding,
- bool enableAdaptiveStream = false,
- bool enableDynacast = false,
- bool enableSimulcast = true,
- bool enableBackupVideoCodec = true,
- 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',
});