Hello, I asked the team about the issue, the response was the following : when receiving `kSearchDidFoundMessagesInAConversation` and iterate the `occurences` you need to to get the real messages f...
Hello, This method is used to report incoming call to CallKit, it seems this is all handled in the SDK and this method seems not be called in the application code. Regarding the last point I know w...
Yes you should use the WebRTC framework provided by the Rainbow SDK distribution
Could you tell me what release of the SDK do you use ?We are also submitting the Rainbow app to the store including the WebRTC framework without issue, I'll ask if the version are the same.
You should look at the method startAdhocConferenceFromCalls in ConferencesManagerService : https://sdk.openrainbow.io/ios/docs/lts/jazzy/Classes/ConferencesManagerService.html#/c:objc(cs)Conference...
So you want to migrate a P2P WebRTC call to a conference by adding a third participant ?
Hello, There is a sample app demonstrating conference calls here https://github.com/Rainbow-CPaaS/Rainbow-iOS-SDK-Samples/tree/master/Rainbow-iOS-SDK-Sample-SFU Don't hesitate to ask if you have mo...
New functionalities like Tasks are not opened to CPaaS at the beginning, at first they are checked in the mainstream iOS client to make sure all is ok then they are documented and usable in CPaaS a...
Hello, We're sorry the CallLogs API changes documentation didn't get in for 2.7.0 API release but it has been added since then in the changelog file and this will be released soon with the next API...
Hello Rick ! Thank you for you report !I could reproduce it using the Rainbow Swift sample app (https://github.com/Rainbow-CPaaS/Rainbow-iOS-SDK-Samples/tree/master/Rainbow-iOS-SDK-Sample-Swift) wi...