Skip to content
Snippets Groups Projects
Unverified Commit 39c303fd authored by Brian Peiris's avatar Brian Peiris Committed by GitHub
Browse files

Merge pull request #131 from mozilla/other/document-query-params

document query params
parents a6dc8e99 ebfa96c8
No related branches found
No related tags found
No related merge requests found
...@@ -20,3 +20,15 @@ To bundle javascript and generate the html templates, run: ...@@ -20,3 +20,15 @@ To bundle javascript and generate the html templates, run:
```sh ```sh
yarn build yarn build
``` ```
## Query Params
- `room` - Id of the room (an integer) that you want to join
- `allow_multi` - Allow multiple instances off the app in the same browser session
- `enable_screen_sharing` - Enable screen sharing
- `accept_screen_shares` - Display screens shared by other users
- `avatar_scale` - Scale your self!
- `quality` - Either "low" or "high". Force assets to a certain quality level
- `mobile` - Force mobile mode
- `no_stats` - Disable performance stats
- `vr_entry_type` - Either "gearvr" or "daydream". Used internally to force a VR entry type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment