| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Contains the capabilities of a meeting
| 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. |
None.
The following JSON representation shows the resource type.
{
"allowAnonymousUsersToDialOut": true,
"allowAnonymousUsersToStartMeeting": true,
"autoAdmittedUsers": "everyoneInCompany | everyone"
}