Fixes NPE.
This commit is contained in:
parent
087c26d494
commit
1aed7e6237
|
@ -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…
Reference in New Issue