CreateRoomOptions constructor
Implementation
CreateRoomOptions({
this.roomName = '',
this.password = '',
this.isAllMicrophoneDisabled = false,
this.isAllCameraDisabled = false,
this.isAllScreenShareDisabled = false,
this.isAllMessageDisabled = false,
});