CallControlOptions type
Customization options for the control bar in calling experience.
type CallControlOptions = CommonCallControlOptions & {
legacyControlBarExperience?: boolean
participantsButton?: boolean | { disabled: boolean }
}