From f0dbd161b3dd4cee947c8ffa828017e8c8dd3a06 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 11 Jul 2018 18:11:28 +0100 Subject: [PATCH] Obviously didn't mean to commit that change --- src/CallHandler.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/CallHandler.js b/src/CallHandler.js index 6f95c31175..7403483e36 100644 --- a/src/CallHandler.js +++ b/src/CallHandler.js @@ -444,8 +444,7 @@ function _startCallApp(roomId, type) { 'email=$matrix_user_id', ].join('&'); const widgetUrl = ( - //'https://scalar.vector.im/api/widgets' + - 'http://localhost:8620' + + 'https://scalar.vector.im/api/widgets' + '/jitsi.html?' + queryString );