[MM-52879] Fixed calls popout URL checking (#2725)
This commit is contained in:
@@ -78,7 +78,7 @@ export class WebContentsEventManager {
|
||||
}
|
||||
|
||||
if (CallsWidgetWindow.isCallsWidget(webContentsId)) {
|
||||
return CallsWidgetWindow.getURL();
|
||||
return CallsWidgetWindow.getViewURL();
|
||||
}
|
||||
|
||||
return ViewManager.getViewByWebContentsId(webContentsId)?.view.server.url;
|
||||
|
Reference in New Issue
Block a user