StopRecordingParameters class abstract

Parameters required to stop the recording.

Implementers

Constructors

StopRecordingParameters.new()

Properties

canPauseResume → bool
no setter
endReport → bool
no setter
hashCode → int
The hash code for this object.
no setterinherited
isTimerRunning → bool
no setter
localSocket → Socket?
no setter
recordingMediaOptions → String
no setter
recordPaused → bool
no setter
recordStarted → bool
no setter
recordStopped → bool
no setter
roomName → String
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
showAlert → ShowAlert?
no setter
socket → Socket?
no setter
startReport → bool
no setter
updateEndReport → UpdateBooleanState
no setter
updateRecordPaused → UpdateBooleanState
no setter
updateRecordStopped → UpdateBooleanState
no setter
updateShowRecordButtons → UpdateBooleanState
no setter
updateStartReport → UpdateBooleanState
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