Skip to main content

MediaEventType

Beta

MediaStreamTrack Events

Remarks

See MDN Events

Enumeration Members

Enumeration MemberValueDescription
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).
Unmute"unmute"Beta Sent to the track when data becomes available again, ending the muted state.
Ended"ended"Beta Sent when playback of the track ends (when the value readyState changes to ended).
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
DeviceLost"device:lost"Beta Lost device from authorized device list
NoInputDevices"devices:noinput"Beta No Input Devices, and no further device events will be emitted
Error"error"Beta Other errors
Stream"stream"Beta When stream