Author: ygrego Date: 2015-04-01 15:08:17 +0000 (Wed, 01 Apr 2015) New Revision: 1027 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1027 Log: Setting of variable "channel". Modified: oipf/js/test/VideoBroadcastTest.js Modified: oipf/js/test/VideoBroadcastTest.js =================================================================== --- oipf/js/test/VideoBroadcastTest.js 2015-04-01 14:49:53 UTC (rev 1026) +++ oipf/js/test/VideoBroadcastTest.js 2015-04-01 15:08:17 UTC (rev 1027) @@ -717,6 +717,9 @@ testSetChannelInPresenting: function(resolve, reject) { var self = this; + this.channel = this.getChannel( + this.vidBroadObj.getChannelConfig().channelList); + this.addTransition(this.UNREALIZED, this.CONNECTING); this.addTransition(this.CONNECTING, this.PRESENTING, function() {
participants (1)
-
ygregoï¼ users.nuiton.org