Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)
Expand Down
20 changes: 19 additions & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down