Skip to content

Commit

Permalink
Merge pull request #3 from jibon57/v2
Browse files Browse the repository at this point in the history
Version 2.0.0
  • Loading branch information
jibon57 authored Jul 20, 2018
2 parents 7fd93d4 + 2615f11 commit 1de95eb
Show file tree
Hide file tree
Showing 552 changed files with 131,144 additions and 7,473 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 Jibon L. Costa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
25 changes: 11 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#BigBlueButton Extension for Joomla (2.5 and 3.X)
#BigBlueButton Extension for Joomla (3.X)

**Note:** If you have already installed V1.X then please take a backup of meeting rooms before installing this version. New version won't update the old meeting rooms but it will left old table `__bbb_meetings`. So, you can delete that table later.

This extension can connect your user with BigBlueButton server from joomla. You need to setup a BigBlueButton server to use this extension. You can see server configuration documents from here: http://bigbluebutton.org/

Expand All @@ -10,29 +12,24 @@ salt: 8cd8ef52e8e101574e400365b55e11a6
Demo info:
https://www.hoicoimasti.com/products/8-joomla-extension/9-bigbluebutton-extension-for-joomla.html


You can perform following function:

Create a Meeting (Both normal & recording)
Join a Meeting
End a Meeting
Is Meeting Running
Get Recordings
Publish Recordings
Delete Recordings
**Features**
1) Unlimited meeting rooms.
2) Unlimited Events.
3) Pull recordings.
4) Joomla standard component with module. So, you can use in menu or any module position.
5) More...

How to use this extension?

1. Download the zip archive. It's a Joomla package. It's content one component & one module. Both will be install automatically when you will install this package. Note: This extension will work on both Joomla 2.5 & 3.X.
1. Download the zip archive. It's a Joomla package. It's content one component & one module. Both will be install automatically when you will install this package. Note: This extension will work with Joomla 3.X only.

2. Now go to Components Manager & select "BigBlueButton".

3. From Component click on "Options" button from top. In there you have to put server URL & Salt. Without this information you can't connect with your BigBlueButton server.

4. Now add your meeting name, moderator password etc..

5. Go to module manager. You can see "BigBlueButton" module. Open it & placed it in your template position. That's all...
5. Go to menu manager to add item in menu or can use module.



