Partager via


StatefulChatClientOptions type

Options de construction du StatefulChatClient.

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