зеркало из https://github.com/nextcloud/talk-ios.git
38 строки
1.8 KiB
Markdown
38 строки
1.8 KiB
Markdown
# Nextcloud Talk iOS app
|
|
|
|
**Video & audio calls and chat through Nextcloud on iOS**
|
|
|
|
Nextcloud Talk is a fully on-premises audio/video and chat communication service. It features web and mobile apps and is designed to offer the highest degree of security while being easy to use.
|
|
|
|
Nextcloud Talk lowers the barrier for communication and lets your team connect any time, any where, on any device, with each other, customers or partners.
|
|
|
|
[![Available on the AppStore](https://github.com/nextcloud/talk-ios/blob/master/docs/App%20Store/Download_on_the_App_Store_Badge.svg)](https://itunes.apple.com/app/id1296825574)
|
|
|
|
## Prerequisites
|
|
|
|
- [Nextcloud server](https://github.com/nextcloud/server) version 13 or higher (that fulfills [ATS requirements](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW57)).
|
|
- [Nextcloud Talk](https://github.com/nextcloud/spreed) version 3.2 or higher.
|
|
- [CocoaPods](https://cocoapods.org/)
|
|
|
|
## Build steps
|
|
|
|
```
|
|
$ pod install
|
|
$ git submodule update --init
|
|
$ open VideoCalls.xcworkspace
|
|
```
|
|
|
|
## Start contributing
|
|
If you want to [contribute](https://nextcloud.com/contribute/), you are very welcome:
|
|
|
|
- on our IRC channels #nextcloud and #nextcloud-mobile (on freenode)
|
|
- our forum at https://help.nextcloud.com/
|
|
|
|
[![irc](https://img.shields.io/badge/IRC-%23nextcloud%20on%20freenode-orange.svg)](https://webchat.freenode.net/?channels=nextcloud)
|
|
[![irc](https://img.shields.io/badge/IRC-%23nextcloud--mobile%20on%20freenode-blue.svg)](https://webchat.freenode.net/?channels=nextcloud-mobile)
|
|
|
|
Fork this repository and contribute back using pull requests to the master branch!
|
|
|
|
**License:** [GPLv3](https://github.com/nextcloud/spreed-ios/blob/master/LICENSE) with [Apple app store exception](https://github.com/nextcloud/spreed-ios/blob/master/COPYING.iOS).
|
|
|