BreakoutRoomsModalParameters class abstract

Parameters for managing breakout rooms within a meeting.

Implementers

Constructors

BreakoutRoomsModalParameters.new()

Properties

breakOutRoomEnded → bool
no setter
breakoutRooms → List<List<BreakoutParticipant>>
no setter
breakOutRoomStarted → bool
no setter
canStartBreakout → bool
no setter
getUpdatedAllParams → BreakoutRoomsModalParameters Function()
no setter
hashCode → int
The hash code for this object.
no setterinherited
itemPageLimit → int
no setter
localSocket → Socket?
no setter
meetingDisplayType → String
no setter
participants → List<Participant>
no setter
prevMeetingDisplayType → String
no setter
roomName → String
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
shared → bool
no setter
shareScreenStarted → bool
no setter
showAlert → ShowAlert?
no setter
socket → Socket?
no setter
updateBreakOutRoomEnded → void Function(bool)
no setter
updateBreakoutRooms → void Function(List<List<BreakoutParticipant>>)
no setter
updateBreakOutRoomStarted → void Function(bool)
no setter
updateCanStartBreakout → void Function(bool)
no setter
updateCurrentRoomIndex → void Function(int)
no setter
updateMeetingDisplayType → void Function(String)
no setter

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