Author: solomax
Date: Wed Sep 16 12:06:01 2015
New Revision: 1703386

URL: http://svn.apache.org/r1703386
Log:
[OPENMEETINGS-1250] video work as expected in interview room

Modified:
    
openmeetings/branches/3.0.x/WebContent/src/modules/conference/interviewuserlist/interviewVideoBox.lzx

Modified: 
openmeetings/branches/3.0.x/WebContent/src/modules/conference/interviewuserlist/interviewVideoBox.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/WebContent/src/modules/conference/interviewuserlist/interviewVideoBox.lzx?rev=1703386&r1=1703385&r2=1703386&view=diff
==============================================================================
--- 
openmeetings/branches/3.0.x/WebContent/src/modules/conference/interviewuserlist/interviewVideoBox.lzx
 (original)
+++ 
openmeetings/branches/3.0.x/WebContent/src/modules/conference/interviewuserlist/interviewVideoBox.lzx
 Wed Sep 16 12:06:01 2015
@@ -79,7 +79,7 @@
                
                canvas.thishib.setBroadCastingFlag.publicSIDOfNewModerator = 
publicSID;
                canvas.thishib.setBroadCastingFlag.isAllowedToBroadCastAV = 
true;
-               canvas.thishib.setBroadCastingFlag.canVideo = true;
+               canvas.thishib.setBroadCastingFlag.canVideo = 
!canvas.currentRoomObj.isAudioOnly;
                canvas.thishib.setBroadCastingFlag.interviewPodId = 
this.interviewPodId;
                canvas.thishib.setBroadCastingFlag.doCall();
                


Reply via email to