次の方法で共有


ChatCompositeClientState type

ChatAdapter 状態は、Azure Communication Services バックエンドから推論されます。

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