From 87cb12b28fe6b6b45216cc953e4bec85ca37983e Mon Sep 17 00:00:00 2001 From: Gustavo Trott Date: Mon, 17 Apr 2023 11:18:26 -0300 Subject: [PATCH] Add lockSettingsHideUserList to Docs and fix lockSettingsDisableNotes --- docs/docs/data/create.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/docs/data/create.tsx b/docs/docs/data/create.tsx index 4179f7fa16be..8c72d26925dd 100644 --- a/docs/docs/data/create.tsx +++ b/docs/docs/data/create.tsx @@ -196,12 +196,19 @@ const createEndpointTableData = [ "description": (<>Setting to true will disable public chat in the meeting. (added 2.2)) }, { - "name": "lockSettingsDisableNote", + "name": "lockSettingsDisableNotes", "required": false, "type": "Boolean", "default": "false", "description": (<>Setting to true will disable notes in the meeting. (added 2.2)) }, + { + "name": "lockSettingsHideUserList", + "required": false, + "type": "Boolean", + "default": "false", + "description": (<>Setting to true will prevent viewers from seeing other viewers in the user list. (added 2.2)) + }, { "name": "lockSettingsLockOnJoin", "required": false,