Hello, forum,
I need your help on an issue we are currently facing, the Genesys Widget chat contains a configuration block used to specify some attributes when loading the page, that works fine, but now we need to update a part of the config, I mean after it has been loaded we want to update or reinitialize the whole configuration without reloading the page, Does somebody of you know how to do it?
We have tried some of the commands but no one of them seems to work.
[tr]
[td]window._genesys.widgets.bus.command(‘App.closeAll’).done(function()
{
alert(“AppCLOSED”); //Notify that the app has been closed
UpdateChatURL(); //Here we update the configuration
}).fail(function(){
alert("App was not closed");
});[/td]
[/tr]
Regards.