Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connectycube/connectycube-ios-calls-sdk-releases
Releases packages for ConnectyCube iOS Calls SDK platform
https://github.com/connectycube/connectycube-ios-calls-sdk-releases
api apple cloud ios iphone stun turn videocall videocalling videochat videoconference webrtc webrtc-video
Last synced: 6 days ago
JSON representation
Releases packages for ConnectyCube iOS Calls SDK platform
- Host: GitHub
- URL: https://github.com/connectycube/connectycube-ios-calls-sdk-releases
- Owner: ConnectyCube
- Created: 2018-06-22T13:57:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T16:15:17.000Z (11 months ago)
- Last Synced: 2024-04-29T19:21:05.100Z (7 months ago)
- Topics: api, apple, cloud, ios, iphone, stun, turn, videocall, videocalling, videochat, videoconference, webrtc, webrtc-video
- Language: Objective-C
- Homepage: https://connectycube.com
- Size: 96.9 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ConnectyCube iOS Calls SDK Releases
This repository contains releases of the iOS Calls SDK. It provides a simple interface to the video calling capabilities provided by the ConnectyCube platform.
If you have any questions, comments, or issues related to any products distributed via this repository then please raise an issue here on GitHub repository or contact the team by emailing [email protected].
# ConnectyCube SDK
This repository contains releases of the iOS SDK for interacting with the ConnectyCube communications cloud.
It provides a simple interface to the video calling (WebRTC) capabilities provided by the platform.
[Getting Started with ConnectyCube iOS SDK](https://developers.connectycube.com/ios/)
# Installation
The ConnectyCube iOS Calls SDK can be installed directly into your application by adding sdk libraries via CocoaPods.
Make sure that you have [CocoaPods](http://cocoapods.org/) installed.
Open your Podfile and add following line for dynamic framework (iOS 9+):
```
pod 'ConnectyCubeCalls'
```Then add a "Run Script Phase" in build phases of your project. Past the following snippet in the script:
```
bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/ConnectyCubeCalls.framework/strip-framework.sh"
```This fixes a [known Apple bug](http://www.openradar.me/radar?id=6409498411401216), that does not allowing to publish archives to the App store with dynamic frameworks that contains simulator platforms. Script will only work for archiving.
Then open **Terminal** go to your project folder with Podfile and run:
```
pod install
```Now you can open **.xcworkspace** file and use ConnectyCube Framework in your project.
## Have an issue?
Got troubles with integration? Create an issue at [Issues page](https://github.com/ConnectyCube/connectycube-ios-calls-sdk-releases/issues).
# Licenіe
ConnectyCube Calls SDK for iOS is licensed under the ConnectyCube SDK License.