次の方法で共有


StatefulChatClientOptions type

StatefulChatClientを構築するためのオプション。

type StatefulChatClientOptions = {
  chatClientOptions: ChatClientOptions
  maxStateChangeListeners?: number
}