AcsIncomingCallEventData interface

Schema of the Data property of an EventGridEvent for an Microsoft.Communication.IncomingCall event

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.

Property Details

callerDisplayName

Display name of caller.

callerDisplayName: string

Property Value

string

correlationId

CorrelationId (CallId).

correlationId: string

Property Value

string

customContext

Custom Context of Incoming Call

customContext: AcsIncomingCallCustomContext

Property Value

fromCommunicationIdentifier

The communication identifier of the user who initiated the call.

fromCommunicationIdentifier: CommunicationIdentifierModel

Property Value

incomingCallContext

Signed incoming call context.

incomingCallContext: string

Property Value

string

serverCallId

The Id of the server call

serverCallId: string

Property Value

string

toCommunicationIdentifier

The communication identifier of the target user.

toCommunicationIdentifier: CommunicationIdentifierModel

Property Value