Partager via


ChatClientState type

État centralisé pour <xref:%40azure%2Fcommunication-chat%23ChatClient>.

type ChatClientState = {
  displayName: string
  latestErrors: ChatErrors
  threads: { [key: string]: ChatThreadClientState }
  userId: CommunicationIdentifierKind
}