RTCPeerConnectionEventMap<T$>
enum
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
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.