Aracılığıyla paylaş


CaptionSettingsSelector type

Altyazı dilini ve konuşma dilini değiştirme için bileşenler için seçici türü

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