Hi Sibin, Exactly. If you need more info don't hesitate Best regards,Christophe
Hi Quasim,Hi Sibin, Telephony service is not available in Sandbox environment.It only available in production environment with a correct license and a correct configuration (OXO or OXE PBX connecte...
Hi, Are you using CSharp SDK ? It's easier if your precise which SDK you are using. The method GetAllContacts(...) works fine. The callback give you the list of contacts in your ROSTER not in your ...
Hi, The user password policy could explain the pb: - 8-64 caracters- one lower case at least- one upper case at least- one number at least- one special caracter
Hi, Did you follow this guideline ? https://hub.openrainbow.com/#/documentation/doc/hub/developer-journey Regards,Christophe
Hi Sathya, 1) When you login you need to wait the event "ConnectionStateChanged" with a value equal to ConnectionState.Connected before to continue any action Cf. https://hub.openrainbow.com/#/docu...
Hi, Again in your code snippet there is an error ... (callback2 used instead of callback3 ...) Do you check the pb with the sample provide in the SDK ? Could you share your code ? So I could try to...
Hi Sathya, Do you have still your problem ?Do you reproduce it with the sample coming from the SDK ? Thanks,Regards.Christophe
Have you tried this example: https://github.com/Rainbow-CPaaS/Rainbow-CSharp-SDK-Samples/tree/master/InstantMessaging Using this sample with your accounts do you have still the pb ?
Hi, In the code snippet provided, there is a mistake after this: imMsglist.GetMessagesFromConversation(convObj, 3, callback3 => { if (callback3.Result.Success) { // Here you use callbakc2 instead ...