Skip to main content
July 18, 2013
Question

chat notification is not working in chrome and mozilla firefox

  • July 18, 2013
  • 1 reply
  • 997 views

Hi

   Chat notificatio is not working in chrome and mozilla firefox but it's working fine in IE, any solution ?

Thanks

Palani

    This topic has been closed for replies.

    1 reply

    sameer_puri
    Adobe Employee
    Adobe Employee
    July 19, 2013

    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

    July 22, 2013

    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