Add lockSettingsHideUserList to Docs and fix lockSettingsDisableNotes

This commit is contained in:
Gustavo Trott 2023-04-17 11:18:26 -03:00
parent ae83dd3b94
commit 87cb12b28f

View File

@ -196,12 +196,19 @@ const createEndpointTableData = [
"description": (<>Setting to <code className="language-plaintext highlighter-rouge">true</code> will disable public chat in the meeting. (added 2.2)</>)
},
{
"name": "lockSettingsDisableNote",
"name": "lockSettingsDisableNotes",
"required": false,
"type": "Boolean",
"default": "false",
"description": (<>Setting to <code className="language-plaintext highlighter-rouge">true</code> will disable notes in the meeting. (added 2.2)</>)
},
{
"name": "lockSettingsHideUserList",
"required": false,
"type": "Boolean",
"default": "false",
"description": (<>Setting to <code className="language-plaintext highlighter-rouge">true</code> will prevent viewers from seeing other viewers in the user list. (added 2.2)</>)
},
{
"name": "lockSettingsLockOnJoin",
"required": false,