| title | joinMeetingIdMeetingInfo resource type |
|---|---|
| description | Contains information that allows you to join an existing meeting with a joinMeetingId and a passcode. |
| author | awang119 |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Contains information that allows you to join an existing meeting with a joinMeetingId and a passcode (if required). You can retrieve these properties from the Get onlineMeeting API.
Inherits from meetingInfo.
| Property | Type | Description |
|---|---|---|
| joinMeetingId | String | The ID used to join the meeting. |
| passcode | String | The passcode used to join the meeting. Optional. |
None.
The following JSON representation shows the resource type.
{
"joinMeetingId": "String",
"passcode": "String"
}