You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2014/10/20 16:53:14 UTC

svn commit: r1633169 - /openmeetings/branches/3.0.x/WebContent/swf10/commonVideoViewContentSWF10.lzx

Author: solomax
Date: Mon Oct 20 14:53:14 2014
New Revision: 1633169

URL: http://svn.apache.org/r1633169
Log:
[OPENMEETINGS-1110] all streams are cleared on room exit

Modified:
    openmeetings/branches/3.0.x/WebContent/swf10/commonVideoViewContentSWF10.lzx

Modified: openmeetings/branches/3.0.x/WebContent/swf10/commonVideoViewContentSWF10.lzx
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/WebContent/swf10/commonVideoViewContentSWF10.lzx?rev=1633169&r1=1633168&r2=1633169&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/WebContent/swf10/commonVideoViewContentSWF10.lzx (original)
+++ openmeetings/branches/3.0.x/WebContent/swf10/commonVideoViewContentSWF10.lzx Mon Oct 20 14:53:14 2014
@@ -509,12 +509,13 @@
     </method>
 
 	<method name="immediateExitRoom" args="bool,ctx">
-		<![CDATA[
+	<![CDATA[
 		canvas.videoComp_lc.send(canvas.videoComp_lc_name, 'exitRoom', bool);
 		if (canvas.wicketsid != null && bool) {
+			clearAll();
 			flash.external.ExternalInterface.call("roomExit");
 		}
-		]]>
+	]]>
 	</method>
 
 	<method name="updateFirstLastName" args="publicSID,first,last">