RTCPeerConnectionEventMap<T$> enum

Inheritance
Available extensions

Values

connectionstatechange → const RTCPeerConnectionEventMap<Event>
const RTCPeerConnectionEventMap<_i3.Event>(r'connectionstatechange')
datachannel → const RTCPeerConnectionEventMap<RTCDataChannelEvent>
const RTCPeerConnectionEventMap<_i3.RTCDataChannelEvent>(r'datachannel')
icecandidate → const RTCPeerConnectionEventMap<RTCPeerConnectionIceEvent>
const RTCPeerConnectionEventMap<_i3.RTCPeerConnectionIceEvent>(r'icecandidate')
icecandidateerror → const RTCPeerConnectionEventMap<Event>
const RTCPeerConnectionEventMap<_i3.Event>(r'icecandidateerror')
iceconnectionstatechange → const RTCPeerConnectionEventMap<Event>
const RTCPeerConnectionEventMap<_i3.Event>(r'iceconnectionstatechange')
icegatheringstatechange → const RTCPeerConnectionEventMap<Event>
const RTCPeerConnectionEventMap<_i3.Event>(r'icegatheringstatechange')
negotiationneeded → const RTCPeerConnectionEventMap<Event>
const RTCPeerConnectionEventMap<_i3.Event>(r'negotiationneeded')
signalingstatechange → const RTCPeerConnectionEventMap<Event>
const RTCPeerConnectionEventMap<_i3.Event>(r'signalingstatechange')
track → const RTCPeerConnectionEventMap<RTCTrackEvent>
const RTCPeerConnectionEventMap<_i3.RTCTrackEvent>(r'track')

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