repo: janusweb action: commit revision: path_from: revision_from: 2e84ed257ce3f5753cd1e03cef4f9d14e6504914: path_to: revision_to:
commit 2e84ed257ce3f5753cd1e03cef4f9d14e6504914 Author: James BaicoianuDate: Fri Jan 13 23:04:01 2017 -0800 More client arguments diff --git a/README.md b/README.md
--- a/README.md +++ b/README.md @@ -88,18 +88,32 @@ JanusWeb supports several arguments at initialization time to control how it beh
| Name | Description | Default |
|---|---|---|
| autoload | Load URL by default or wait for script | true |
| crosshair | Show player crosshair | true |
| homepage | Default page to go to when user presses home button | https://web.janusvr.com/ |
| url | Default page to load | (homepage) |
| networking | Enable networking | true |
| picking | Enable mouse interactions | true |
| resolution | If specified, restrict the renderer to + the specified size | (none) |
| shownavigation | Control visibility of navigation bar | true |
| showchat | Control visibility of chat | true |
| stats | Enable render performance stats | false |
| url | Default page to load | (homepage) |
| usevoip | Enable or disable VOIP functionality (NOTE - disabled pending browser support for Opus via WebAudio) | false |
| resolution | If specified, restrict the renderer to - a the specified size | (none) |
| networking | Enable or disable networking | true |
| autoload | Load URL by default or wait for script | true |
-----END OF PAGE-----