[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243175#comment-13243175
 ] 

SebastianWagner commented on OPENMEETINGS-80:
---------------------------------------------

The code:

canvas.videoComp_lc.exitRoom = function(confirm) {
                if ($debug) Debug.write("confirm exitRoom:", confirm);
                if (confirm) {
                    
canvas.currentBaseConferenceRoom._screenSharingAdapter.closeAllScreenSharings();
                    if (canvas.appointmentNotificationPopUp != null) {
                        canvas.appointmentNotificationPopUp.destroy();
                    }
                    canvas.doActionmenu('quit');
                }
            }

There is no need to put this into the menubar, you could define it event in the 
mainMethods.lzx, it is better to have this code only one time initialized in 
the whole swf.
                
> Some notification windows need to be moved to SWF10
> ---------------------------------------------------
>
>                 Key: OPENMEETINGS-80
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-80
>             Project: Openmeetings
>          Issue Type: Sub-task
>          Components: Audio/Video
>            Reporter: SebastianWagner
>            Assignee: German Grekhov
>             Fix For: 2.0 Apache Incubator Release
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to