From 8c409ff8fc4c2d55ae91458ae83f3aeb5a975674 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Tue, 21 Dec 2021 10:40:16 -0500 Subject: [PATCH] Update index.html --- index.html | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/index.html b/index.html index 1f3b307..93c93be 100644 --- a/index.html +++ b/index.html @@ -1798,25 +1798,11 @@ // session.configuration.iceTransportPolicy = "relay"; // uncomment to enable "&privacy" and force the TURN server - ///// Different officially hosted handshake endpoints are available; each isolated from each other. - // session.wss = "wss://wss13.obs.ninja:443"; // US-East (Default) - // session.wss = "wss://apibackup.obs.ninja:443"; // US-West - // session.wss = "wss://jp1wss.obs.ninja:443"; // Japan - // session.wss = "wss://au1wss.obs.ninja:443"; // Australia - // session.wss = "wss://de1wss.obs.ninja:443"; // Germany - // session.wss = "wss://insecure.cam:444"; // China - ////// - /// If wanting to fully-self-host, uncomment the following and deploy your own websocket server; good for air-gapped deployments - // session.wss = "wss://wss.contribute.cam:443"; // https://github.com/steveseguin/websocket_server - // session.customWSS = true; - ////// - - /////// Or you can use piesocket.com if you wish to have a basic free websocket server hosted for you by a third-party - //session.customWSS = true; // Set to true to have Piesocket.com - //var apiKey = "ZCu96UFf9ezeQeClK7BOCkq6Q0x0lxWAPJcgxjz5"; // GET YOUR OWN API KEY at piesocket.com, as using this one is a privacy hazard. - //session.wss = "wss://us-nyc-1.websocket.me/v3/1?api_key="+apiKey; - //////////// + /// If wanting to fully-self-host, uncomment the following and deploy your own websocket server; good for air-gapped deployments + // session.wss = "wss://wss.contribute.cam:443"; // https://github.com/steveseguin/websocket_server + // session.customWSS = true; + ////// ///// The following lets you set the defaults