Patrik Spisak comentou,
Thanks, This was crucial thing what I missed in my code 10E5
Patrik Spisak comentou,
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...
Patrik Spisak comentou,
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]() ...
Patrik Spisak criou uma publicação,
Hello, in SDK 2.8.0 Im not able to retrieve messages property anymore. In 2.7.1 if let messages = (notification.object as? NSDictionary)?["occurences"] as? [Message] { for message in m...
Patrik Spisak criou uma publicação,
What is purpose of ServicesManager.sharedInstance().notificationsManager.incomingVoipPushHandled() and how and where to use it? Also sometimes I have weird behaviour of VoIP push notification, for...
Patrik Spisak comentou,
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...
Patrik Spisak comentou,
Thanks I will take a look. BTW your WebRTC throw this error when you are trying to submit to AppStore.
Patrik Spisak comentou,
Yes that is what Im trying to achieve.
Patrik Spisak comentou,
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 ...
Patrik Spisak criou uma publicação,
Hello, there is no documentation for conference call . In Android they have section about that. Can you please update documentation or provide how to create conference call? Im trying to switch fro...