mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 14:17:46 +00:00
[RN] Fix remote JS debugging
This commit is contained in:
@@ -40,7 +40,8 @@ function _setWebRTCReady(store, next, action) {
|
||||
// execution enviroment has changed. The current location is not necessarily
|
||||
// available through window.location (e.g. on mobile) but the following
|
||||
// works at the time of this writing.
|
||||
const windowLocation = window.location;
|
||||
const windowLocation
|
||||
= store.getState()['features/app'].app.getWindowLocation();
|
||||
|
||||
if (windowLocation) {
|
||||
const href = windowLocation.href;
|
||||
|
||||
Reference in New Issue
Block a user