Application time to time crash with PushKit - [PKPushRegistry _terminateAppIfThereAreUnhandledVoIPPushes] I believe this is handled in SDK, can you take a look ?
Did you get the logs? I've send you at 21.11.23
Its not fixed at all. Fallback number is always reset to "Not defined" when application is terminated.
Thanks, This was crucial thing what I missed in my code 10E5
Im still not able to get second call of notification. Something definitely Im doing wrong. var timeStamps = [NSNumber]() if let messages = (notification.object as? NSDictionary)?["oc...
What type of aroundTimestamps is expected? I see array of any aroundTimestamps:(NSArray * _Nonnull)timestamps But If I pass an array of [Date] I got crash. var timeStamps = [Date]() ...
I took latest one from https://github.com/Rainbow-CPaaS/Rainbow-iOS-WebRTC Probably this github repo is not up to date anymore? I manualy embed SDK from https://sdk.openrainbow.io/ios/sdk/SDK_2_7_1...
Thanks I will take a look. BTW your WebRTC throw this error when you are trying to submit to AppStore.
Yes that is what Im trying to achieve.
That was I looking for before I asked on this forum. There is only one notification and also there is no example how to initiate conference call while you have active RTCCall. I would like to know ...