From cb124961a2ff759a75edffe3022986581800d84c Mon Sep 17 00:00:00 2001 From: perroned Date: Wed, 22 Mar 2017 22:20:15 +0000 Subject: [PATCH] Connect to /verto endpoint --- bigbluebutton-client/resources/prod/lib/verto_extension.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigbluebutton-client/resources/prod/lib/verto_extension.js b/bigbluebutton-client/resources/prod/lib/verto_extension.js index 4ed0cb0bab..d079518d26 100755 --- a/bigbluebutton-client/resources/prod/lib/verto_extension.js +++ b/bigbluebutton-client/resources/prod/lib/verto_extension.js @@ -24,9 +24,9 @@ Verto = function ( this.caller_id_name = conferenceUsername; this.caller_id_number = conferenceUsername; - this.vertoPort = "8082"; + this.vertoPort = "verto"; this.hostName = window.location.hostname; - this.socketUrl = 'wss://' + this.hostName + ':' + this.vertoPort; + this.socketUrl = 'wss://' + this.hostName + '/' + this.vertoPort; this.login = "bbbuser"; this.password = "secret";