An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Cisco Webex iOS SDK

[![CocoaPods](https://img.shields.io/cocoapods/v/WebexSDK.svg)](https://cocoapods.org/pods/WebexSDK)
[![license](https://img.shields.io/github/license/webex/webex-ios-sdk.svg)](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.