Share via


AcsIncomingCallEventData Class

Definition

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.

ServerCallId

The Id of the server call.

ToCommunicationIdentifier

The communication identifier of the target user.

Applies to