mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Show notification in case of error
This commit is contained in:
parent
d06cca34d4
commit
4830a8cef9
@ -1000,6 +1000,7 @@ class CallWindow extends CustomEvents {
|
|||||||
catch(e)
|
catch(e)
|
||||||
{
|
{
|
||||||
console.error("Failure", e);
|
console.error("Failure", e);
|
||||||
|
notify("Failed to process local video!", "error");
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user