| title | joinMeetingIdSettings resource type |
|---|---|
| description | Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode. |
| author | yuyaolian-msft |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode for an online meeting.
| Property | Type | Description |
|---|---|---|
| isPasscodeRequired | Boolean | Indicates whether a passcode is required to join a meeting when using joinMeetingId. Optional. |
| joinMeetingId | String | The meeting ID to be used to join a meeting. Optional. Read-only. |
| passcode | String | The passcode to join a meeting. Optional. Read-only. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.joinMeetingIdSettings",
"isPasscodeRequired": "Boolean",
"joinMeetingId": "String",
"passcode": "String"
}