Compartir a través de


StatefulChatClientOptions type

Opciones para construir StatefulChatClient.

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