ConferenceParams class

Constructors

ConferenceParams({bool isMuteMicrophone = true, bool isOpenCamera = false, bool isSoundOnSpeaker = true, String? name, bool enableCameraForAllUsers = true, bool enableMicrophoneForAllUsers = true, bool enableMessageForAllUsers = true, bool enableSeatControl = false})

Properties

enableCameraForAllUsers bool
Indicates whether the camera is enabled for all users.
getter/setter pair
enableMessageForAllUsers bool
Indicates whether messaging is enabled for all users.
getter/setter pair
enableMicrophoneForAllUsers bool
Indicates whether the microphone is enabled for all users.
getter/setter pair
enableSeatControl bool
Indicates whether the seat control mode is enabled.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isMuteMicrophone bool
Indicates whether the microphone is muted.
getter/setter pair
isOpenCamera bool
Indicates whether the camera is open.
getter/setter pair
isSoundOnSpeaker bool
Indicates whether the sound is played through the speaker.
getter/setter pair
name String?
The name of the conference.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited