Freigeben über


ChatCompositeClientState type

ChatAdapter-Zustand, abgeleitet von Azure Communication Services Back-End.

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