Revision: 2834
Author: seba.wagner
Date: Tue Jan 26 07:18:13 2010
Log: Fixes: Recording Does not stop when you leave the Recorder Application
http://code.google.com/p/openmeetings/source/detail?r=2834
Modified:
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/moderation/moderationPanel.lzx
/trunk/singlewebapp/WebContent/openmeetings/modules/lzrecordcontent/lzRecordContent.lzx
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/moderation/moderationPanel.lzx
Sat Jan 9 11:15:10 2010
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/moderation/moderationPanel.lzx
Tue Jan 26 07:18:13 2010
@@ -169,7 +169,7 @@
<simpleLabelButton name="_doShare" labelid="239" height="24"
visible="${ ((canvas.ismoderator) ? true :
((canvas.isAllowedToDraw) ? true : false )) }"
- style="itemStyle" width="180" y="2">
+ style="itemStyle" width="210" y="2">
<handler name="onclick">
//canvas._drawarea.setModus('plain');
this.parent.checkSharerSession.doCall();
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/lzrecordcontent/lzRecordContent.lzx
Tue Dec 29 12:56:35 2009
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/lzrecordcontent/lzRecordContent.lzx
Tue Jan 26 07:18:13 2010
@@ -14,6 +14,7 @@
<handler name="ontabcontentleave">
_mainScrollBar.setAttribute("visibility","visible");
+ this._recordingsViewMain.stopStream();
</handler>
<lzRecordNavigation name="_navigationArea" />
--
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.