Ruchi Punetha 4.Jul.11 08:51 AM a Web browser Applications development 8.5.1 Windows
Hi All,
To open a chat with a user I am using below function:
stproxy.chat.open = function(userId, callBack1, errorCallBack){
var params = {userId:stproxy._utilities.watchlist.arrayToString(userId)};
stproxy.connect.local._send(stproxy.connect.api.CHAT,"chat","stproxy.connect.callback.chat",params,callBack,errorCallBack);
}
This is working fine with IE but when I tried this with Firefox it throws error as:
stproxy.connect is undefined.
could you please assist on the resolution.
Regards,
Ruchi Punetha


|