EventAction enum Null safety

Inheritance

Constructors

EventAction(String value)
const
EventAction.fromJson(String value)
factory

Values

callStateUpdated → const EventAction
EventAction('call-state-updated')
inputsUpdated → const EventAction
EventAction('inputs-updated')
publishingUpdated → const EventAction
EventAction('publishing-updated')
participantJoined → const EventAction
EventAction('participant-joined')
participantUpdated → const EventAction
EventAction('participant-updated')
participantLeft → const EventAction
EventAction('participant-left')
activeSpeakerChanged → const EventAction
EventAction('active-speaker-changed')
subscriptionsUpdated → const EventAction
EventAction('subscriptions-updated')
subscriptionProfilesUpdated → const EventAction
EventAction('subscription-profiles-updated')
participantCountsUpdated → const EventAction
EventAction('participant-counts-updated')
availableDevicesUpdated → const EventAction
EventAction('available-devices-updated')
appMessageReceived → const EventAction
EventAction('app-message')
recordingStarted → const EventAction
EventAction('recording-started')
recordingStopped → const EventAction
EventAction('recording-stopped')
recordingError → const EventAction
EventAction('recording-error')
liveStreamStarted → const EventAction
EventAction('live-stream-started')
liveStreamStopped → const EventAction
EventAction('live-stream-stopped')
liveStreamWarning → const EventAction
EventAction('live-stream-warning')
liveStreamError → const EventAction
EventAction('live-stream-error')
error → const EventAction
EventAction('error')

Properties

hashCode int
The hash code for this object.
read-onlyinherited
index int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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<EventAction>
A constant List of the values in this enum, in order of their declaration.
[callStateUpdated, inputsUpdated, publishingUpdated, participantJoined, participantUpdated, participantLeft, activeSpeakerChanged, subscriptionsUpdated, subscriptionProfilesUpdated, participantCountsU…