We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f93bdb + 53c854e commit c027c5dCopy full SHA for c027c5d
src/components/views/elements/AppTile.js
@@ -592,7 +592,9 @@ export default class AppTile extends React.Component {
592
593
_getPopoutUrl() {
594
if (this.props.app.type === 'jitsi') {
595
- return WidgetUtils.getLocalJitsiWrapperUrl({forLocalRender: false});
+ return this._templatedUrl(
596
+ WidgetUtils.getLocalJitsiWrapperUrl({forLocalRender: false}),
597
+ );
598
} else {
599
// use app.url, not state.widgetUrl, because we want the one without
600
// the wURL params for the popped-out version.
0 commit comments