BackupVideoCodec constructor
- {String codec = 'vp8',
- VideoEncoding? encoding,
- bool simulcast = true}
Implementation
BackupVideoCodec({
this.codec = 'vp8',
this.encoding,
this.simulcast = true,
});
BackupVideoCodec({
this.codec = 'vp8',
this.encoding,
this.simulcast = true,
});