RoomInfo class

Room info

Represents complete room information, including basic info and configuration options.

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, bool isAllScreenShareDisabled = false})

Properties

createTime int
Create time.
getter/setter pair
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
participantCount int
Participant count.
getter/setter pair
password String?
Room password.
getter/setter pair
roomID String
Room ID.
getter/setter pair
roomName String
Room name.
getter/setter pair
roomOwner RoomUser
Room owner.
getter/setter pair
roomStatus RoomStatus
Room status.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleAttendees List<RoomUser>
Scheduled attendees list.
getter/setter pair
scheduledEndTime int
Scheduled end time.
getter/setter pair
scheduledStartTime int
Scheduled start time.
getter/setter pair
startReminderInSeconds int
Reminder seconds before start.
getter/setter pair

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