Partager via


StatefulCallClientOptions type

Options à utiliser pour construire l’objet StatefulCallClient.

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