SfuEvent_EventPayload enum
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
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.