WebRTCStatsEvent enum

Inheritance
Available extensions

Values

addConnection → const WebRTCStatsEvent
const WebRTCStatsEvent('addConnection')
stats → const WebRTCStatsEvent
const WebRTCStatsEvent('stats')
onIceCandidate → const WebRTCStatsEvent
const WebRTCStatsEvent('onicecandidate')
onTrack → const WebRTCStatsEvent
const WebRTCStatsEvent('ontrack')
onSignalingStateChange → const WebRTCStatsEvent
const WebRTCStatsEvent('onsignalingstatechange')
onIceConnectionStateChange → const WebRTCStatsEvent
const WebRTCStatsEvent('oniceconnectionstatechange')
onIceGatheringStateChange → const WebRTCStatsEvent
const WebRTCStatsEvent('onicegatheringstatechange')
onIceCandidateError → const WebRTCStatsEvent
const WebRTCStatsEvent('onicecandidateerror')
onConnectionStateChange → const WebRTCStatsEvent
const WebRTCStatsEvent('onconnectionstatechange')
onNegotiationNeeded → const WebRTCStatsEvent
const WebRTCStatsEvent('onnegotiationneeded')
onDataChannel → const WebRTCStatsEvent
const WebRTCStatsEvent('ondatachannel')
getUserMedia → const WebRTCStatsEvent
const WebRTCStatsEvent('getUserMedia')
mute → const WebRTCStatsEvent
const WebRTCStatsEvent('mute')
unmute → const WebRTCStatsEvent
const WebRTCStatsEvent('unmute')
overconstrained → const WebRTCStatsEvent
const WebRTCStatsEvent('overconstrained')
ended → const WebRTCStatsEvent
const WebRTCStatsEvent('ended')

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
value String
final

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