repo: janusweb action: commit revision: path_from: revision_from: 9543f10db7171b5de5d4b7d7a0e58878d74a4899: path_to: revision_to:
commit 9543f10db7171b5de5d4b7d7a0e58878d74a4899 Author: James BaicoianuDate: 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
--- 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-----