WhiteboardParameters class abstract
Parameters for the Whiteboard widget.
Contains all the state and callbacks needed for whiteboard functionality.
- Implementers
Constructors
Properties
- captureCanvasStream → CaptureCanvasStreamType?
-
no setter
- getUpdatedAllParams → WhiteboardParameters Function()
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- islevel → String
-
no setter
- member → String
-
no setter
- onScreenChanges → OnScreenChangesType
-
no setter
-
participants
→ List<
Participant> -
no setter
-
participantsAll
→ List<
Participant> -
no setter
- recordingMediaOptions → String
-
no setter
- recordPaused → bool
-
no setter
- recordResumed → bool
-
no setter
- recordStarted → bool
-
no setter
- recordStopped → bool
-
no setter
-
redoStack
→ List<
WhiteboardShape> -
no setter
- roomName → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenId → String
-
no setter
-
shapes
→ List<
WhiteboardShape> -
no setter
-
no setter
- showAlert → ShowAlert?
-
no setter
- socket → Socket?
-
no setter
- targetResolution → String?
-
no setter
- targetResolutionHost → String?
-
no setter
-
undoStack
→ List<
String> -
no setter
-
updateCanvasWhiteboard
→ void Function(GlobalKey<
State< ?)StatefulWidget> > -
no setter
-
updateParticipants
→ void Function(List<
Participant> ) -
no setter
-
updateRedoStack
→ void Function(List<
WhiteboardShape> ) -
no setter
- updateScreenId → void Function(String)
-
no setter
-
updateShapes
→ void Function(List<
WhiteboardShape> ) -
no setter
-
no setter
-
updateUndoStack
→ void Function(List<
String> ) -
no setter
- updateUseImageBackground → void Function(bool)
-
no setter
- updateWhiteboardEnded → void Function(bool)
-
no setter
- updateWhiteboardStarted → void Function(bool)
-
no setter
-
updateWhiteboardUsers
→ void Function(List<
WhiteboardUser> ) -
no setter
- useImageBackground → bool
-
no setter
- whiteboardEnded → bool
-
no setter
- whiteboardStarted → bool
-
no setter
-
whiteboardUsers
→ List<
WhiteboardUser> -
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