• window.janus.version- The version of JanusVR that you are using. (READ ONLY)
• window.janus.versiononline- Latest version of JanusVR on the internet. (READ ONLY)
• window.janus.currentkey- Current key being pressed in JanusVR, regardless of UI focus. (READ ONLY)
• window.janus.chat- Array of all chat messages received by the user. (READ ONLY)
• window.janus.networkstatus- Current room's presence server status. Returns 0 if offline, 1 if connecting, 2 if online and -1 if there is an error. (READ ONLY)
• window.janus.networkerror- String containing an explanation of why there was an error. Only relevant if window.janus.networkstatus is -1. (READ ONLY)
• window.janus.roomserver- The presence server that the current room is using. (READ ONLY)
• window.janus.playercount- Number of players in the room. (READ ONLY)
• window.janus.hmd- A boolean that reports whether or not there is a VR headset connected and enabled. (READ ONLY)
• window.janus.bookmarks[index].url- References a bookmark url from the bookmarks list. (READ ONLY)
• window.janus.bookmarks[index].thumbnail- References a bookmark thumbnail from the bookmarks list. (READ ONLY)
• window.janus.bookmarks[index].title- References a bookmark title from the bookmarks list. (READ ONLY)
• window.janus.workspaces[index].url- References a local workspace url from the bookmarks list. (READ ONLY)
• window.janus.workspaces[index].thumbnail- References a local workspace thumbnail from the bookmarks list. (READ ONLY)
• window.janus.workspaces[index].title- References a local workspace title from the bookmarks list. (READ ONLY)
• window.janus.partymodedata[index].name- Returns the partymode broadcaster's current destination's title. (READ ONLY)
• window.janus.partymodedata[index].userId- Returns the partymode broadcaster's userId. (READ ONLY)
• window.janus.partymodedata[index].url- Returns the url that the partymode broadcaster is visiting. (READ ONLY
• window.janus.playerlist- An array of all players in the room. Each index contains a .pos , .xdir, .ydir and .zdir, each with an x y and z value of their own. Index 0 is always your own user.(READ ONLY)
• window.janus.userid- The user's current userid. (READ ONLY)
• window.janus.avatarlighting- A boolean of whether or not the avatar is using built in JanusVR lighting (true) or is full-brightness (false).
• window.janus.selected_asset- Returns a javascript object containing all attributes associated with the selected room object's asset.