From 4bcb10a2b05a5614927606c0902fec93447bbcc8 Mon Sep 17 00:00:00 2001 From: vasanth Date: Thu, 14 Mar 2024 18:32:14 -0400 Subject: [PATCH] Update webrtc.js --- webrtc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc.js b/webrtc.js index d803152..2f8cc74 100755 --- a/webrtc.js +++ b/webrtc.js @@ -17,7 +17,7 @@ const USE_VIDEO = true; // You can continue using this signalling server or spin up your own. // Source to code for thiscan be found at https://github.com/vasanthv/talk/blob/master/signalling-server/index.js -const SIGNALLING_SERVER = "http://localhost:3000"; +const SIGNALLING_SERVER = "https://talk-zxrf.onrender.com"; let signalingSocket = null; /* our socket.io connection to our webserver */ let localMediaStream = null; /* our own microphone / webcam */