ScheduleRoomOptions class

Schedule room options.

Configuration options when scheduling a room.

Available extensions

Constructors

ScheduleRoomOptions({String roomName = '', String password = '', int scheduleStartTime = 0, int scheduleEndTime = 0, int reminderSecondsBeforeStart = 0, List<String>? scheduleAttendees, 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
Whether all cameras are disabled.
getter/setter pair
isAllMessageDisabled ↔ bool
Whether all messages are disabled.
getter/setter pair
isAllMicrophoneDisabled ↔ bool
Whether all microphones are disabled.
getter/setter pair
isAllScreenShareDisabled ↔ bool
Whether all screen sharing is disabled.
getter/setter pair
password ↔ String
Room password.
getter/setter pair
reminderSecondsBeforeStart ↔ int
Reminder seconds before start.
getter/setter pair
roomName ↔ String
Room name.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scheduleAttendees ↔ List<String>
Scheduled attendee ID list.
getter/setter pair
scheduleEndTime ↔ int
Scheduled end time.
getter/setter pair
scheduleStartTime ↔ int
Scheduled start time.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEngineConferenceInfo(String roomID) → TUIConferenceInfo

Available on ScheduleRoomOptions, provided by the ScheduleRoomOptionsExtension extension

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

Operators

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