webex-ios-sdk
webex-ios-sdk copied to clipboard
iOS SDK for Webex
Cisco Webex iOS SDK
The Cisco Webex iOS SDK makes it easy to integrate and secure messaging, meeting and calling features in your iOS apps.
SDK types:
- WebexCalling SDK : WebexSDK/Wxc
- This SDK supports only WebexCalling feature
- It does not support CUCM calling
Pod usage:
target 'MyApp' do
pod 'WebexSDK/Wxc'
end
- Meeting SDK : WebexSDK/Meeting
- This SDK supports Messaging and Meeting features
- It does not support CUCM Calling or Webex Calling
Pod usage:
target 'MyApp' do
pod 'WebexSDK/Meeting'
end
- Full SDK : WebexSDK
- Supports all the features.
- Details of all features can be found here
Pod usage:
target 'MyApp' do
pod 'WebexSDK'
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-2023 Cisco Systems, Inc. and/or its affiliates. All Rights Reserved.
See LICENSE for details.