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

Azure 通信服务 - 状态事件

本文提供通信服务状态事件的属性和架构。  有关事件架构的简介,请参阅 Azure 事件网格事件架构

事件类型

Azure 通信服务发出以下用户状态事件类型:

事件类型 说明
Microsoft.Communication.UserDisconnected 在通信服务用户被指定为已断开与通信服务的连接后发布

事件响应

触发某个事件后,事件网格服务会将有关该事件的数据发送到订阅终结点。

本部分包含一个示例,介绍每个事件的数据外观。

重要

与用户断开连接状态关联的日志可能会被全局复制。 通过事件网格订阅此事件,可以获得断开连接状态。

注意

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"
 }
]