Skip to content

Commit

Permalink
Merge branch 'master' into amyblais-patch-15
Browse files Browse the repository at this point in the history
  • Loading branch information
amyblais authored Jun 13, 2024
2 parents 01ccb8e + 058dd73 commit 7b83ab6
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions source/configure/plugins-configuration-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -379,18 +379,19 @@ Enable on specific channels
Test mode
~~~~~~~~~

*This setting was called Enable on all channels up until Mattermost v7.7*
*This setting was called Enable on all channels until Mattermost v7.7. It was renamed to defaultenabled in code and Test Mode in-product.*

.. include:: ../_static/badges/selfhosted-only.rst
:start-after: :nosearch:

+--------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+
| - **true**: Only System Admins can start calls in channels. | - System Config path: **Plugins > Calls** |
| - **false**: All team members can start calls in channels. | - ``config.json`` setting: ``PluginSettings.Plugins.com.mattermost.calls.defaultenabled`` |
| | - Environment variable: N/A |
+--------------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+
| **Note**: Use this setting to confirm calls work as expected. When **true**, users attempting to start calls are prompted to contact System Admins. System Admins are prompted to confirm that calls are working as expected before switching to live mode. |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+
| - **false**: Test mode is enabled and only system admins can start calls in channels. | - System Config path: **Plugins > Calls** |
| - **true**: Live mode is enabled and all team members can start calls in channels. | - ``config.json`` setting: ``PluginSettings.Plugins.com.mattermost.calls.defaultenabled`` |
| | - Environment variable: N/A |
+-----------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+

.. note::
Use this setting as a system admin to confirm calls work as expected. When **false**, users attempting to start calls are prompted to contact a system admin, and system admins are prompted to confirm that calls are working as expected before switching to live mode.

.. config:setting:: plugins-callsicehost
:displayname: ICE host override (Plugins - Calls)
Expand Down

0 comments on commit 7b83ab6

Please sign in to comment.