Avatar

Level 2

Hi Raff,

Thanks for the reply.

i have checked with the room URL, and yes i terminated it with / , i corrected it.

In debug mode i got to know that registerHook is working fine, but the subscribeCollection is having  issues.

am.subscribeCollection("myAtulMeeting","JaiHOCollection");

while in debug mode i found that error happens when checkstatus call is made in subscribeCollection method,

in AccountManager class

inside checkStatus method

Element status = (Element) result.getElementsByTagName("status").item(0);

String code = status.getAttribute("code"); //code gets the "error" as string

Any  thing else i am missing ?

Thank You

Atul