BackupVideoCodec constructor

BackupVideoCodec(
  1. {String codec = 'vp8',
  2. VideoEncoding? encoding,
  3. bool simulcast = true}
)

Implementation

BackupVideoCodec({
  this.codec = 'vp8',
  this.encoding,
  this.simulcast = true,
});