Compartir a través de


ChatCompositeClientState type

Estado chatAdapter inferido de Azure Communication Services back-end.

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