ChatClientState type
<xref:%40azure%2Fcommunication-chat%23ChatClient>중앙 집중식 상태입니다.
type ChatClientState = {
displayName: string
latestErrors: ChatErrors
threads: { [key: string]: ChatThreadClientState }
userId: CommunicationIdentifierKind
}