Community Support: https://groups.google.com/forum/?hl=en#!topic/bigbluebutton-users/2KR17pYPh70
47 changes: 40 additions & 7 deletions packages/com_bigbluebutton/admin/access.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,50 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<access component="com_bigbluebutton">
<section name="component">
<action name="core.admin" title="JACTION_ADMIN" description="JACTION_ADMIN_COMPONENT_DESC" />
<action name="core.options" title="JACTION_OPTIONS" description="JACTION_OPTIONS_COMPONENT_DESC" />
<action name="core.manage" title="JACTION_MANAGE" description="JACTION_MANAGE_COMPONENT_DESC" />
<action name="core.export" title="COM_BIGBLUEBUTTON_EXPORT_DATA" description="COM_BIGBLUEBUTTON_EXPORT_DATA_DESC" />
<action name="core.import" title="COM_BIGBLUEBUTTON_IMPORT_DATA" description="COM_BIGBLUEBUTTON_IMPORT_DATA_DESC" />
<action name="core.batch" title="COM_BIGBLUEBUTTON_USE_BATCH" description="COM_BIGBLUEBUTTON_USE_BATCH_DESC" />
<action name="core.version" title="COM_BIGBLUEBUTTON_EDIT_VERSIONS" description="COM_BIGBLUEBUTTON_EDIT_VERSIONS_DESC" />
<action name="core.create" title="JACTION_CREATE" description="JACTION_CREATE_COMPONENT_DESC" />
<action name="core.delete" title="JACTION_DELETE" description="JACTION_DELETE_COMPONENT_DESC" />
<action name="core.edit" title="JACTION_EDIT" description="JACTION_EDIT_COMPONENT_DESC" />
<action name="core.edit.state" title="JACTION_EDITSTATE" description="JACTION_EDITSTATE_COMPONENT_DESC" />
<action name="core.edit.state" title="JACTION_EDITSTATE" description="JACTION_ACCESS_EDITSTATE_DESC" />
<action name="core.edit.own" title="JACTION_EDITOWN" description="JACTION_EDITOWN_COMPONENT_DESC" />
<action name="core.edit.created_by" title="COM_BIGBLUEBUTTON_EDIT_CREATED_BY" description="COM_BIGBLUEBUTTON_EDIT_CREATED_BY_DESC" />
<action name="core.edit.created" title="COM_BIGBLUEBUTTON_EDIT_CREATED_DATE" description="COM_BIGBLUEBUTTON_EDIT_CREATED_DATE_DESC" />
<action name="event.access" title="COM_BIGBLUEBUTTON_EVENTS_ACCESS" description="COM_BIGBLUEBUTTON_EVENTS_ACCESS_DESC" />
<action name="event.batch" title="COM_BIGBLUEBUTTON_EVENTS_BATCH_USE" description="COM_BIGBLUEBUTTON_EVENTS_BATCH_USE_DESC" />
<action name="event.dashboard_add" title="COM_BIGBLUEBUTTON_EVENTS_DASHBOARD_ADD" description="COM_BIGBLUEBUTTON_EVENTS_DASHBOARD_ADD_DESC" />
<action name="event.dashboard_list" title="COM_BIGBLUEBUTTON_EVENTS_DASHBOARD_LIST" description="COM_BIGBLUEBUTTON_EVENTS_DASHBOARD_LIST_DESC" />
<action name="event.edit.state" title="COM_BIGBLUEBUTTON_EVENTS_EDIT_STATE" description="COM_BIGBLUEBUTTON_EVENTS_EDIT_STATE_DESC" />
<action name="event.export" title="COM_BIGBLUEBUTTON_EVENTS_EXPORT" description="COM_BIGBLUEBUTTON_EVENTS_EXPORT_DESC" />
<action name="event.import" title="COM_BIGBLUEBUTTON_EVENTS_IMPORT" description="COM_BIGBLUEBUTTON_EVENTS_IMPORT_DESC" />
<action name="event.submenu" title="COM_BIGBLUEBUTTON_EVENTS_SUBMENU" description="COM_BIGBLUEBUTTON_EVENTS_SUBMENU_DESC" />
<action name="meeting.access" title="COM_BIGBLUEBUTTON_MEETINGS_ACCESS" description="COM_BIGBLUEBUTTON_MEETINGS_ACCESS_DESC" />
<action name="meeting.batch" title="COM_BIGBLUEBUTTON_MEETINGS_BATCH_USE" description="COM_BIGBLUEBUTTON_MEETINGS_BATCH_USE_DESC" />
<action name="meeting.dashboard_add" title="COM_BIGBLUEBUTTON_MEETINGS_DASHBOARD_ADD" description="COM_BIGBLUEBUTTON_MEETINGS_DASHBOARD_ADD_DESC" />
<action name="meeting.dashboard_list" title="COM_BIGBLUEBUTTON_MEETINGS_DASHBOARD_LIST" description="COM_BIGBLUEBUTTON_MEETINGS_DASHBOARD_LIST_DESC" />
<action name="meeting.export" title="COM_BIGBLUEBUTTON_MEETINGS_EXPORT" description="COM_BIGBLUEBUTTON_MEETINGS_EXPORT_DESC" />
<action name="meeting.import" title="COM_BIGBLUEBUTTON_MEETINGS_IMPORT" description="COM_BIGBLUEBUTTON_MEETINGS_IMPORT_DESC" />
<action name="meeting.submenu" title="COM_BIGBLUEBUTTON_MEETINGS_SUBMENU" description="COM_BIGBLUEBUTTON_MEETINGS_SUBMENU_DESC" />
<action name="recording.access" title="COM_BIGBLUEBUTTON_RECORDING_ACCESS" description="COM_BIGBLUEBUTTON_RECORDING_ACCESS_DESC" />
<action name="recording.dashboard_list" title="COM_BIGBLUEBUTTON_RECORDING_DASHBOARD_LIST" description="COM_BIGBLUEBUTTON_RECORDING_DASHBOARD_LIST_DESC" />
<action name="recording.submenu" title="COM_BIGBLUEBUTTON_RECORDING_SUBMENU" description="COM_BIGBLUEBUTTON_RECORDING_SUBMENU_DESC" />
</section>
<section name="category">
<action name="core.create" title="JACTION_CREATE" description="COM_CATEGORIES_ACCESS_CREATE_DESC" />
<action name="core.delete" title="JACTION_DELETE" description="COM_CATEGORIES_ACCESS_DELETE_DESC" />
<action name="core.edit" title="JACTION_EDIT" description="COM_CATEGORIES_ACCESS_EDIT_DESC" />
<action name="core.edit.state" title="JACTION_EDITSTATE" description="COM_CATEGORIES_ACCESS_EDITSTATE_DESC" />
<section name="meeting">
<action name="core.create" title="COM_BIGBLUEBUTTON_MEETINGS_CREATE" description="COM_BIGBLUEBUTTON_MEETINGS_CREATE_DESC" />
<action name="core.edit" title="COM_BIGBLUEBUTTON_MEETINGS_EDIT" description="COM_BIGBLUEBUTTON_MEETINGS_EDIT_DESC" />
<action name="core.edit.own" title="COM_BIGBLUEBUTTON_MEETINGS_EDIT_OWN" description="COM_BIGBLUEBUTTON_MEETINGS_EDIT_OWN_DESC" />
<action name="core.delete" title="COM_BIGBLUEBUTTON_MEETINGS_DELETE" description="COM_BIGBLUEBUTTON_MEETINGS_DELETE_DESC" />
</section>
<section name="event">
<action name="core.create" title="COM_BIGBLUEBUTTON_EVENTS_CREATE" description="COM_BIGBLUEBUTTON_EVENTS_CREATE_DESC" />
<action name="core.edit" title="COM_BIGBLUEBUTTON_EVENTS_EDIT" description="COM_BIGBLUEBUTTON_EVENTS_EDIT_DESC" />
<action name="core.edit.own" title="COM_BIGBLUEBUTTON_EVENTS_EDIT_OWN" description="COM_BIGBLUEBUTTON_EVENTS_EDIT_OWN_DESC" />
<action name="event.edit.state" title="COM_BIGBLUEBUTTON_EVENTS_EDIT_STATE" description="COM_BIGBLUEBUTTON_EVENTS_EDIT_STATE_DESC" />
<action name="core.delete" title="COM_BIGBLUEBUTTON_EVENTS_DELETE" description="COM_BIGBLUEBUTTON_EVENTS_DELETE_DESC" />
</section>
</access>
Loading

0 comments on commit 1de95eb

Please sign in to comment.