Author: a_horuzhenko
Date: Fri May 24 11:58:13 2013
New Revision: 1486024

URL: http://svn.apache.org/r1486024
Log:
Exit room confirmation has been fixed.

Modified:
    
openmeetings/trunk/singlewebapp/WebContent/swf10/commonVideoViewContentSWF10.lzx

Modified: 
openmeetings/trunk/singlewebapp/WebContent/swf10/commonVideoViewContentSWF10.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/swf10/commonVideoViewContentSWF10.lzx?rev=1486024&r1=1486023&r2=1486024&view=diff
==============================================================================
--- 
openmeetings/trunk/singlewebapp/WebContent/swf10/commonVideoViewContentSWF10.lzx
 (original)
+++ 
openmeetings/trunk/singlewebapp/WebContent/swf10/commonVideoViewContentSWF10.lzx
 Fri May 24 11:58:13 2013
@@ -491,10 +491,12 @@
     </method>
 
        <method name="immediateExitRoom" args="bool,ctx">
+               <![CDATA[
                canvas.videoComp_lc.send(canvas.videoComp_lc_name, 'exitRoom', 
bool);
-               if (canvas.wicketsid != null) {
+               if (canvas.wicketsid != null && bool) {
                        flash.external.ExternalInterface.call("roomExit");
                }
+               ]]>
        </method>
 
        <method name="updateFirstLastName" args="publicSID,first,last">


Reply via email to