Freigeben über


StatefulCallClientOptions type

Optionen zum Erstellen des StatefulCallClient mit.

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