📈(frontend) stop double-reporting media device failures

Only report `Other` `MediaDeviceFailure` cases as they genuinely
need investigation.

Make sure we do not report the same situation both as a media event
and as a media exception when it is already handled.
This commit is contained in:
lebaudantoine
2026-08-14 12:55:09 +02:00
committed by aleb_the_flash
parent b7abd0ae6e
commit 8d000fc6d9
4 changed files with 14 additions and 10 deletions
@@ -23,6 +23,7 @@ export type LogCode =
| 'livekit_room_error'
| 'device_switch_failure'
| 'permission_poll_failure'
| 'media_devices_error_event'
// non-media families
| 'participant_mute_api_failure'
| 'permissions_api_failure'