Skip to content

Commit

Permalink
Update webrtc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vasanthv committed Mar 14, 2024
1 parent 14b326e commit 4bcb10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4bcb10a

Please sign in to comment.