Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/occ.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Allows you to check if calls are currently in process

## talk:monitor:room

Prints a list with conversations that have an active call as well as their participant count
Prints the number of attendees, active sessions and participant in the call.

### Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/Command/Monitor/Room.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected function configure(): void {

$this
->setName('talk:monitor:room')
->setDescription('Prints a list with conversations that have an active call as well as their participant count')
->setDescription('Prints the number of attendees, active sessions and participant in the call.')
->addArgument(
'token',
InputArgument::REQUIRED,
Expand Down