Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.43 KB

File metadata and controls

47 lines (35 loc) · 1.43 KB
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

joinMeetingIdMeetingInfo resource type

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.

Properties

Property Type Description
joinMeetingId String The ID used to join the meeting.
passcode String The passcode used to join the meeting. Optional.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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