Browse Source

Merge pull request #189 from nextcloud/screensharing-readme

Screensharing readme
pull/191/head
Joas Schilling 9 years ago
committed by GitHub
parent
commit
fceb14dd25
  1. 1
      README.md
  2. 20
      appinfo/info.xml

1
README.md

@ -12,6 +12,7 @@
* :see_no_evil: **We’re 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/):
* :computer: [Screen sharing](https://github.com/nextcloud/spreed/issues/31)
* :speech_balloon: [Chat integration](https://github.com/nextcloud/spreed/issues/35)
* :raising_hand: [Federated calls](https://github.com/nextcloud/spreed/issues/21), to call people on other Nextclouds
* :zap: If you have suggestions or problems, please [open an issue](https://github.com/nextcloud/spreed/issues) or contribute directly :)

20
appinfo/info.xml

@ -2,7 +2,25 @@
<info>
<id>spreed</id>
<name>Spreed video calls</name>
<description>Voice over IP conferencing using WebRTC</description>
<description><![CDATA[Voice over IP conferencing using WebRTC
👥 **1on1 & group calls!** Just invite people, or create a call with a whole group. :)
🔗 **Public rooms!** You can send a link to anyone to have a call with them!
🚀 **Integration with other Nextcloud apps!** Currently Contacts and users – more to come.
🙈 **We’re 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/):
💻 [Screen sharing](https://github.com/nextcloud/spreed/issues/31)
💬 [Chat integration](https://github.com/nextcloud/spreed/issues/35)
✋ [Federated calls](https://github.com/nextcloud/spreed/issues/21), to call people on other Nextclouds
]]></description>
<licence>AGPL</licence>
<author>Ivan Sein</author>

Loading…
Cancel
Save