Author: ygrego Date: 2015-06-12 14:11:54 +0000 (Fri, 12 Jun 2015) New Revision: 1710 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1710 Log: The VideoBroadcastObject must be created only one time. Modified: oipf/test/js/TestConfig.js Modified: oipf/test/js/TestConfig.js =================================================================== --- oipf/test/js/TestConfig.js 2015-06-12 14:06:48 UTC (rev 1709) +++ oipf/test/js/TestConfig.js 2015-06-12 14:11:54 UTC (rev 1710) @@ -171,11 +171,7 @@ this.blocked = function() {}; this.bindToCurrentChannel = this.blocked; this.onChangeState = this.blocked; - this.createVideoBroadcast = function() { - if (!this.vidBroadObj) { - this.vidBroadObj = oipfObjectFactory.createVideoBroadcastObject(); - } - } + this.createVideoBroadcastObject = this.blocked; } onPVREvent(resolve, reject, event) {