fix: Clear stale media unavailable errors when a camera recovers (#2627)
- Closes: #2576
This commit is contained in:
@@ -49,7 +49,7 @@ export class ProviderErrorDetector implements LivenessDetector {
|
||||
state: 'not_live',
|
||||
authority: 'hard',
|
||||
reason: ev.detail.reason ?? 'playback_error',
|
||||
description: ev.detail.detail,
|
||||
description: ev.detail.description,
|
||||
};
|
||||
this._onChange();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user