LanguagesConfig
LanguagesConfig =
object
Defined in: builder.ts:75
The capture config for video.languages(...). The web app owns the set (and
may edit these fields later); code supplies the starting values. languages
may be omitted to infer the set from the per-feature keys (e.g.
narration({ en, fi })), the usual pairing with mode: 'shared'.
Properties
Section titled “Properties”browserLocale?
Section titled “browserLocale?”
optionalbrowserLocale?:boolean
Defined in: builder.ts:79
languages?
Section titled “languages?”
optionallanguages?: readonlyLang[]
Defined in: builder.ts:76
locales?
Section titled “locales?”
optionallocales?:Partial<Record<Lang,string>>
Defined in: builder.ts:78
optionalmode?:LocalizeMode
Defined in: builder.ts:77