Edit

Share via


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

Contains information about an ad hoc call, including PSTN, 1:1, and group calls.

This resource supports subscribing to change notifications.

Properties

Property Type Description
id String The unique identifier for the ad hoc call, including PSTN, 1:1, and group calls. Read-only.

Relationships

Relationship Type Description
recordings callRecording collection The recordings of a call. Read-only.
transcripts callTranscript collection The transcripts of a call. Read-only.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.adhocCall",
  "id": "String (identifier)"
}