inspect_jitsi.cli module#
Command line interface.
inspect-jitsi count|participants|diagnose|created|monitor <conference-url>.
Requires the "cli" extra: pip install inspect-jitsi[cli].
count/participants join the room under a display name, set via
--name, the INSPECT_JITSI_NAME environment variable, or defaulting
to "inspect-jitsi".
- async inspect_jitsi.cli._monitor(conference_url, name, timeout, *, create, stay)[source]#
- Return type:
- inspect_jitsi.cli.count(conference_url, name=<typer.models.OptionInfo object>)[source]#
Print the number of participants currently in a Jitsi Meet room.
- Return type:
- inspect_jitsi.cli.created(conference_url, json_output=<typer.models.OptionInfo object>)[source]#
Exit 0 if the room exists, 1 if not. Prints nothing unless –json is given.
- Return type:
- inspect_jitsi.cli.diagnose(conference_url)[source]#
Print connectivity/auth diagnostics for a Jitsi deployment.
- Return type: