I will add in next C# SDK Version an "Administration" object to allow same features than "Administration" object from Node JS SDK. So this object will be only usable by User with "administrator" pe...
Using administration tools, like NodeJS, you create your company and add members. As an end-user: You don't work with all this members ! So you don't need to have all of them as a Contact. When yo...
Hi, In NodeJS SDK, rainbowSDK.Admin part can be used by a user with Administration Right ONLY and not by all users of the company... So what you are trying to do is not really a design for a Rainbo...
Rainbow C# SDK is built as a .Net Standard library. So it's compatible with any superior layer of .Net including WPF. As example a full mobile application (for Android and IOS) is available in Xama...
Hi, I have updated the InstantMessaging sample with an option to allow auto-logon when the application sample is started (previously you must have connected successfully with a valid account / pass...
1) InitializeComponent must be done in App() - not after. 2) rainbowContacts objects (and others) is created twice and still after login 3) events are still created after login 4) InitializationPe...
First, Fix your code with all the points I have described previously
Hi,I notice several pb in the code snippet provided ... 1) You call twice InitializeComponent() (in App() method and in InitializeSDK()) 2) Create main SDK objects (Contacts, Conversations, Instant...
To have IM feature, REST requests are not enough. You need also a Websocket to manage XMPP ... So the only way it's to use the Android SDK or the Web SDK using Webview ... Regards,Christophe
Hi, Since you are already developing in CSharp, I suggest you to use the Rainbow CSharp SDK available here as Nuget Package: Documentation available here NOTE: Chat / IM features need Web Socket an...