Hey,
I'm using the widget, but the emoji button and uploading files are not shown, as in the image.sample.
COD:
window._genesys = {
"widgets": {
"webchat": {
"transport": {
"type": "purecloud-v2-sockets",
"dataURL": "https://api.mypurecloud.com",
"deploymentKey": "ORG_DEP",
"orgGuid": "ORG_ID",
"interactionData": {
"routing": {
"priority": 2
}
}
},
"emojis": "true",
"uploadsEnabled": "true"
},
"main": {
"lang": "pt-BR",
"i18n": "json/widgets-pt-BR.i18n.json",
"theme": "light"
}
}
};