repo: janusweb action: commit revision: path_from: revision_from: 1d6730adfdf08e6f6af991dd67eca563d5d6e8f5: path_to: revision_to:
commit 1d6730adfdf08e6f6af991dd67eca563d5d6e8f5 Author: James BaicoianuDate: Thu Apr 26 03:36:28 2018 -0700 Room private support diff --git a/scripts/room.js b/scripts/room.js
--- a/scripts/room.js
+++ b/scripts/room.js
@@ -1457,7 +1457,7 @@ elation.require([
return urls;
}
this.getServer = function() {
- if (!this._server) {
+ if (!this._server && !this.private) {
var hashargs = elation.url();
var host = elation.utils.any(this.server, hashargs['janus.server'], elation.config.get('janusweb.network.host')),
port = elation.utils.any(this.port, hashargs['janus.port'], elation.config.get('janusweb.network.port'), 5567);
-----END OF PAGE-----