From ebec16ba8c020b0bd76ee959fe6de91cedeba6b5 Mon Sep 17 00:00:00 2001 From: sethborg Date: Fri, 17 Jul 2020 10:38:17 -0400 Subject: [PATCH] RTCIceServer.url deprecated in 2013, use .urls https://developer.mozilla.org/en-US/docs/Web/API/RTCIceServer/url --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index e60d500..742ad1b 100644 --- a/script.js +++ b/script.js @@ -27,7 +27,7 @@ let room; const configuration = { iceServers: [{ - url: 'stun:stun.l.google.com:19302' + urls: 'stun:stun.l.google.com:19302' }] }; // RTCPeerConnection