| title | onlineMeetingInfo resource type |
|---|---|
| description | Details for an attendee to join the meeting online. |
| ms.localizationpriority | medium |
| author | ananmishr |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
Details for an attendee to join the meeting online.
| Property | Type | Description |
|---|---|---|
| conferenceId | String | The ID of the conference. |
| joinUrl | String | The external link that launches the online meeting. This is a URL that clients launch into a browser and will redirect the user to join the meeting. |
| phones | phone collection | All of the phone numbers associated with this conference. |
| quickDial | String | The preformatted quick dial for this call. |
| tollFreeNumbers | String collection | The toll free numbers that can be used to join the conference. |
| tollNumber | String | The toll number that can be used to join the conference. |
The following JSON representation shows the resource type.
{
"conferenceId": "String",
"joinUrl": "String",
"phones": [{"@odata.type": "microsoft.graph.phone"}],
"quickDial": "String",
"tollFreeNumbers": ["String"],
"tollNumber": "String"
}