Skip to content

Commit

Permalink
docs: update scnee params
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed Sep 24, 2024
1 parent 2829029 commit 3f3e334
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions content/python/scenes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ scene = Scene(host="arenaxr.org", scene="example")

See [Scene API Spec](/content/python-api/scene).

- `host`: Base ARENA URL.
- `realm`: ARENA realm name.
- `scene`: ARENA scene name.
- `namespace`: ARENA namespace. Default value is ARENA username.
- `host`: Hostname of the ARENA webserver (required).
- `realm`: Reserved topic fork for future use (optional).
- `namespace`: Username of authenticated user or other namespace (automatic).
- `scene`: The name of the scene, without namespace (required).
- `network_latency_interval`: Interval (in ms) to run network graph latency update. Default value is 10000 (10 secs). Ignore this parameter.
- `video`: If true, request permissions for video conference. Default = False.
- `debug`: If true, print a log of all publish messages from this client. Default = False.
- `cli_args`: If true, several [standardized parameters](#command-line-args) are available. Default = False.
- `debug`: If True, print authentication debug information and every published message. Ignore this parameter.
- `network_latency_interval`: Interval (in ms) to run network graph latency update. Default value is 10000 (10 secs). Ignore this parameter.
- `cli_args`: If true, require CLI standardized parameters. Default = False.
- `headless`: If true, force limited input device auth flow. Default = False.

### Scene Object Callbacks

Expand Down

0 comments on commit 3f3e334

Please sign in to comment.