SfuEvent_EventPayload enum

Inheritance

Constructors

SfuEvent_EventPayload()
const

Values

subscriberOffer → const SfuEvent_EventPayload
publisherAnswer → const SfuEvent_EventPayload
connectionQualityChanged → const SfuEvent_EventPayload
audioLevelChanged → const SfuEvent_EventPayload
iceTrickle → const SfuEvent_EventPayload
changePublishQuality → const SfuEvent_EventPayload
participantJoined → const SfuEvent_EventPayload
participantLeft → const SfuEvent_EventPayload
dominantSpeakerChanged → const SfuEvent_EventPayload
joinResponse → const SfuEvent_EventPayload
healthCheckResponse → const SfuEvent_EventPayload
trackPublished → const SfuEvent_EventPayload
trackUnpublished → const SfuEvent_EventPayload
error → const SfuEvent_EventPayload
callGrantsUpdated → const SfuEvent_EventPayload
goAway → const SfuEvent_EventPayload
iceRestart → const SfuEvent_EventPayload
pinsUpdated → const SfuEvent_EventPayload
callEnded → const SfuEvent_EventPayload
participantUpdated → const SfuEvent_EventPayload
notSet → const SfuEvent_EventPayload

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<SfuEvent_EventPayload>
A constant List of the values in this enum, in order of their declaration.