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

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.

JSON representation

The following is a JSON representation of the resource.

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