Freigeben über


ChatCompositeClientState type

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

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