-
Notifications
You must be signed in to change notification settings - Fork 217
Closed
Description
Hello
I am using javascript-sdk and from samples , I am trying to run chat module after updating required config changes. Login working properly but after login nothing works.
if (err) {
console.log('SERVER ERROR RESPONSE ');
console.log(err);
} else {
console.log('SERVER SUCCESS RESPONSE ');
console.log(roster);
QB.chat.onMessageListener = showMessage;
$('#feed').val('User : CONNECTED at ' + getLocalTime());
}
});
Taking long time to connect socket server and after 1-2 min it return failed status .
Please help & suggest me , where is the actual problem .
Thanks
Raman Singh
Metadata
Metadata
Assignees
Labels
No labels