Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 1.94 KB

File metadata and controls

66 lines (53 loc) · 1.94 KB
title incomingContext resource type
description The context associated with an incoming call.
author ananmishr
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 03/21/2024

incomingContext resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The context associated with an incoming call.

Properties

Property Type Description
observedParticipantId String The id of the participant that is under observation. Read-only.
onBehalfOf identitySet The identity that the call is happening on behalf of.
sourceParticipantId String The id of the participant that triggered the incoming call. Read-only.
transferor identitySet The identity that transferred the call.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "observedParticipantId": "String",
  "onBehalfOf": {"@odata.type": "#microsoft.graph.identitySet"},
  "sourceParticipantId": "String",
  "transferor": {"@odata.type": "#microsoft.graph.identitySet"}
}