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