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.",