Updated webrtc error ignore

This commit is contained in:
Mitchell McCaffrey 2021-02-01 10:00:42 +11:00
parent 613beff72e
commit 39352866cb

View File

@ -25,7 +25,7 @@ if (process.env.REACT_APP_LOGGING === "true") {
"QuotaExceededError",
"XDR encoding failure",
"Assertion failed: Input argument is not an HTMLInputElement",
"ERR_WEBRTC_SUPPORT",
"No WebRTC support",
],
});
}