| 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 |
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.
| Property | Type | Description |
|---|---|---|
| token | String | The token used to join the call. |
The following JSON representation shows the resource type.
{
"token": "String"
}