Discussions

Ask a Question
Back to All

iFrame configOverwrite not working

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.