Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.63 KB

File metadata and controls

62 lines (48 loc) · 1.63 KB
title meetingCapability resource type
description Contains the capabilities of a meeting
author ananmishr
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

meetingCapability resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Contains the capabilities of a meeting

Properties

Property Type Description
allowAnonymousUsersToDialOut Boolean Indicates whether anonymous users dialout is allowed in a meeting.
allowAnonymousUsersToStartMeeting Boolean Indicates whether anonymous users are allowed to start a meeting.
autoAdmittedUsers autoAdmittedUsersType The possible values are: everyoneInCompany, everyone.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "allowAnonymousUsersToDialOut": true,
  "allowAnonymousUsersToStartMeeting": true,
  "autoAdmittedUsers": "everyoneInCompany | everyone"
}