If ToS gets rejected/any Scalar error then don't make Jitsi widget

pull/21833/head
Michael Telatynski 2019-10-28 09:53:30 +00:00
parent 2bdd27938a
commit 8eefb5bf02
1 changed files with 1 additions and 3 deletions

View File

@ -387,7 +387,7 @@ async function _startCallApp(roomId, type) {
// work for us. Better that the user knows before everyone else in the
// room sees it.
const managers = IntegrationManagers.sharedInstance();
let haveScalar = true;
let haveScalar = false;
if (managers.hasManager()) {
try {
const scalarClient = managers.getPrimaryManager().getScalarClient();
@ -396,8 +396,6 @@ async function _startCallApp(roomId, type) {
} catch (e) {
// ignore
}
} else {
haveScalar = false;
}
if (!haveScalar) {