ChatCompositeClientState type

ChatAdapter-tillstånd härleds från Azure Communication Services serverdel.

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