ConfigureWhiteboardModalParameters class abstract

Parameters for the ConfigureWhiteboardModal widget.

Implementers

Constructors

ConfigureWhiteboardModalParameters.new()

Properties

breakOutRoomEnded → bool
no setter
breakOutRoomStarted → bool
no setter
canStartWhiteboard → bool
no setter
captureCanvasStream → CaptureCanvasStreamType?
no setter
eventType → EventType
no setter
getUpdatedAllParams → ConfigureWhiteboardModalParameters Function()
no setter
hashCode → int
The hash code for this object.
no setterinherited
hostLabel → String
no setter
islevel → String
no setter
itemPageLimit → int
no setter
onScreenChanges → OnScreenChangesType
no setter
participants → List<Participant>
no setter
prepopulateUserMedia → PrepopulateUserMediaType
no setter
recordingMediaOptions → String
no setter
recordPaused → bool
no setter
recordResumed → bool
no setter
recordStarted → bool
no setter
recordStopped → bool
no setter
rePort → RePortType
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
updateCanStartWhiteboard → void Function(bool)
no setter
updateIsConfigureWhiteboardModalVisible → void Function(bool)
no setter
updateWhiteboardEnded → void Function(bool)
no setter
updateWhiteboardStarted → void Function(bool)
no setter
updateWhiteboardUsers → void Function(List<WhiteboardUser>)
no setter
whiteboardEnded → bool
no setter
whiteboardStarted → bool
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