Hitman666 / cordova-ios-voip-push

Register and receive VoIP push notifications in hybrid app projects with Cordova
MIT License
23 stars 28 forks source link

Problem with figuring out how to use it in Cordova? #20

Closed AleksandarTokarev closed 4 years ago

AleksandarTokarev commented 4 years ago

Hello, I have a MeteorJS Cordova App and i am using ApiRTC (https://apirtc.com/) for WebRTC communication. Right now we have implemented video chat but it only works when the app is open. When the app is closed (killed) or in the background, Call request is not showing up as a notification to answer/reject. I am looking at the documentation here but it looks pretty confusing. Can someone give me a hand how would i use this in a Cordova app? (Somehow to have the app listen for VOIP push notifications? Best Regards