CallCompositeOptions type

Optional features of the CallComposite.

type CallCompositeOptions = {
  callControls?: boolean | CallControlOptions
  errorBar?: boolean
}