JoinRequest constructor

JoinRequest({
  1. String url = "",
  2. String token = "",
  3. bool e2ee = false,
  4. String? e2eeKey,
  5. bool simulcast = true,
  6. bool adaptiveStream = true,
  7. bool dynacast = true,
  8. String preferredCodec = 'VP8',
  9. bool enableBackupVideoCodec = true,
})

Implementation

JoinRequest({
  this.url = "",
  this.token = "",
  this.e2ee = false,
  this.e2eeKey,
  this.simulcast = true,
  this.adaptiveStream = true,
  this.dynacast = true,
  this.preferredCodec = 'VP8',
  this.enableBackupVideoCodec = true,
});