AcsIncomingCallEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Schema of the Data property of an EventGridEvent for an Microsoft.Communication.IncomingCall event.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsIncomingCallEventData+AcsIncomingCallEventDataConverter))]
public class AcsIncomingCallEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsIncomingCallEventData+AcsIncomingCallEventDataConverter))>]
type AcsIncomingCallEventData = class
Public Class AcsIncomingCallEventData
- Inheritance
-
AcsIncomingCallEventData
- Attributes
Properties
CallerDisplayName |
Display name of caller. |
CorrelationId |
CorrelationId (CallId). |
CustomContext |
Custom Context of Incoming Call. |
FromCommunicationIdentifier |
The communication identifier of the user who initiated the call. |
IncomingCallContext |
Signed incoming call context. |
OnBehalfOfCallee |
The communication identifier of the user on behalf of whom the call is made. |
ServerCallId |
The Id of the server call. |
ToCommunicationIdentifier |
The communication identifier of the target user. |
Applies to
Azure SDK for .NET