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
getter/setter pair
enableMessageForAllUsers bool
getter/setter pair
enableMicrophoneForAllUsers bool
getter/setter pair
enableSeatControl bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isMuteMicrophone bool
getter/setter pair
isOpenCamera bool
getter/setter pair
isSoundOnSpeaker bool
getter/setter pair
name String?
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