JoinRequest constructor
JoinRequest({})
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,
});