WebexCommunity / WebexPythonSDK

Work with the Webex APIs in native Python!
https://webexcommunity.github.io/WebexPythonSDK/
MIT License
238 stars 152 forks source link

Audio/video calls [question] #73

Closed dbmoderro closed 5 years ago

dbmoderro commented 5 years ago

Hi! Thank you for webexteamssdk. The demo app works great. Does webexteamssdk allow to make audio and video calls? Thanks!

cmlccie commented 5 years ago

Hi @dbmoderro, yes, it does but to do so you need a UI. The Webex Teams platform-native clients (iOS, Android, Windows, macOS, etc.) of course provide the ability to make and receive voice and video calls. If you want to provide voice and video calling through your app, you can use our platform SDKs for iOS, Android, and Browsers.

This webexteamssdk is a community-developed Python SDK that leverages the public Webex Teams APIs documented at https://developer.webex.com, which currently only expose the messaging and administration capabilities of the Webex Teams service.