| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The context associated with an incoming call.
| 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. |
None.
The following JSON representation shows the resource type.
{
"observedParticipantId": "String",
"onBehalfOf": {"@odata.type": "#microsoft.graph.identitySet"},
"sourceParticipantId": "String",
"transferor": {"@odata.type": "#microsoft.graph.identitySet"}
}