cloud_bbb/appinfo/info.xml

53 lines
2.7 KiB
XML
Raw Normal View History

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).
* **Room setup** Create multiple room configurations with name, welcome message, ...
* **Share guest link** Share the room link with all your guests
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
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>
2020-09-04 11:02:46 +02:00
<version>1.0.2</version>
2020-04-26 11:36:41 +02:00
<licence>agpl</licence>
<author mail="klaus@jsxc.org">Klaus Herberth</author>
<namespace>BigBlueButton</namespace>
<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>
2020-04-28 00:54:36 +02:00
<nextcloud min-version="18" max-version="19"/>
2020-04-26 11:36:41 +02:00
</dependencies>
<settings>
<admin>OCA\BigBlueButton\Settings\Admin</admin>
<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>