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".

inspect_jitsi.cli._fail(action, conference_url, exc)[source]#
Return type:

None

async inspect_jitsi.cli._monitor(conference_url, name, timeout, *, create, stay)[source]#
Return type:

None

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:

None

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:

None

inspect_jitsi.cli.diagnose(conference_url)[source]#

Print connectivity/auth diagnostics for a Jitsi deployment.

Return type:

None

inspect_jitsi.cli.main()[source]#
Return type:

None

inspect_jitsi.cli.monitor(conference_url, name=<typer.models.OptionInfo object>, create=<typer.models.OptionInfo object>, stay=<typer.models.OptionInfo object>, timeout=<typer.models.OptionInfo object>)[source]#
Return type:

None

inspect_jitsi.cli.participants(conference_url, name=<typer.models.OptionInfo object>)[source]#

Print the participants currently in a Jitsi Meet room, as indented JSON.

Return type:

None