Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 2.46 KB

File metadata and controls

71 lines (56 loc) · 2.46 KB
title audioConferencing resource type
description Represents phone access information for an online meeting.
author awang119
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

audioConferencing resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents phone access information for an onlineMeeting.

Properties

Property Type Description
dialinUrl String A URL to the externally-accessible web page that contains dial-in information.
conferenceId String The conference id of the online meeting.
tollFreeNumbers String collection List of toll-free numbers that are displayed in the meeting invite.
tollNumbers String collection List of toll numbers that are displayed in the meeting invite.
tollFreeNumber (deprecated) String The toll-free number that connects to the Audio Conference Provider.
tollNumber (deprecated) String The toll number that connects to the Audio Conference Provider.

Caution

  • The tollFreeNumber and tollNumber properties are deprecated. Use the tollFreeNumbers and tollNumbers properties instead.
  • For backward compatibility, the original tollFreeNumber is added to the new tollFreeNumbers collection and the original tollNumber is added to the new tollNumbers collection.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "dialinUrl": "String",
  "conferenceId": "String",
  "tollFreeNumbers": [ "String" ],
  "tollNumbers": [ "String" ]
}