Compartir a través de


ChatCompositeClientState type

estado de chatAdapter inferido del back-end de Azure Communication Services.

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