Quick start examples for integrating OEP (Offscreen Effect Player) on iOS and WebRTC into Objective C apps.
Important
Please use v0.x branch for SDK version 0.x (e.g. v0.38).
- Get the client token. Please fill in our form on form on banuba.com website, or contact us via info@banuba.com.
- Copy and Paste your client token into appropriate section of
quickstart-webrtc-ios/quickstart-webrtc-ios/ViewController.m. See constant BANUBA_SDK_KEY. - Execute 'pod install' to get the WebRTC framework and the Banuba SDK.
- Open the project in XCode and run the example.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature) - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
The project contains XCUITest in quickstart-ios-swiftUITests. For correct tests work UItest album should be created on device and should contain at least one photo and one video inside.
- The folder 'Frameworks' - contains Banuba SDK Framework.
- The folder 'quickstart_webrtc_ios/Resources/effects' - the effects which can be used in the app.
- Main code of the sample concentrated in ViewController.h and ViewController.m.