共用方式為


ChatCompositeClientState type

ChatAdapter 從 Azure 通訊服務後端推斷的狀態。

type ChatCompositeClientState = {
  displayName: string
  latestErrors: AdapterErrors
  thread: ChatThreadClientState
  userId: CommunicationIdentifierKind
}