Megosztás a következőn keresztül:


ChatCompositeClientState type

ChatAdapter Állapot az Azure Communication Services háttérrendszeréből származik.

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