ScreenboardParameters class abstract

Parameters for the Screenboard widget. Matches React ScreenboardParameters interface.

Implementers

Constructors

ScreenboardParameters.new()

Properties

annotateScreenStream → bool
no setter
canvasScreenboard → dynamic
The canvas/capture instance for annotation broadcasting (web only). On web, this is an HTMLCanvasElement from ScreenAnnotationCapture.
no setter
getUpdatedAllParams → ScreenboardParameters Function()
no setter
hashCode → int
The hash code for this object.
no setterinherited
hostLabel → String
no setter
islevel → String
no setter
member → 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
sleep → SleepType
no setter
updateAnnotateScreenStream → void Function(bool)
no setter
updateCanvasScreenboard → void Function(dynamic)
no setter
updateIsScreenboardModalVisible → void Function(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