你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AcsIncomingCallEventData interface

Microsoft.Communication.IncomingCall 事件的 EventGridEvent 的 Data 属性的架构

属性

callerDisplayName

调用方显示名称。

correlationId

CorrelationId (CallId) 。

customContext

传入呼叫的自定义上下文

fromCommunicationIdentifier

发起呼叫的用户的通信标识符。

incomingCallContext

已签名的传入呼叫上下文。

serverCallId

服务器调用的 ID

toCommunicationIdentifier

目标用户的通信标识符。

属性详细信息

callerDisplayName

调用方显示名称。

callerDisplayName: string

属性值

string

correlationId

CorrelationId (CallId) 。

correlationId: string

属性值

string

customContext

传入呼叫的自定义上下文

customContext: AcsIncomingCallCustomContext

属性值

fromCommunicationIdentifier

发起呼叫的用户的通信标识符。

fromCommunicationIdentifier: CommunicationIdentifierModel

属性值

incomingCallContext

已签名的传入呼叫上下文。

incomingCallContext: string

属性值

string

serverCallId

服务器调用的 ID

serverCallId: string

属性值

string

toCommunicationIdentifier

目标用户的通信标识符。

toCommunicationIdentifier: CommunicationIdentifierModel

属性值