RePortParameters class abstract

Implemented types
Implementers

Constructors

RePortParameters()

Properties

activeNames List<String>
no setterinherited
adminOnMainScreen bool
no setter
autoAdjust AutoAdjustType
no setterinherited
compareActiveNames CompareActiveNamesType
no setter
compareScreenStates CompareScreenStatesType
no setter
eventType EventType
no setterinherited
getUpdatedAllParams RePortParameters Function()
Returns updated parameters with potential changes
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
islevel String
no setter
lastUpdate int?
no setterinherited
localSocket Socket?
no setterinherited
mainScreenFilled bool
no setter
mainScreenPerson String
no setter
nForReadjust int?
no setterinherited
participants List<Participant>
no setterinherited
prevActiveNames List<String>
no setterinherited
prevScreenStates List<ScreenState>
no setteroverride
recordingDisplayType String
no setterinherited
recordingVideoOptimized bool
no setterinherited
recordPaused bool
no setter
recordResumed bool
no setter
recordStarted bool
no setter
recordStopped bool
no setter
roomName String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenStates List<ScreenState>
no setteroverride
shared bool
no setterinherited
shareScreenStarted bool
no setterinherited
socket Socket?
no setterinherited
trigger TriggerType
no setterinherited
updateDateState int?
no setterinherited
updateLastUpdate → void Function(int? lastUpdate)
no setterinherited
updateNForReadjust → void Function(int nForReadjust)
no setterinherited
updatePrevActiveNames → void Function(List<String> prevActiveNames)
no setterinherited
updatePrevScreenStates → void Function(List<ScreenState>)
no setter
updateScreenStates → void Function(List<ScreenState>)
no setter
updateUpdateDateState → void Function(int? timestamp)
no setterinherited
whiteboardEnded bool
no setterinherited
whiteboardStarted bool
no setterinherited

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