Udostępnij przez


ChatCompositeClientState type

ChatAdapter stan wywnioskowany z zaplecza usług Azure Communication Services.

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