Le-Trong-Nghia HUYNH a ajouté un commentaire,
Hello, You can enable low usage data for video calls by changing the following setting: ServicesManager.sharedInstance().myUser.isLowUsageDataActivated = true Nghia
Le-Trong-Nghia HUYNH a ajouté un commentaire,
The draft message is only local and is not shared by clients through server. Also, the value is only saved in memory so if the user terminates the app and relaunches it, the draft message is reset.
Le-Trong-Nghia HUYNH a ajouté un commentaire,
Hello, You just need to create a new DraftMessage object, define values you need and set it to the conversation. For example: let draftMessage = DraftMessage() draftMessage.text = t...
Le-Trong-Nghia HUYNH a ajouté un commentaire,
Hello Hiro, Thank you very much for this information. Nghia
Le-Trong-Nghia HUYNH a ajouté un commentaire,
Hello Hiro, The link has changed to: https://developers.openrainbow.com/doc/sdk/ios/lts/guides/CHANGELOG Could you tell me where you have found this link? Maybe we have forgotten to update, thanks.
Le-Trong-Nghia HUYNH a ajouté un commentaire,
Thanks for the feedback. - Check if contact is personal : contact.isDirectoryContact(.personal) - Fetch of all personal contacts is not yet available, it has just been developed in official app 114...
Le-Trong-Nghia HUYNH a ajouté un commentaire,
I have checked with backend team and the issue is about the country which is empty. It is required and it must be in ISO-3166-1-alpha3 format. In the Rainbow SDK you can use following as default: S...
Le-Trong-Nghia HUYNH a ajouté un commentaire,
I don't know if it changes anything but I have "builder" instead of "contactBuilder", can you try? Also on your official app, you are able to create the account on the same environment / account? I...
Le-Trong-Nghia HUYNH a ajouté un commentaire,
Hello, Do you have the permission to use this feature? What do you get with: ServicesManager.sharedInstance().myUser.isAllowedToUsePersonalDirectory
Le-Trong-Nghia HUYNH a ajouté un commentaire,
Please provide full logs