From ade23773602411301a6f1133906c0cd3e152b44b Mon Sep 17 00:00:00 2001 From: Charles Ji Date: Mon, 29 Aug 2022 13:07:28 -0700 Subject: [PATCH] added isAnonymousAccessAllowed to devPreview --- MicrosoftTeams.schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MicrosoftTeams.schema.json b/MicrosoftTeams.schema.json index 05cb21a..89ae3b3 100644 --- a/MicrosoftTeams.schema.json +++ b/MicrosoftTeams.schema.json @@ -1120,6 +1120,11 @@ "type": "boolean", "description": "A boolean value indicating whether this app can stream the meeting's audio video content to an RTMP endpoint.", "default": false + }, + "isAnonymousAccessAllowed": { + "type": "boolean", + "description": "A boolean value indicating whether this app allows management by anonymous users.", + "default": false } }, "description": "Specify meeting extension definition.",