ChatCompositeClientState type
ChatAdapter 状態は、Azure Communication Services バックエンドから推論されます。
type ChatCompositeClientState = {
displayName: string
latestErrors: AdapterErrors
thread: ChatThreadClientState
userId: CommunicationIdentifierKind
}