parent
144c657b61
commit
8aa24f8987
|
@ -592,7 +592,9 @@ export default class AppTile extends React.Component {
|
||||||
|
|
||||||
_getPopoutUrl() {
|
_getPopoutUrl() {
|
||||||
if (this.props.app.type === 'jitsi') {
|
if (this.props.app.type === 'jitsi') {
|
||||||
return WidgetUtils.getLocalJitsiWrapperUrl({forLocalRender: false});
|
return this._templatedUrl(
|
||||||
|
WidgetUtils.getLocalJitsiWrapperUrl({forLocalRender: false}),
|
||||||
|
);
|
||||||
} else {
|
} else {
|
||||||
// use app.url, not state.widgetUrl, because we want the one without
|
// use app.url, not state.widgetUrl, because we want the one without
|
||||||
// the wURL params for the popped-out version.
|
// the wURL params for the popped-out version.
|
||||||
|
|
Loading…
Reference in New Issue