joinMeetingIdMeetingInfo resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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 is a JSON representation of the resource.

{
    "joinMeetingId": "String",
    "passcode": "String"
}