We were very happy to have 3 official students participating in the Google Summer of Code 2012 program! There was even a 4th student that worked on his proposal even not accepted officially as there have been not enough slots available. All students met their goals some even did more then required.

As OpenMeetings is about making virtual conferences we organized a weekly virtual meeting to catch up with everybody. It was sometimes difficult to attend for everybody as the students and mentors are situated in different timezones, starting with GMT-4 to GMT+7. But we had a chance to talk to everybody face to face several times during the summer!



German Grekov's project was about implementing a Connection Test tool that can be run upfront a meeting to test upload, download and if required ports for OpenMeetings are open.

The final result was a UI that shows the most important information to the end-user

Connection+testing+tool




The test performed by the tool can be configured using a XML configuration, so that a users can customize the ports if they configured OpenMeetings to run on different ones.

German has documented the tool in more details:

https://cwiki.apache.org/confluence/display/OPENMEETINGS/Connection+testing+tool




His second task was to integrate a volume slider in the video pods. With a volume slider each user can adjust the audio of each video separated. Conference participants always have different microphones (with a good or bad quality), therefore it is very useful thing to have the opportunity of adjusting of some settings at runtime.

The image shows the volume slider next on the top of the video view.





More information about the project can be found in the wiki documentation:

https://cwiki.apache.org/confluence/display/OPENMEETINGS/Volume+slider



Dmitry Zamula had the most difficult project agenda as his task required the most knowledge of various components of OpenMeetings. His goal was to create a component that would allow conversion of word and presentation documents into thumbnails and or html files. He decided to use Apache POI for the conversion. The final goal of the whole component to have one day editable documents in the whiteboard of OpenMeetings. His component is one step in that direction as it converts documents in the HTML format. Based on that potentially an editor could be created where you can edit the document online. While that task is quite difficult to integrate it was further difficult as he had not only to learn OpenMeetings component set but also the one of Apache POI.

The graph shows the process of generating html formatted content






Finally he was able to create documents in HTML format. The solution was a very good start to explore the chances of collaborative editing of documents within OpenMeetings.

More info can be found on his wiki page: https://cwiki.apache.org/confluence/display/OPENMEETINGS/Posting+documents+on+the+whiteboard+with+POI



Ankur Ankan did realize an integration of OpenMeetings in Zimbra. Zimbra is an Exchange replacement for collaboration and communication. It provides a plugin loader system and the plugins are called “Zimlets”. Zimlets are basically JavaScript coded applications.

But a Zimlet can also perform REST calls. It does that by using the Zimbra server as Proxy server to prevent cross side scripting effects.

Ankur successfully tackled those hurdles, did get familiar with the Zimlet architecture and implemented his plugin step by step.

Besides his implementation he created some docs that also contain screenshots of the plugin
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Openmeetings+Plugin+for+Zimbra.





What really is great that he did also complete all steps to finally create a working release from his project so that the distribution of the plugin can start and users can work with it!



Josh Dolitsky did not officially work as a GSoC student because slots were already full, but he agreed to work on the project even if not accepted! His task was to update and implement the ATutor Plugin. ATutor is an ELearning suite from OCAD (www.ocad.ca Canada). The plugin needed to be updated to use the latest REST API calls of OpenMeetings. Also, it needed to be refactored to remove any non-Apache License compatible dependencies.



This is a screenshot of the Plugin in action:





The plugin is now almost ready to start a vote to release it! He did also prepare some wiki page about his results:

https://cwiki.apache.org/confluence/display/OPENMEETINGS/ATutor+plug-in+installation+and+usage