WebexSamples / webex-ios-sdk-example-buddies

A user friendly sample implementation of Webex client SDK and showcases production scenarios with Webex SDK.

Repository from Github https://github.comWebexSamples/webex-ios-sdk-example-buddiesRepository from Github https://github.comWebexSamples/webex-ios-sdk-example-buddies

Buddies

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".

Screenshots

  1. ScreenShot-1: Calling people/room page.
  2. ScreenShot-2: Main messaging page.
  3. ScreenShot-3: Application page, contains buddies and groups.
  4. ScreenShot-4: Create group/add buddy Page.

How to install

You can download our Demo App from TestFlight.

  1. Download TestFlight from App Stroe.
  2. Open the public link (https://testflight.apple.com/join/r0JD3C9v) from your iOS browser.
  3. Start testing and install Buddies App from TestFlight.

Setup

Here are the steps to setup Xcode project using CocoaPods:

  1. Install CocoaPods:

    gem install cocoapods
  2. Setup Cocoapods:

    pod setup
  3. Install WebexSDK and other dependencies from your project directory:

    pod install

Kitchensink

Here is another demo app-"Kitchensink", which is more focus on simply implementing codes and functionalities. GitHub-Kitchensink

About

A user friendly sample implementation of Webex client SDK and showcases production scenarios with Webex SDK.

License:MIT License


Languages

Language:Swift 89.9%Language:Objective-C 10.0%Language:Ruby 0.1%