This commit is contained in:
Steve Seguin 2022-01-24 09:13:43 -05:00 committed by GitHub
parent df1f1c5e09
commit 0b64e44e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1872,7 +1872,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 = "20.3";
session.version = "20.4";
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