Connect to /verto endpoint

This commit is contained in:
perroned 2017-03-22 22:20:15 +00:00
parent c64c97b582
commit cb124961a2

View File

@ -24,9 +24,9 @@ Verto = function (
this.caller_id_name = conferenceUsername; this.caller_id_name = conferenceUsername;
this.caller_id_number = conferenceUsername; this.caller_id_number = conferenceUsername;
this.vertoPort = "8082"; this.vertoPort = "verto";
this.hostName = window.location.hostname; this.hostName = window.location.hostname;
this.socketUrl = 'wss://' + this.hostName + ':' + this.vertoPort; this.socketUrl = 'wss://' + this.hostName + '/' + this.vertoPort;
this.login = "bbbuser"; this.login = "bbbuser";
this.password = "secret"; this.password = "secret";