Share via


StartCaptionsButtonSelector type

Selector type for the StartCaptionsButton component.

type StartCaptionsButtonSelector = (
  state: CallClientState,
  props: CallingBaseSelectorProps
) => {
  checked: boolean
  currentCaptionLanguage: string
  currentSpokenLanguage: string
}