ChatCompositeClientState type

ChatAdapter state inferred from Azure Communication Services backend.

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