From 3e30724e8c12bb083adc14eb38c74367e3c7d81f Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Sun, 20 Jun 2021 12:33:23 -0400 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 182052f..44e7ba7 100644 --- a/index.html +++ b/index.html @@ -1640,7 +1640,7 @@ } var session = WebRTC.Media; // session is a required global variable if configuring manually. Run before loading main.js but after webrtc.js. - session.version = "18.1"; + session.version = "18.2"; session.streamID = session.generateStreamID(); // randomly generates a streamID for this session. You can set your own programmatically if needed session.defaultPassword = "someEncryptionKey123"; // Change this password if self-deploying for added security/privacy