StatefulCallClientOptions type

Options to construct the StatefulCallClient with.

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