Show notification in case of error

This commit is contained in:
Pierre HUBERT 2021-01-30 20:28:29 +01:00
parent d06cca34d4
commit 4830a8cef9

View File

@ -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");
} }
})(); })();