Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.32 KB

joinmeetingidmeetinginfo.md

File metadata and controls

40 lines (31 loc) · 1.32 KB
title description author ms.localizationpriority ms.subservice doc_type
joinMeetingIdMeetingInfo resource type
Contains information that allows you to join an existing meeting with a joinMeetingId and a passcode.
awang119
medium
cloud-communications
resourcePageType

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

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