From 39352866cb809442483bdc8fbb7a84c6912dd00f Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Mon, 1 Feb 2021 10:00:42 +1100 Subject: [PATCH] Updated webrtc error ignore --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 8a7a4ad..eb5885f 100644 --- a/src/index.js +++ b/src/index.js @@ -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", ], }); }