Is there a possibility to create an ionic app with webRTC that can video or audio call another user that is offline just like whatsapp and skype? If so please I need help. I have an ionic app that video chat. If the two users are online line, they can chat perfectly, but when one user is offline, the other user cannot video call that user to chat. Need code example please
Not sure, isn’t webRTC not yet ready / fully supported in Safari?
I don’t know what that has to do with his problem, but safari is meanwhile supported.
@felix9607 cool to know.
I thought it was a good question to point out, since the original question was “Is there a possibility to create an ionic app with webRTC”…if webRTC would have been not supported, the answer would have been given…but yep cool if it’s supported by Safari/iOS too, then it’s probably possible
I don’t quite understand what you need because you cannot call someone who is offline in Skype.
If your app is not launched on your phone, you can use push notifications to notify user of an incoming call, and when the user clicks on the notification, you can initiate the call.
Not sure i’m on the right track, I’m afraid, you’re going to have explained better.