repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 9543f10db7171b5de5d4b7d7a0e58878d74a4899:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 9543f10db7171b5de5d4b7d7a0e58878d74a4899
Author: James Baicoianu 
Date:   Fri Jul 24 19:03:53 2020 -0700

    Room exposes sync and js_id params

diff --git a/scripts/room.js b/scripts/room.js
index 0d42ca8aac5b066679ae23a9ea739b6a9fadb602..
index ..9ced66606c6e6b5d34b8c6acf6b376bada882a48 100644
--- a/scripts/room.js
+++ b/scripts/room.js
@@ -71,6 +71,7 @@ elation.require([
         'selfavatar': { type: 'boolean', default: false },
         'requirescripts': { type: 'string' },
         'onload': { type: 'string' },
+        'sync': { type: 'boolean', default: false },
       });
       this.translators = {
         '^about:blank$': elation.janusweb.translators.blank({janus: this.janus}),
@@ -1837,6 +1838,8 @@ elation.require([
           selfavatar:    ['property', 'selfavatar'],
           requirescripts:['property', 'requirescripts'],
           pos:           ['property', 'spawnpoint.position'],
+          sync:          ['property', 'sync'],
+          js_id:         ['property', 'roomid'],

           skybox:         ['property', 'skybox'],
           skybox_left_id: ['property', 'skybox_left'],

-----END OF PAGE-----