All SDK (with some little exception) allow this. Generally, developer has n idea of the SDK he wants to use and read the related documentation to know what is possible to do. We have a lot o docume...
Hi, It helps a lot if you can specify which SDK you are using and its version ...
Hello, Are you using an SDK or just the REST API? To my knowledge, if you're using only the REST API, it's not possible to send instant messages (or only with a user with very high privileges). You...
Hi,No you cannot change the presence of another user. Because It's a personal information.Regards,Christophe
Hi,Did you check this sample:https://github.com/Rainbow-CPaaS/Rainbow-CSharp-SDK-Samples/tree/master/Windows_NetFwk/Telephony Regards
Hi Dimitrios, You can create an application (for example using SDK C# or SDK NodeJS) Regards,Christophe
Please ensure to read this documentation: https://developers.openrainbow.com/doc/hub/developer-sandboxed-platform HOST_NAME to use in any SDK must not start by "web" or "web-".For example, to use ...
Use "sandbox.openrainbow.com"
Hi,I suppose you have specified a bad host name.Use "openrainbow.com" or "openrainbow.net" for example.Regards
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...