Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-04-11 12:21:44 +02:00
Родитель cc11b6f0f3
Коммит 3d897cb465
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
2 изменённых файлов: 8 добавлений и 9 удалений

Просмотреть файл

@ -6,10 +6,10 @@
## Why is this so awesome?
* 💬 **Chat integration!** Nextcloud Talk comes with some simple text chat since Nextcloud 13. More features are planned for future versions.
* 💬 **Chat integration!** Nextcloud Talk comes with a simple text chat. Allowing you to share files from your Nextcloud and mentioning other participants.
* 👥 **Private, group, public and password protected calls!** Just invite somebody, a whole group or send a public link to invite to a call.
* 💻 **Screen sharing!** Share your screen with participants of your call. You just need to use Firefox version 52 (or newer), latest Edge or Chrome 49 (or newer) with this [Chrome extension](https://chrome.google.com/webstore/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol).
* 🚀 **Integration with other Nextcloud apps!** Currently Contacts and users – more to come.
* 🚀 **Integration with other Nextcloud apps** like Files, Contacts and Deck. More to come.
* 🙈 **Were not reinventing the wheel!** Based on the great [simpleWebRTC](https://simplewebrtc.com/) library.
And in the works for the [coming versions](https://github.com/nextcloud/spreed/milestones/):

Просмотреть файл

@ -3,21 +3,20 @@
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>spreed</id>
<name>Talk</name>
<summary><![CDATA[Video & audio-conferencing using WebRTC]]></summary>
<description><![CDATA[Video & audio-conferencing using WebRTC
<summary><![CDATA[Chat, video & audio-conferencing using WebRTC]]></summary>
<description><![CDATA[Chat, video & audio-conferencing using WebRTC
* 💬 **Chat integration!** Nextcloud Talk comes with some simple text chat since Nextcloud 13. More features are planned for future versions.
* 💬 **Chat integration!** Nextcloud Talk comes with a simple text chat. Allowing you to share files from your Nextcloud and mentioning other participants.
* 👥 **Private, group, public and password protected calls!** Just invite somebody, a whole group or send a public link to invite to a call.
* 💻 **Screen sharing!** Share your screen with participants of your call.
* 🚀 **Integration with other Nextcloud apps!** Currently Contacts and users – more to come.
* 🙈 **Were not reinventing the wheel!** Based on the great [simpleWebRTC](https://simplewebrtc.com/) library.
* 💻 **Screen sharing!** Share your screen with participants of your call. You just need to use Firefox version 52 (or newer), latest Edge or Chrome 49 (or newer) with this [Chrome extension](https://chrome.google.com/webstore/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol).
* 🚀 **Integration with other Nextcloud apps** like Files, Contacts and Deck. More to come.
And in the works for the [coming versions](https://github.com/nextcloud/spreed/milestones/):
* ✋ [Federated calls](https://github.com/nextcloud/spreed/issues/21), to call people on other Nextclouds
]]></description>
<version>6.0.0</version>
<version>6.0.0-RC.1</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>