Christophe IRLES commented,
Hello,Some more details about how to send message with Alternative Content Type. About SDK C#: You can use SendAlternativeContentsToConversationId from IM service with alternativeContents as a list...
Christophe IRLES commented,
Great news. Perhaps your users were created but not yet "initialized".
Christophe IRLES commented,
Hi, Did you resolve your problem ? Your APP_ID / APP_SECRET is specific for each server.
Christophe IRLES commented,
Great news. You're welcome
Christophe IRLES commented,
Please try with a supported release of the SDK. v2.1.0 for example As I said using the callback you have access to the SDKError object. Provide me the value of ResponseStatus and HttpStatusCode whi...
Christophe IRLES commented,
It's not a problem to use a specific port: 80, 8080, 3128 or anything else. I used myself 8080 or 3128 in my own tests. The exception is raised because the parsing of the REST login failed: it mean...
Christophe IRLES commented,
Hi, Are you sure that your Web Proxy is working well ? On my side there is no problem to use this method with or without credentials. and using HTTP or HTTPS. The method SetWebProxyInfo has no call...
Christophe IRLES commented,
Did you find a solution of your problem ? I share with you a little example . It demonstrates how to deal with aysnchronous methods in a synchromous way: // Define ManualResetEvent object used in L...
Christophe IRLES commented,
Login process is also asynchronous ...1) Are you waiting the end of this aysnchronous call (i.e Login) before to continue ?2) Did you respect this guide line: https://hub.openrainbow.com/#/document...
Christophe IRLES commented,
Hi,Several SDK permit to do that easily. Please check here: Rainbow API HUB (openrainbow.com) Take a look to SDK menu entry Regards.Christophe