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

ParticipantsRemovedEvent interface

添加到聊天会话的参与者的事件。 所有聊天参与者都会收到此事件,包括原始发件人

Extends
@azure/communication-signaling.BaseChatThreadEvent

属性

participantsRemoved

从线程中删除的参与者。

removedBy

删除聊天参与者的用户的 ID。

removedOn

删除成员时的时间戳。 时间戳采用 RFC3339 格式: yyyy-MM-ddTHH:mm:ssZ

继承属性

threadId

事件的线程 ID。

version

线程的版本。 此版本是数字无符号 Int64 格式的纪元时间: 1593117207131

属性详细信息

participantsRemoved

从线程中删除的参与者。

participantsRemoved: ChatParticipant[]

属性值

@azure/communication-signaling.ChatParticipant[]

removedBy

删除聊天参与者的用户的 ID。

removedBy: ChatParticipant

属性值

@azure/communication-signaling.ChatParticipant

removedOn

删除成员时的时间戳。 时间戳采用 RFC3339 格式: yyyy-MM-ddTHH:mm:ssZ

removedOn: Date

属性值

Date

继承属性详细信息

threadId

事件的线程 ID。

threadId: string

属性值

string

继承自 BaseChatThreadEvent.threadId

version

线程的版本。 此版本是数字无符号 Int64 格式的纪元时间: 1593117207131

version: string

属性值

string

继承自 BaseChatThreadEvent.version