Skip to content

Commit

Permalink
Calls updates for v10
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarnermm committed Sep 11, 2024
1 parent be1b8ac commit f572bf6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion source/collaborate/make-calls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ You can access and share debug logs from **Account screen > Settings > Report a
Call stats dump
~~~~~~~~~~~~~~~

In cases where there are audio/video issues, difficulty in hearing other participants, and/or stuttering video and/or choppy audio, run the ``/call stats`` slash command in the channel where the call is currently active. This returns a JSON object via an ephemeral message.
In cases where there are audio/video issues, difficulty in hearing other participants, and/or stuttering video and/or choppy audio, run the ``/call stats`` slash command in the channel where the call is currently active. This returns a JSON object via an ephemeral message. Additionally, run the ``/call logs`` command to review the client logs for the last call session.

You can run this command in an active call or after leaving the call in question. However, we will only save data for the last joined call so joining again will delete the previous call's feedback.

Expand Down
10 changes: 4 additions & 6 deletions source/configure/calls-deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,10 @@ Network
Limitations
-----------

- In Mattermost Cloud, up to 50 participants per channel can join a call.
- In Mattermost self-hosted deployments, the default maximum number of participants is unlimited; however, we recommend a maximum of 50 participants per call. Maximum call participants is configurable by going to **System Console > Plugin Management > Calls > Max call participants**. Call participant limits greatly depends on instance resources. For more details, refer to the :ref:`performance section <configure/calls-deployment:performance>` below.

.. note::

We recommend that Enterprise self-hosted customers looking for group calls beyond 50 concurrent users consider using the external, dedicated, and scalable rtcd service. See the :doc:`self-hosted calls deployment </configure/calls-deployment>` documentation for details.
- All Mattermost customers can start, join, and participate in 1:1 audio calls with optional screen sharing.
- For group calls up to 50 concurrent users, Mattermost Enterprise, Professional, or Mattermost Cloud is required.
- Enterprise customers can also `record calls <#record-a-call>`__, enable :ref:`live text captions <collaborate/make-calls:live captions during calls (beta)>` during calls, and `transcribe recorded calls <#transcribe-recorded-calls>`__. We recommend that Enterprise self-hosted customers looking for group calls beyond 50 concurrent users consider using the :ref:`dedicated rtcd service <configure/calls-deployment:rtcd>`.
- For Mattermost self-hosted deployments, System admins need to enable and configure the plugin :ref:`using the System Console <configure/plugins-configuration-settings:calls>`. The default maximum number of participants is unlimited; however, we recommend a maximum of 50 participants per call. Maximum call participants is configurable by going to **System Console > Plugin Management > Calls > Max call participants**. Call participant limits greatly depends on instance resources. For more details, refer to the :ref:`performance section <configure/calls-deployment:performance>` below.

Configuration
-------------
Expand Down
7 changes: 3 additions & 4 deletions source/configure/reporting-configuration-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ Site statistics

+----------------------------------------------------------------+-------------------------------------------------------------+
| View statistics on a wide variety of activities in Mattermost, | - System Config path: **Reporting > Site Statistics** |
| including: activated users, seats, teams, channels, posts, | - ``config.json setting``: N/A |
| sessions, commands, webhooks, daily and monthly active users, | - Environment variable: N/A |
| websocket and database connections, collaborative playbooks, | |
| and calls. | |
| including: users, seats, teams, channels, posts, calls, | - ``config.json setting``: N/A |
| sessions, commands, webhooks, websocket and database | - Environment variable: N/A |
| connections, and collaborative playbooks, | |
+----------------------------------------------------------------+-------------------------------------------------------------+
| **Notes**: |
| |
Expand Down

0 comments on commit f572bf6

Please sign in to comment.