Trying to set the launcher position and button color in the Web Messaging SDK. I’m passing the config object before init, but the button stays blue and in the bottom right corner.
const config = {
deploymentId: 'my-deployment-id',
launcher: {
position: 'top-left',
color: '#FF0000'
}
};
window.genesyscloud.messenger.init(config);
The docs say this works, but nothing changes in the UI. Is the perty name wrong?