diff --git a/index.html b/index.html
index b256f852a..ddfb27233 100644
--- a/index.html
+++ b/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/libs/app.bundle.js b/libs/app.bundle.js
index 5b1cef367..9a2d1629b 100644
--- a/libs/app.bundle.js
+++ b/libs/app.bundle.js
@@ -324,7 +324,7 @@ var DataChannels =
// selections so that it can do adaptive simulcast,
// we want the notification to trigger even if userJid is undefined,
// or null.
- var userJid = APP.UI.getLargeVideoState().userJid;
+ var userJid = APP.UI.getLargeVideoState().userResourceJid;
// we want the notification to trigger even if userJid is undefined,
// or null.
onSelectedEndpointChanged(userJid);
diff --git a/modules/RTC/DataChannels.js b/modules/RTC/DataChannels.js
index 3c6744eca..e427bfad8 100644
--- a/modules/RTC/DataChannels.js
+++ b/modules/RTC/DataChannels.js
@@ -36,7 +36,7 @@ var DataChannels =
// selections so that it can do adaptive simulcast,
// we want the notification to trigger even if userJid is undefined,
// or null.
- var userJid = APP.UI.getLargeVideoState().userJid;
+ var userJid = APP.UI.getLargeVideoState().userResourceJid;
// we want the notification to trigger even if userJid is undefined,
// or null.
onSelectedEndpointChanged(userJid);