Condividi tramite


StartCaptionsButtonSelector type

Tipo di selettore per il componente StartCaptionsButton .

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