Compartir a través de


CaptionSettingsSelector type

Tipo de selector de componentes para cambiar el idioma de los subtítulos y el idioma hablado

type CaptionSettingsSelector = (
  state: CallClientState,
  props: CallingBaseSelectorProps
) => {
  currentCaptionLanguage: SupportedCaptionLanguage
  currentSpokenLanguage: SupportedSpokenLanguage
  isCaptionsFeatureActive: boolean
  supportedCaptionLanguages: SupportedCaptionLanguage[]
  supportedSpokenLanguages: SupportedSpokenLanguage[]
}