tokenMeetingInfo 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.

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"
}