MediaEventType
Beta
MediaStreamTrack Events
Remarks
See MDN Events
Enumeration Members
| Enumeration Member | Value | Description |
|---|---|---|
DeviceLost | "device:lost" | Beta Lost device from authorized device list |
DevicesChanged | "devices:changed" | Beta Fired when a media input or output device is attached to or removed from the user's computer. Remarks See MDN Events |
DevicesFound | "devices:found" | Beta Found new devices from authorized device list |
DevicesLost | "devices:lost" | Beta Lost devices from authorized device list |
Ended | "ended" | Beta Sent when playback of the track ends (when the value readyState changes to ended). |
Error | "error" | Beta Other errors |
Mute | "mute" | Beta Sent to the MediaStreamTrack when the value of the muted property is changed to true, indicating that the track is unable to provide data temporarily (such as when the network is experiencing a service malfunction). |
NoInputDevices | "devices:noinput" | Beta No Input Devices, and no further device events will be emitted |
Stream | "stream" | Beta When stream |
Unmute | "unmute" | Beta Sent to the track when data becomes available again, ending the muted state. |