configureCaptions()
configureCaptions({ fontSize, spokenLanguage })
//Changes the captions font size to large
sambaFrame.configureCaptions({fontSize: 'large'});
//Changes the spoken language of the local user to German
sambaFrame.configureCaptions({spokenLanguage: 'de'});
Language name
Code to use as spokenLanguage param
Last updated