Skip to content

Commit

Permalink
docs: add cli args links
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed Sep 24, 2024
1 parent 3f3e334 commit 1ce2418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/python/scenes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ See [Scene API Spec](/content/python-api/scene).
- `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, require CLI standardized parameters. Default = False.
- `cli_args`: If true, require CLI [standardized parameters](#command-line-args). Default = False.
- `headless`: If true, force limited input device auth flow. Default = False.

### Scene Object Callbacks
Expand Down

0 comments on commit 1ce2418

Please sign in to comment.