AcsIncomingCallEventData interface
Microsoft.Communication.IncomingCall 이벤트에 대한 EventGridEvent의 Data 속성 스키마
속성
| caller |
호출자의 표시 이름입니다. |
| correlation |
CorrelationId(CallId). |
| custom |
수신 전화의 사용자 지정 컨텍스트 |
| from |
통화를 시작한 사용자의 통신 식별자입니다. |
| incoming |
서명된 수신 호출 컨텍스트입니다. |
| on |
호출이 이루어진 사용자를 대신하여 사용자의 통신 식별자입니다. |
| server |
서버 호출의 ID |
| to |
대상 사용자의 통신 식별자입니다. |
속성 세부 정보
callerDisplayName
호출자의 표시 이름입니다.
callerDisplayName: string
속성 값
string
correlationId
CorrelationId(CallId).
correlationId: string
속성 값
string
customContext
fromCommunicationIdentifier
통화를 시작한 사용자의 통신 식별자입니다.
fromCommunicationIdentifier: CommunicationIdentifierModel
속성 값
incomingCallContext
서명된 수신 호출 컨텍스트입니다.
incomingCallContext: string
속성 값
string
onBehalfOfCallee
호출이 이루어진 사용자를 대신하여 사용자의 통신 식별자입니다.
onBehalfOfCallee: CommunicationIdentifierModel
속성 값
serverCallId
서버 호출의 ID
serverCallId: string
속성 값
string
toCommunicationIdentifier
대상 사용자의 통신 식별자입니다.
toCommunicationIdentifier: CommunicationIdentifierModel