다음을 통해 공유


Azure Communication Services - 현재 상태 이벤트

이 문서에서는 통신 서비스 현재 상태 이벤트에 대한 속성 및 스키마를 제공합니다. 이벤트 스키마에 대한 소개는 Azure Event Grid 이벤트 스키마를 참조하세요.

이벤트 유형

Azure Communication Services에서 내보내는 사용자 현재 상태 이벤트 유형은 다음과 같습니다.

이벤트 유형 설명
Microsoft.Communication.UserDisconnected Communication Services 사용자가 Communication Services에서 연결을 끊은 것으로 지정된 후 게시됨

이벤트 응답

이벤트가 트리거될 때 Event Grid 서비스는 해당 이벤트에 대한 데이터를 구독 엔드포인트로 보냅니다.

이 섹션에는 각 이벤트에 대한 데이터가 어떻게 표시되는지 예가 포함되어 있습니다.

Important

연결이 끊긴 사용자 상태에 연결된 로그는 전역적으로 복제될 수 있습니다. Event Grid를 통해 이 이벤트를 구독하여 연결이 끊긴 상태를 가져올 수 있습니다.

참고 항목

Microsoft.Communication.UserDisconnected 이벤트는 채팅 컨텍스트에서만 적용할 수 있습니다.

Microsoft.Communication.UserDisconnected

[
 {
  "id": "8f60490d-0719-4d9d-a1a6-835362fb752e",
  "topic": "/subscriptions/{subscription-id}/resourcegroups/}{group-name}/providers/microsoft.communication/communicationservices/{communication-services-resource-name}",
  "subject": "user/{rawId}",
  "data": {
    "userCommunicationIdentifier": {
      "rawId": "8:acs:3d703c91-9657-4b3f-b19c-ef9d53f99710_0000000b-d198-0d50-84f5-084822008d40",
      "communicationUser": {
        "id": "8:acs:3d703c91-9657-4b3f-b19c-ef9d53f99710_0000000b-d198-0d50-84f5-084822008d40"
      }
    }
  },
  "eventType": "Microsoft.Communication.UserDisconnected",
  "dataVersion": "1.0",
  "metadataVersion": "1",
  "eventTime": "2021-08-10T20:25:38Z"
 }
]