Skip to content

Commit

Permalink
20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
steveseguin authored Jan 24, 2022
1 parent df1f1c5 commit 0b64e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,7 @@ <h3>Change guest settings</h3><br />


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
Expand Down

0 comments on commit 0b64e44

Please sign in to comment.