joinMeetingIdMeetingInfo resource type
Namespace: microsoft.graph
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.
Properties
Property | Type | Description |
---|---|---|
joinMeetingId | String | The ID used to join the meeting. |
passcode | String | The passcode used to join the meeting. Optional. |
JSON representation
The following JSON representation shows the resource type.
{
"joinMeetingId": "String",
"passcode": "String"
}