-
endedEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
ended events to event
handlers that are not necessarily instances of MediaStreamTrack. [...]
const EventStreamProvider<Event>('ended')
-
muteEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
mute events to event
handlers that are not necessarily instances of MediaStreamTrack. [...]
const EventStreamProvider<Event>('mute')
-
unmuteEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
unmute events to event
handlers that are not necessarily instances of MediaStreamTrack. [...]
const EventStreamProvider<Event>('unmute')