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})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited