Discussions
iFrame configOverwrite not working
almost 4 years ago by Jaime Baum
Ok, after some researching on how to localize the interface I came across a post suggesting to use configOverwrite to override defaults in config.js. So in the test iFrame I added:
const api = new JitsiMeetExternalAPI("8x8.vc", {
configOverwrite: { defaultLanguage: 'ptBR' },
...
but no effect. Also tried with interfaceConfigOverwrite: { defaultLanguage: 'ptBR'}, also no effect.