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 ...
Hello, even on this link docs is not up to date. Many constants are missing there (e.g. not single one for conversation). New functionality like Task list is not included there. And still not abl...
Whats the purpose of having forum, when you are simple ignoring any questions? Ignoring on GitHub, ignoring on own forum. Worst support what I ever seen for SDK.
Im also receiving push notification for incoming phone calls. I just do not receive missed call notification.