WebexPythonSDK icon indicating copy to clipboard operation
WebexPythonSDK copied to clipboard

Feature Request: WebSocket support

Open manyhats492 opened this issue 10 months ago • 4 comments

Would like to see WebSocket support similar to what the webex-js-sdk has.

manyhats492 avatar Mar 24 '25 17:03 manyhats492

The code from the webex_bot library would support this feature

adamweeks avatar Mar 24 '25 17:03 adamweeks

The code from the webex_bot library would support this feature

This implementation is incomplete.

manyhats492 avatar Mar 31 '25 14:03 manyhats492

@manyhats492 do you mind elaborating on what you mean by the code implementation being incomplete?

ashjorda avatar Aug 15 '25 22:08 ashjorda

@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.

manyhats492 avatar Aug 18 '25 13:08 manyhats492