Delen via


ChatCompositeClientState type

ChatAdapter status afgeleid van de Back-end van Azure Communication Services.

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