mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-03 22:25:27 +00:00
📈(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:
committed by
aleb_the_flash
parent
b7abd0ae6e
commit
8d000fc6d9
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user