ConferenceParams constructor
ConferenceParams({})
Implementation
ConferenceParams({
this.isMuteMicrophone = true,
this.isOpenCamera = false,
this.isSoundOnSpeaker = true,
this.name,
this.enableCameraForAllUsers = true,
this.enableMicrophoneForAllUsers = true,
this.enableMessageForAllUsers = true,
this.enableSeatControl = false,
});