BackupVideoCodec constructor

const BackupVideoCodec({
  1. bool enabled = true,
  2. String codec = defaultVideoCodec,
  3. VideoEncoding? encoding,
  4. bool simulcast = true,
})

Implementation

const BackupVideoCodec({
  this.enabled = true,
  this.codec = defaultVideoCodec,
  this.encoding,
  this.simulcast = true,
});