-
addStreamEvent
→ const EventStreamProvider<MediaStreamEvent>
-
Static factory designed to expose
addstream
events to event
handlers that are not necessarily instances of RtcPeerConnection. [...]
const EventStreamProvider<MediaStreamEvent>('addstream')
-
dataChannelEvent
→ const EventStreamProvider<RtcDataChannelEvent>
-
Static factory designed to expose
datachannel
events to event
handlers that are not necessarily instances of RtcPeerConnection. [...]
const EventStreamProvider<RtcDataChannelEvent>('datachannel')
-
iceCandidateEvent
→ const EventStreamProvider<RtcPeerConnectionIceEvent>
-
Static factory designed to expose
icecandidate
events to event
handlers that are not necessarily instances of RtcPeerConnection. [...]
const EventStreamProvider<RtcPeerConnectionIceEvent>('icecandidate')
-
iceConnectionStateChangeEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
iceconnectionstatechange
events to event
handlers that are not necessarily instances of RtcPeerConnection. [...]
const EventStreamProvider<Event>('iceconnectionstatechange')
-
negotiationNeededEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
negotiationneeded
events to event
handlers that are not necessarily instances of RtcPeerConnection. [...]
const EventStreamProvider<Event>('negotiationneeded')
-
removeStreamEvent
→ const EventStreamProvider<MediaStreamEvent>
-
Static factory designed to expose
removestream
events to event
handlers that are not necessarily instances of RtcPeerConnection. [...]
const EventStreamProvider<MediaStreamEvent>('removestream')
-
signalingStateChangeEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
signalingstatechange
events to event
handlers that are not necessarily instances of RtcPeerConnection. [...]
const EventStreamProvider<Event>('signalingstatechange')