Hi Prakash, Using IOS, you need to call the following method to do the same as for Android: func invite(contact: Contact) { ServicesManager.sharedInstance()?.contactsManagerService.inviteConta...
Regarding conferencing, we are preparing a sample application that will show you how to use this service. It will be developped using latest Angular version Hope this will help Olivier
Hi Sunny, After checking, you're right. A documentation explaining these points are missing in our documentation. I will try to cover them in a new guide soon. In the meantime, you can use the foll...
Hi Nathanael, As explained by Andrea, if you are using the SDK for Node.JS, you have access to the connected user information (current user) by checking the nodeSDK.connectedUser property. Using th...
Hi Murali, These features are deeply linked to our Rainbow mobile application and can't be modified by using our SDK Regards, Olivier
Hi Murali, There is no specific API for doing that. If user A wants to access these information from user B, he needs to send an invitation for sharing them. Once invitation has been accepted both ...
Hi Hiro, Yes loginEmail has been marked as deprecated because in a near future we want to remote that property from any users except the logged-in user. This change will affect all SDK and the REST...
Hi Caesar, No, it's not possible to do Rainbow chat without the SDK because of the complexity behind. Rainbow chat allows to do chat with multiple devices (IOS, Android, Web, desktop), allows to ma...
Hi Ondrej, Could you check the following documentation that explains the network requirements for Rainbow and check with your IT if it is compliant: https://support.openrainbow.com/hc/en-us/artic...
Hi Hiro, Did you make a mistake with your post ? It should be: rtcService.appSoundOutgoingCall = "tone_ringback_1.mp3" instead of rtcService.appSoundHangup = "tone_ringback_1.mp3" If not, could you...