-
Notifications
You must be signed in to change notification settings - Fork 86
Home
Mconf-Web is web portal that provides access to Mconf. It connects to a Mconf-Live/BigBlueButton (works with both applications) server and allows the users to create and participate in web conferences. It provides features that are (by design) not implemented in the core of Mconf-Live/BigBlueButton, such as:
- User authentication;
- Permission control to access web conference rooms;
- Follows a social network model (inherited from VCC) with spaces (communities) that have events;
- Users have their own web conferences that they can share with other members or even invite non-members.
- Each space also has a web conference room that its members can use to interact;
- Events can be used to schedule web conferences inside a space.
The latest stable version of Mconf-Web runs at: http://mconf.org/. This server is free for everyone to register and use to explore Mconf.
Mconf-Web will always support the latest version of Mconf-Live. As for BigBlueButton, it currently supports versions 0.8 (and 0.81).
The integration with Mconf-Live/BigBlueButton is based on two gems (that are also being developed in the Mconf project):
-
bigbluebutton-api-ruby: A library to access Mconf-Live/BigBlueButton's API in Ruby applications.
-
bigbluebutton_rails: An integration of BigBlueButton and Rails. It uses bigbluebutton-api-ruby to access BigBlueButton's API.
For developers:
To install Mconf-Web on a server:
More:
Mconf-Web started as a fork of VCC, an open source system that can be found here. VCC, also known as Global Plaza, is a project developed in Ruby on Rails to provide a virtual event service for the Internet. It uses the Isabel system to provide webconferencing.
You can find the Global Plaza project running at: http://www.globalplaza.org/
The project supporting VCC has ended in the end of 2010, so it's development has been stopped since then. You can see the new directions VCC's team has taken at their GitHub page.
VCC is developed in Ruby on Rails 2.3.4 and uses Isabel to perform webconfereces. The most important differences included by Mconf-Web are the use of Rails 4 and the use of BigBlueButton as a replacement for Isabel. But there are thousands of other differences that you can see by yourself trying Mconf-Web.
This is the technical documentation for Mconf-Web, a component of Mconf. Read more about the project and try it out at mconf.org.
- Home
- Releases
- Changelog
- FAQ
- Translating the application
- Latest stable version (2.x.x)
- Development version (from branch
master
) - Previous version (0.8.x)