Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.35 KB

File metadata and controls

53 lines (41 loc) · 1.35 KB
title description author ms.localizationpriority ms.subservice doc_type
tokenMeetingInfo resource type
The tokenMeetingInfo type.
ananmishr
medium
cloud-communications
resourcePageType

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

{
    "token": "String"
}