Freigeben über


StatefulCallClientOptions type

Optionen zum Erstellen des StatefulCallClients.

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