pull/220/head
paweldomas 11 years ago
parent 087c26d494
commit 1aed7e6237
  1. 2
      videolayout.js

@ -2005,7 +2005,7 @@ var VideoLayout = (function (my) {
}
var resolutionValue = null;
if(this.resolution)
if(this.resolution && this.jid != null)
{
var keys = Object.keys(this.resolution);
if(keys.length == 1)

Loading…
Cancel
Save