2020-04-28 00:54:36 +02:00
<?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" >
2020-04-26 13:26:34 +02:00
<id > bbb</id>
2020-04-26 13:26:52 +02:00
<name > BigBlueButton Integration</name>
2020-04-26 11:36:41 +02:00
<summary > BigBlueButton integration for Nextcloud</summary>
2020-04-27 10:59:49 +02:00
<description > < ![CDATA[This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).
2020-10-26 14:38:49 +01:00
* **Room setup** Create multiple room configurations with name, welcome message …
2020-04-27 10:59:49 +02:00
* **Share guest link** Share the room link with all your guests
2021-01-26 09:12:31 +01:00
* **Share moderator link** Invite moderators to the room
2020-09-01 10:03:40 +02:00
* **Share rooms** Share rooms with members, groups or circles
2020-04-27 10:59:49 +02:00
* **Custom presentation** Start a room with a selected presentation from your file browser
2020-05-17 16:50:33 +02:00
* **Manage recordings** View, share and delete recordings for your rooms
2020-09-01 10:03:40 +02:00
* **Restrictions** Restrict room creation to certain groups
2020-09-24 14:19:54 +02:00
* **Activities** Get an overview of your room activities
2020-04-27 10:59:49 +02:00
2021-01-26 09:12:31 +01:00
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).
2020-04-27 10:59:49 +02:00
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>
2021-07-28 09:58:26 +02:00
<version > 2.0.0</version>
2020-04-26 11:36:41 +02:00
<licence > agpl</licence>
<author mail= "klaus@jsxc.org" > Klaus Herberth</author>
<namespace > BigBlueButton</namespace>
2021-02-13 19:31:43 +01:00
<types >
<prevent_group_restriction />
</types>
2020-04-26 11:36:41 +02:00
<category > social</category>
<category > multimedia</category>
<category > integration</category>
2020-04-27 10:59:49 +02:00
<website > https://github.com/sualko/cloud_bbb/</website>
2020-04-26 11:36:41 +02:00
<bugs > https://github.com/sualko/cloud_bbb/issues</bugs>
2020-04-27 10:59:49 +02:00
<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>
2020-06-18 09:28:24 +02:00
<screenshot > https://raw.githubusercontent.com/sualko/cloud_bbb/master/docs/screenshot-configuration2.png</screenshot>
2020-04-27 10:59:49 +02:00
<screenshot > https://raw.githubusercontent.com/sualko/cloud_bbb/master/docs/screenshot-join.png</screenshot>
2020-04-26 11:36:41 +02:00
<dependencies >
<lib > curl</lib>
<lib > mbstring</lib>
<lib > SimpleXML</lib>
2021-07-26 16:02:57 +02:00
<nextcloud min-version= "20" max-version= "22" />
2020-04-26 11:36:41 +02:00
</dependencies>
<settings >
<admin > OCA\BigBlueButton\Settings\Admin</admin>
2020-09-02 10:07:20 +02:00
<personal-section > OCA\BigBlueButton\Settings\Section</personal-section>
2020-04-26 11:36:41 +02:00
</settings>
2020-09-07 22:18:23 +02:00
<activity >
<settings >
<setting > OCA\BigBlueButton\Activity\Setting</setting>
</settings>
<providers >
<provider > OCA\BigBlueButton\Activity\Provider</provider>
</providers>
</activity>
2020-04-26 11:36:41 +02:00
</info>