项目作者: webex

项目描述 :
Integrate Webex into your iOS apps quickly. Example:https://github.com/webex/webex-ios-sdk-example API-reference:https://webex.github.io/webex-ios-sdk/
高级语言: Swift
项目地址: git://github.com/webex/webex-ios-sdk.git
创建时间: 2018-06-13T01:08:10Z
项目社区:https://github.com/webex/webex-ios-sdk

开源协议:Other

下载


Cisco Webex iOS SDK

CocoaPods
license

The Cisco Webex iOS SDK makes it easy to integrate and secure messaging, meeting and calling features in your iOS apps.

SDK types:

  • Message SDK : WebexSDK/Message
    • This is a lightweight SDK which supports only messaging features
    • It does not support calling and meeting related features

Pod usage:

  1. target 'MyApp' do
  2. pod 'WebexSDK/Message'
  3. end
  • WebexCalling SDK : WebexSDK/Wxc
    • This SDK supports only WebexCalling feature
    • It does not support CUCM calling

Pod usage:

  1. target 'MyApp' do
  2. pod 'WebexSDK/Wxc'
  3. end
  • Meeting SDK : WebexSDK/Meeting
    • This SDK supports Messaging and Meeting features
    • It does not support CUCM Calling or Webex Calling

Pod usage:

  1. target 'MyApp' do
  2. pod 'WebexSDK/Meeting'
  3. end
  • Full SDK : WebexSDK
    • Supports all the features.
    • Details of all features can be found here

Pod usage:

  1. target 'MyApp' do
  2. pod 'WebexSDK'
  3. end

All the SDKs are independent of each other. Developers can use either one of them to fulfil their use case.

Documentation

Support

License

© 2016-2025 Cisco Systems, Inc. and/or its affiliates. All Rights Reserved.

See LICENSE for details.