Events enum

Inheritance
Available extensions

Values

roomJoined → const Events
roomLeft → const Events
roomStateChanged → const Events
entryRequested → const Events
entryResponded → const Events
micRequested → const Events
cameraRequested → const Events
participantJoined → const Events
participantLeft → const Events
pinStateChanged → const Events
participantModeChanged → const Events
speakerChanged → const Events
presenterChanged → const Events
streamEnabled → const Events
streamDisabled → const Events
streamPaused → const Events
streamResumed → const Events
videoQualityChanged → const Events
recordingStarted → const Events
recordingStopped → const Events
recordingStateChanged → const Events
liveStreamStarted → const Events
liveStreamStopped → const Events
liveStreamStateChanged → const Events
hlsStarted → const Events
hlsStopped → const Events
hlsStateChanged → const Events
transcriptionStateChanged → const Events
transcriptionText → const Events
error → const Events
deviceChanged → const Events
characterJoined → const Events
characterLeft → const Events
characterMessage → const Events
userMessage → const Events
characterStateChanged → const Events
whiteboardStarted → const Events
whiteboardStopped → const Events
e2eeStateChanged → const Events
pausedAllStreams → const Events
resumedAllStreams → const Events
mediaRelayRequestReceived → const Events
mediaRelayStarted → const Events
mediaRelayStopped → const Events
mediaRelayError → const Events
mediaRelayRequestResponse → const Events
translationStateChanged → const Events
translationText → const Events
translationLanguageChanged → const Events
qualityLimitation → const Events
streamStateChanged → const Events

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
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

Constants

values → const List<Events>
A constant List of the values in this enum, in order of their declaration.