Page 1 of 1

Change Video Chat service

PostPosted: 29 Dec 2016, 14:15
by AGeraldoFranaFilho
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.

Re: Change Video Chat service

PostPosted: 29 Dec 2016, 16:08
by Jason
You can edit the JavaScript in the arrowchat_core.dev.js file. You'll then need to copy over the code to the arrowchat_core.js file to see the changes on your site. We use /packer/ to compress it: http://dean.edwards.name/packer/

Re: Change Video Chat service

PostPosted: 29 Dec 2016, 16:26
by AGeraldoFranaFilho
Oops ... it worked. Thank you very much