mirror of https://github.com/sualko/cloud_bbb
61 lines
3.1 KiB
XML
61 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
<id>bbb</id>
|
|
<name>BigBlueButton Integration</name>
|
|
<summary>BigBlueButton integration for Nextcloud</summary>
|
|
<description><![CDATA[This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).
|
|
|
|
* **Room setup** Create multiple room configurations with name, welcome message …
|
|
* **Share guest link** Share the room link with all your guests
|
|
* **Share moderator link** Invite moderators to the room
|
|
* **Share rooms** Share rooms with members, groups or circles
|
|
* **Custom presentation** Start a room with a selected presentation from your file browser
|
|
* **Manage recordings** View, share and delete recordings for your rooms
|
|
* **Restrictions** Restrict room creation to certain groups
|
|
* **Activities** Get an overview of your room activities
|
|
|
|
Quick start guide and further information in our [readme](https://github.com/sualko/cloud_bbb).
|
|
Do you like this application? Give something back to the open source community and checkout our
|
|
[ways to contribute](https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md).
|
|
|
|
Developer wanted! If you have time it would be awesome if you could help to enhance this application.
|
|
|
|
*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*
|
|
]]></description>
|
|
<version>2.0.0</version>
|
|
<licence>agpl</licence>
|
|
<author mail="klaus@jsxc.org">Klaus Herberth</author>
|
|
<namespace>BigBlueButton</namespace>
|
|
<types>
|
|
<prevent_group_restriction/>
|
|
</types>
|
|
<category>social</category>
|
|
<category>multimedia</category>
|
|
<category>integration</category>
|
|
<website>https://github.com/sualko/cloud_bbb/</website>
|
|
<bugs>https://github.com/sualko/cloud_bbb/issues</bugs>
|
|
<repository>https://github.com/sualko/cloud_bbb/</repository>
|
|
<screenshot>https://raw.githubusercontent.com/sualko/cloud_bbb/master/docs/screenshot-file-browser.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/sualko/cloud_bbb/master/docs/screenshot-configuration.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/sualko/cloud_bbb/master/docs/screenshot-configuration2.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/sualko/cloud_bbb/master/docs/screenshot-join.png</screenshot>
|
|
<dependencies>
|
|
<lib>curl</lib>
|
|
<lib>mbstring</lib>
|
|
<lib>SimpleXML</lib>
|
|
<nextcloud min-version="20" max-version="22"/>
|
|
</dependencies>
|
|
<settings>
|
|
<admin>OCA\BigBlueButton\Settings\Admin</admin>
|
|
<personal-section>OCA\BigBlueButton\Settings\Section</personal-section>
|
|
</settings>
|
|
<activity>
|
|
<settings>
|
|
<setting>OCA\BigBlueButton\Activity\Setting</setting>
|
|
</settings>
|
|
<providers>
|
|
<provider>OCA\BigBlueButton\Activity\Provider</provider>
|
|
</providers>
|
|
</activity>
|
|
</info>
|