Which method is for creating own personal contacts? I have tried serviceManager.contactsManagerService.directoriesManager.createPersonalContact(<#T##updateBlock: (ContactDirectoryBuilder) -> Void#...
The following have been deleted : -(void) searchRemoteContactsWithPattern:withCompletionHandler: -(void) searchRemoteContactsWithPattern: advancedMode:limitPerCategory:rainbowUsersOnly:searchMode...
Which observer calling this to console? [Contact:372] Presence Online for rainbowId: I see this output so many times in console with any interaction of the app and I guess this causeing performance...
Can you fix warnings in your API? Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
In desktop version in the Telephony settings is possible switching between devices. Is that option available in iOS SDK?
How do I retrieve all oxe phone numbers at once? Update I have found this func search(pattern: String) { ServicesManager.sharedInstance()?.contactsManagerService!.searchRemoteContacts(withPatte...
Can you update guides how to perform search in conversation? Also there is no documentation about it.
How do I make regular calls through the PBX? I see methods makeCallTo, but seems to be useless because phoneNumber has to be type of PhoneNumber and not String. Can you give me an example which met...
Is it possible to disable publish logs into console ? Sometime its hard to debug our code when Im receiving plenty logs messages from Rainbow SDK.
What is proper way to retrieve chat messages? Right now im using following code, thats working fine until you edit single message multiple time, lets say edited message count = messagePerPage. That...