https://github.com/webex/webex-ios-sdk
iOS SDK for Webex
https://github.com/webex/webex-ios-sdk
ios ios-sdk sdk swift webex webex-ios-sdk webexsdk
Last synced: 10 months ago
JSON representation
iOS SDK for Webex
- Host: GitHub
- URL: https://github.com/webex/webex-ios-sdk
- Owner: webex
- License: other
- Created: 2018-06-13T01:08:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T14:24:55.000Z (over 1 year ago)
- Last Synced: 2025-05-19T01:38:50.649Z (about 1 year ago)
- Topics: ios, ios-sdk, sdk, swift, webex, webex-ios-sdk, webexsdk
- Homepage: https://developer.webex.com/docs/sdks/ios
- Size: 950 MB
- Stars: 27
- Watchers: 12
- Forks: 28
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Cisco Webex iOS SDK
[](https://cocoapods.org/pods/WebexSDK)
[](https://github.com/webex/webex-ios-sdk/blob/master/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:
```
target 'MyApp' do
pod 'WebexSDK/Message'
end
```
- 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](https://developer.webex.com/docs/sdks/ios)
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
- [Requirements & Feature List](https://developer.webex.com/docs/sdks/ios)
- [Guides](https://github.com/webex/webex-ios-sdk/wiki)
- [API Reference](https://webex.github.io/webex-ios-sdk/)
- [Kitchen Sink Sample App](https://github.com/webex/webex-ios-sdk-example)
## Support
- [Webex Developer Support ](https://developer.webex.com/support)
- Email: devsupport@webex.com
## License
© 2016-2025 Cisco Systems, Inc. and/or its affiliates. All Rights Reserved.
See [LICENSE](https://github.com/webex/webex-ios-sdk/blob/master/LICENSE) for details.