diff --git a/index.html b/index.html
index 8118eb789..33207ec8f 100644
--- a/index.html
+++ b/index.html
@@ -158,7 +158,7 @@
-
+
diff --git a/modules/UI/videolayout/ConnectionIndicator.js b/modules/UI/videolayout/ConnectionIndicator.js
index ae522475c..89bead1b3 100644
--- a/modules/UI/videolayout/ConnectionIndicator.js
+++ b/modules/UI/videolayout/ConnectionIndicator.js
@@ -91,7 +91,7 @@ ConnectionIndicator.prototype.generateText = function () {
}
var resolutionValue = null;
- if(this.resolution)
+ if(this.resolution && this.jid != null)
{
var keys = Object.keys(this.resolution);
if(keys.length == 1)