Skip to content

Commit

Permalink
Pull request #14: System requirements
Browse files Browse the repository at this point in the history
Merge in WEBRTC/infobip-rtc-ios from mmujic-WEBRTC-1190-refresh-doc to master

Squashed commit of the following:

commit 9f9bcd43909aafbd45ecb1b5d9a277ac98955f91
Author: Muhamed Mujic <[email protected]>
Date:   Wed Dec 23 21:50:17 2020 +0100

    sys reqs
  • Loading branch information
Muhamed Mujic authored and Muhamed Mujic committed Dec 25, 2020
1 parent 061f794 commit 6f980a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Here you will find an overview and a quick guide on how to connect to Infobip pl
### First-time setup
In order to use Infobip RTC, you need to have Web and In-app Calls enabled on your account and that's it! You are ready to make Web and In-app calls. To learn how to enable them see [the documentation](https://www.infobip.com/docs/voice-and-video/web-and-in-app-calls#set-up-web-and-in-app-calls).

### System Requirements
The Infobip RTC iOS SDK is supported on iOS 10.0 or above.

Supported Swift version is 5.1 or above.

### Getting SDK
There are a few ways that you can get our SDK. We publish it on CocoaPods and Carthage.
If you want to add it as a CocoaPod dependency, add the following to your Podfile:
Expand Down Expand Up @@ -199,8 +204,3 @@ Since push notifications are not available on simulator devices, in order to tes
let token = obtainToken()
var pushRegistry = InfobipSimulator(token: token)
```

### System Requirements
The Infobip RTC iOS SDK is supported on iOS 10.0 or above.

Supported Swift version is 5.0 or above.

0 comments on commit 6f980a0

Please sign in to comment.