Author: solomax
Date: Wed Sep 16 12:02:18 2015
New Revision: 1703385
URL: http://svn.apache.org/r1703385
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=1703385&r1=1703384&r2=1703385&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:02:18 2015
@@ -74,16 +74,17 @@
canvas._videocontainer._videoviewcontent.showDevicePopUpInterview(false,this.interviewPodId,tx,ty,this.width,this.height);
</method>
- <method name="sendConfirmation" args="publicSID">
- if ($debug) Debug.write("sendConfirmation :: ",publicSID);
-
- canvas.thishib.setBroadCastingFlag.publicSIDOfNewModerator = publicSID;
- canvas.thishib.setBroadCastingFlag.isAllowedToBroadCastAV = true;
- canvas.thishib.setBroadCastingFlag.interviewPodId =
this.interviewPodId;
- canvas.thishib.setBroadCastingFlag.doCall();
-
- return true;
- </method>
+ <method name="sendConfirmation" args="publicSID">
+ if ($debug) Debug.write("sendConfirmation :: ",publicSID);
+
+ canvas.thishib.setBroadCastingFlag.publicSIDOfNewModerator =
publicSID;
+ canvas.thishib.setBroadCastingFlag.isAllowedToBroadCastAV =
true;
+ canvas.thishib.setBroadCastingFlag.canVideo = true;
+ canvas.thishib.setBroadCastingFlag.interviewPodId =
this.interviewPodId;
+ canvas.thishib.setBroadCastingFlag.doCall();
+
+ return true;
+ </method>
<netRemoteCallHib name="sendMessageWithClientByPublicSID"
funcname="sendMessageWithClientByPublicSID"
remotecontext="$once{ canvas.thishib }" >