Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update statistics.md #1550

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 doc/statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ generated (in UTC).
* **jitter_aggregate** - Experimental. An average value (in milliseconds) of the jitter calculated for incoming and outgoing streams. This hasn't been tested and it is currently not known whether the values are correct or not.
* **rtt_aggregate** - An average value (in milliseconds) of the RTT across all streams.
* **largest_conference** - The number of participants in the largest conference currently hosted on the bridge.
* **conference_sizes** - The distribution of conference sizes hosted on the bridge. It is an array of integers of size 15, and the value at (zero-based) index *i* is the number of conferences with *i* participants. The last element (index 14) also includes conferences with more than 14 participants.
* **conference_sizes** - The distribution of conference sizes hosted on the bridge. It is an array of integers of size 22, and the value at (zero-based) index *i* is the number of conferences with *i* participants. The last element (index 21) also includes conferences with more than 21 participants.
* **audiochannels** - The current number of audio channels.
* **videochannels** - The current number of video channels.
* **conferences** - The current number of conferences.
Expand Down