diff --git a/README.md b/README.md index 6da5b21546d11dd672925c9a7d8739dda971f49c..4223ebdb3cfeaaf2c2dfa49496c1260ea4fd66b3 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,15 @@ To bundle javascript and generate the html templates, run: ```sh 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