mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-04 14:45:40 +00:00
fixup! wip try to enhance error handling
This commit is contained in:
@@ -238,7 +238,8 @@ export function useJoinTracks(): {
|
|||||||
// A camera problem (permission, device missing/busy) is not the
|
// A camera problem (permission, device missing/busy) is not the
|
||||||
// effect's fault: let the normal media error handling deal with it
|
// effect's fault: let the normal media error handling deal with it
|
||||||
// without touching the user's saved effect.
|
// without touching the user's saved effect.
|
||||||
if (getMediaDeviceFailure(error as Error)) {
|
const e = getMediaDeviceFailure(error as Error)
|
||||||
|
if (e !== MediaDeviceFailure.Other && !!e) {
|
||||||
throw error
|
throw error
|
||||||
}
|
}
|
||||||
reportError('effects_processor_failure', error, {
|
reportError('effects_processor_failure', error, {
|
||||||
|
|||||||
Reference in New Issue
Block a user