My "arrowchat_core.js" came encoded .. Impossible to read or change something in it, as in the previous versions.
I need to change the line:
(public/video/?rid=" + b,)
for:
(public/video/?rid=" + b +'&uid='+ u_id +'&friendID='+ j,)
Because I have my own video chat system (webrtc).
I have already changed in "arrowchat_core.deve.js", but it is not useful.
I need a lot of parameter (j) that in previous versions, it worked very well.
Help me out of courtesy.