Revision: 4291
Author: seba.wagner
Date: Sun Sep 25 04:18:39 2011
Log: Fix mute functionality and activity window in interview roomtype
http://code.google.com/p/openmeetings/source/detail?r=4291
Modified:
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/flexibleConferenceRoom/roomSidebar/interviewRoomSidebar.lzx
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/interviewuserlist/interviewUserList.lzx
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/flexibleConferenceRoom/roomSidebar/interviewRoomSidebar.lzx
Sun Feb 14 03:47:30 2010
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/flexibleConferenceRoom/roomSidebar/interviewRoomSidebar.lzx
Sun Sep 25 04:18:39 2011
@@ -69,7 +69,12 @@
<interviewUserList name="_videocontainer" y="36"
width="$once{ parent.width-10 }"
- height="${ parent.height-36 }" />
+ height="${ parent.height-236 }" />
+
+ <view y="${ parent.height - 201 }" width="$once{ parent.width-10 }"
height="2"
+ name="_border" bgcolor="$once{ canvas.basebgcolorizer }" />
+
+ <activityList name="_activityList" />
<view name="_minimizeSidebar" x="${ parent.width - 10 }" width="10"
bgcolor="$once{ canvas.baseMousecolorizer }" height="${
parent.height }">
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/interviewuserlist/interviewUserList.lzx
Wed Aug 24 01:01:53 2011
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/interviewuserlist/interviewUserList.lzx
Sun Sep 25 04:18:39 2011
@@ -309,6 +309,15 @@
]]>
</method>
+ <method name="updateMuteStatusVideoView" args="roomClient">
+ <![CDATA[
+ var videoContainer = canvas._drawarea._videoviewcontent;
+ for (var i=0;i<videoContainer.subviews.length;i++){
+
videoContainer.subviews[i]._videoPlay.muteMicrophone(roomClient);
+
videoContainer.subviews[i]._videoBroadCast.muteMicrophone(roomClient);
+ }
+ ]]>
+ </method>
<!--
This method returns an object of type videoObjectBroadcast
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.