CreateRoomOptions class

Available extensions

Constructors

CreateRoomOptions({String roomName = '', String password = '', bool isAllMicrophoneDisabled = false, bool isAllCameraDisabled = false, bool isAllScreenShareDisabled = false, bool isAllMessageDisabled = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
isAllCameraDisabled bool
getter/setter pair
isAllMessageDisabled bool
getter/setter pair
isAllMicrophoneDisabled bool
getter/setter pair
isAllScreenShareDisabled bool
getter/setter pair
password String
getter/setter pair
roomName 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
toEngineRoomInfo(String roomID) → TUIRoomInfo

Available on CreateRoomOptions, provided by the RoomOptionsExtension extension

toString() String
A string representation of this object.
inherited

Operators

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