Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml Β« appinfo - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7ca05c8d7f0185214e7e1fce12f6cd8376040a50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0"?>
<info>
	<id>spreed</id>
	<name>Video calls</name>
	<description><![CDATA[Video & voice calls 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>
	<author>Jan-Christoph Borchardt</author>
	<author>Lukas Reschke</author>
	<author>Morris Jobke</author>

	<category>multimedia</category>
	<category>social</category>
	<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/spreed-in-action.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/inviting-people.png</screenshot>

	<version>1.1.4</version>
	<dependencies>
		<nextcloud min-version="11" max-version="12" />
	</dependencies>
	<types>
		<prevent_group_restriction />
	</types>
	<namespace>Spreed</namespace>

	<settings>
		<admin>OCA\Spreed\Settings\Admin</admin>
	</settings>

	<repair-steps>
		<post-migration>
			<step>OCA\Spreed\Migration\EmptyNameInsteadOfRandom</step>
		</post-migration>
	</repair-steps>
</info>