Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.37 KB

File metadata and controls

54 lines (42 loc) · 1.37 KB
title tokenMeetingInfo resource type
description The tokenMeetingInfo type.
author ananmishr
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

tokenMeetingInfo resource type

Namespace: microsoft.graph

This is the token information that allows you to join an existing meeting. This is obtained as part of the incoming call notification.

In the event that a call is disconnected, this information can help you rejoin that call.

Properties

Property Type Description
token String The token used to join the call.

JSON representation

The following JSON representation shows the resource type.

{
    "token": "String"
}