Device End Events
Since v1.7.1, Eyeson detects broken microphone and camera streams.
Camera will be switched off and Microphone will automatically try changing to a
new available device.
audio_device_ended
Broken microphone stream, changed to a new device.
{
type: 'audio_device_ended',
newAudioDevice: '<new audio device label>' | undefined
}
video_device_ended
Broken camera stream, video is muted.
{
type: 'video_device_ended'
}
all_devices_ended
Broken microphone and camera streams, changed to a new audio device, video is muted.
{
type: 'all_devices_ended',
newAudioDevice: '<new audio device label>' | undefined
}