webex-ios-sdk
webex-ios-sdk copied to clipboard
opening new direct conversation
unable to open a new direct conversation using this methods:
retrieving this error from sdk:
unlike the working implementation in webex api.
write in an existing direct conversation through sdk is working.
@spardosj I just tested to open a new conversation using the iOS SDK. For that I created a new bot with another account (different to the one authenticated in the SDK) and send a message. It worked fine, the space was created, the message shows up:
This does not seem to be a generic SDK issue, more like an implementation problem. Please test with the KS app https://github.com/webex/webex-ios-sdk-example and if the issue is still reproducible with that you can email us at [email protected] with the details like:
- email of the user who can reproduce this. Include the email of the authenticated user and the target
- full client logs
Thank you