Copy link to clipboard
Copied
Hi
Chat notificatio is not working in chrome and mozilla firefox but it's working fine in IE, any solution ?
Thanks
Palani
Copy link to clipboard
Copied
Hi Palani,
Are you asking about the Chat toast windows that appear when the winow is minimized? That isnt supposed to work in IE either, but only supported for Connect addin. Let me know if I misunderstood the question completely.
Thanks
Sameer Puri
Copy link to clipboard
Copied
Hi sameer
sound was good , I have another issue while call Adope API. Am try to logout session using ajax call but i got error "Uncaught SyntaxError: Unexpected token < " , did you have any alternate solution for this
source code is
$.ajax({
type: 'GET',
cache: false,
dataType: "jsonp",
contentType: "application/xml; charset=utf-8",
url: "http://meetxxxxxxx.adobeconnect.com/api/xml?action=logout",
success: function () {
},
error: function () {
}
});
Thanks
Palani