cloud_bbb/appinfo/info.xml

43 lines
2.3 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
* **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-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-06-10 17:36:19 +02:00
<version>0.4.0</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>OCA\BigBlueButton\Settings\Personal</personal>
<personal-section>OCA\BigBlueButton\Settings\Section</personal-section>
</settings>
</info>