A user friendly sample implementation of Webex client SDK and showcases production scenarios with Webex SDK.
Buddies is a Demo Application that shows how to build a production App with Webex SDK. It is developed for providing reference codes and widgets to developers who wants to develop real time communication(call and messaging) applications with “Webex-SDK”.
You can download our Demo App from TestFlight.
Here are the steps to setup Xcode project using CocoaPods:
Install CocoaPods:
gem install cocoapods
Setup Cocoapods:
pod setup
Install WebexSDK and other dependencies from your project directory:
pod install
Here is another demo app-“Kitchensink”, which is more focus on simply implementing codes and functionalities.
GitHub-Kitchensink