mirror of https://github.com/vector-im/riot-web
Merge pull request #15466 from vector-im/travis/jitsi-popout-fix
Don't fatally end the Jitsi widget when it's not being used as a widgetpull/15479/head
commit
c2a9157258
|
@ -88,7 +88,7 @@ let meetApi: any; // JitsiMeetExternalAPI
|
|||
]);
|
||||
widgetApi.start();
|
||||
} else {
|
||||
throw new Error("No parent URL or no widget ID");
|
||||
console.warn("No parent URL or no widget ID - assuming no widget API is available");
|
||||
}
|
||||
|
||||
// Populate the Jitsi params now
|
||||
|
|
Loading…
Reference in New Issue