Skip to content

Commit

Permalink
Add lockSettingsHideUserList to Docs and fix lockSettingsDisableNotes
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavotrott committed Apr 17, 2023
1 parent ae83dd3 commit 87cb12b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/docs/data/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 87cb12b

Please sign in to comment.