Skip to content

Commit

Permalink
[group-call] connection to app server through wss
Browse files Browse the repository at this point in the history
Change-Id: Idc659fef24ac785b5ae44644fbc882fa98660650
  • Loading branch information
igracia authored and jcaden committed May 23, 2016
1 parent 86070d0 commit 92cea95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
*/

var ws = new WebSocket('ws://' + location.host + '/groupcall');
var ws = new WebSocket('wss://' + location.host + '/groupcall');
var participants = {};
var name;

Expand Down

0 comments on commit 92cea95

Please sign in to comment.