[MM-52879] Fixed calls popout URL checking (#2725)

This commit is contained in:
Devin Binnie
2023-05-18 12:58:05 -04:00
committed by GitHub
parent 3899b7c582
commit 2ed851c2a4
4 changed files with 10 additions and 11 deletions

View File

@@ -78,7 +78,7 @@ export class WebContentsEventManager {
}
if (CallsWidgetWindow.isCallsWidget(webContentsId)) {
return CallsWidgetWindow.getURL();
return CallsWidgetWindow.getViewURL();
}
return ViewManager.getViewByWebContentsId(webContentsId)?.view.server.url;