AcsIncomingCallEventData interface
Schema of the Data property of an EventGridEvent for an Microsoft.Communication.IncomingCall event
Properties
caller |
Display name of caller. |
correlation |
CorrelationId (CallId). |
custom |
Custom Context of Incoming Call |
from |
The communication identifier of the user who initiated the call. |
incoming |
Signed incoming call context. |
server |
The Id of the server call |
to |
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