ChatCompositeClientState type
ChatAdapter 从 Azure 通信服务后端推断的状态。
type ChatCompositeClientState = {
displayName: string
latestErrors: AdapterErrors
thread: ChatThreadClientState
userId: CommunicationIdentifierKind
}