RoomInfo class
- Available extensions
Constructors
-
RoomInfo({String roomID = '', String roomName = '', RoomUser? roomOwner, int participantCount = 0, int createTime = 0, RoomStatus roomStatus = RoomStatus.scheduled, int scheduledStartTime = 0, int scheduledEndTime = 0, int startReminderInSeconds = 0, List<
RoomUser> ? scheduleAttendees, String? password, bool isAllMicrophoneDisabled = false, bool isAllCameraDisabled = false, bool isAllMessageDisabled = false, })
Properties
- createTime ↔ int
-
getter/setter pair
- 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
-
getter/setter pair
- participantCount ↔ int
-
getter/setter pair
- password ↔ String?
-
getter/setter pair
- roomID ↔ String
-
getter/setter pair
- roomName ↔ String
-
getter/setter pair
- roomOwner ↔ RoomUser
-
getter/setter pair
- roomStatus ↔ RoomStatus
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scheduleAttendees
↔ List<
RoomUser> -
getter/setter pair
- scheduledEndTime ↔ int
-
getter/setter pair
- scheduledStartTime ↔ int
-
getter/setter pair
- startReminderInSeconds ↔ int
-
getter/setter pair
Methods
-
copyWith(
{String? roomID, String? roomName, RoomUser? roomOwner, int? participantCount, int? createTime, RoomStatus? roomStatus, int? scheduledStartTime, int? scheduledEndTime, int? startReminderInSeconds, List< RoomUser> ? scheduleAttendees, String? password, bool? isAllMicrophoneDisabled, bool? isAllCameraDisabled, bool? isAllMessageDisabled, }) → RoomInfo -
Available on RoomInfo, provided by the RoomInfoExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateFromModifyFlags(
RoomInfo source, List< TUIConferenceModifyFlag> flags) → RoomInfo -
Available on RoomInfo, provided by the RoomInfoExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited