Browse Source

Fix command description

Signed-off-by: Vitor Mattos <vitor@php.rio>
pull/9375/head
Vitor Mattos 3 years ago
parent
commit
cd221eab51
  1. 2
      docs/occ.md
  2. 2
      lib/Command/Monitor/Room.php

2
docs/occ.md

@ -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 total of attendeers, sessions and active participants.
### Usage

2
lib/Command/Monitor/Room.php

@ -46,7 +46,7 @@ class Room extends Base {
$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 total of attendeers, sessions and active participants.')
->addArgument(
'token',
InputArgument::REQUIRED,

Loading…
Cancel
Save