Partager via


StatefulCallClientOptions type

Options permettant de construire StatefulCallClient avec.

type StatefulCallClientOptions = {
  callClientOptions: CallClientOptions
  maxStateChangeListeners?: number
}