Author: ygrego Date: 2015-04-15 14:40:18 +0000 (Wed, 15 Apr 2015) New Revision: 1200 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1200 Log: The VideoBroadcastObject constructor called in "createVideoBroadcastObject" has no more of parameter. Modified: oipf/js/impl/OipfObjectFactory.js Modified: oipf/js/impl/OipfObjectFactory.js =================================================================== --- oipf/js/impl/OipfObjectFactory.js 2015-04-15 14:25:19 UTC (rev 1199) +++ oipf/js/impl/OipfObjectFactory.js 2015-04-15 14:40:18 UTC (rev 1200) @@ -179,7 +179,7 @@ console.log("[INFO] createVideoBroadcastObject() of OipfObjectFactory class called."); if (this.isObjectSupported("video/broadcast")) { - return new VideoBroadcastObject(new ChannelService(null)); + return new VideoBroadcastObject(); } else { throw new TypeError("This object type is not supported."); }
participants (1)
-
ygregoï¼ users.nuiton.org