Freigeben über


CaptionSettingsSelector type

Selektortyp für Komponenten zum Ändern der Untertitelsprache und der gesprochenen Sprache

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