HMSTrackUpdate enum

Track updates you will get when there is any change in the track

Inheritance

Constructors

HMSTrackUpdate()
const

Values

trackAdded → const HMSTrackUpdate
trackRemoved → const HMSTrackUpdate

when track is removed.

trackMuted → const HMSTrackUpdate

when track is muted could be audio,video or both.

trackUnMuted → const HMSTrackUpdate

when track is unmuted could be audio,video or both.

trackDescriptionChanged → const HMSTrackUpdate

when track description is changed

trackDegraded → const HMSTrackUpdate

when video track is degraded

trackRestored → const HMSTrackUpdate

when video track is restored after degrade

defaultUpdate → const HMSTrackUpdate

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<HMSTrackUpdate>
A constant List of the values in this enum, in order of their declaration.