WebexPythonSDK
WebexPythonSDK copied to clipboard
Feature Request: WebSocket support
Would like to see WebSocket support similar to what the webex-js-sdk has.
The code from the webex_bot library would support this feature
@manyhats492 do you mind elaborating on what you mean by the code implementation being incomplete?
@ashjorda if you compare webex_bot with webex-js-sdk you can see the functionality is not the same. As an example, webex_bot appears to make more api calls (conversation endpoint) than is necessary to obtain a usable message due to it's implementation on finding the appropriate cluster where the message resides.