Muhammad Umair
Muhammad Umair
@mihir-concetto You can test voip notifications like this: `curl -v \ -d '{"aps":{"alert":"Hien Nguyen Call"},"id":"44d915e1-5ff4-4bed-bf13-c423048ec97a","nameCaller":"Hien Nguyen","handle":"0123456789","isVideo":true}' \ -H "apns-topic: com.hiennv.testing.voip" \ -H "apns-push-type: voip" \ --http2 \ --cert VOIP.pem:'' \...
Having the same issue, Followed all the steps from: https://pub.dev/packages/flutter_callkit_incoming And https://github.com/hiennguyen92/flutter_callkit_incoming/blob/master/PUSHKIT.md But it is still not working on iOS. I am using FCM to push a notification. Can someone...
> Having the same issue, Followed all the steps from: https://pub.dev/packages/flutter_callkit_incoming And https://github.com/hiennguyen92/flutter_callkit_incoming/blob/master/PUSHKIT.md But it is still not working on iOS. > > I am using FCM to push a...
@Nazeer-Nageb You can make apn voip push call as below: `curl -v \ -d '{"aps":{"alert": "Hien Nguyen Call"}, "id": "44d915e1-5ff4-4bed-bf13-c423048ec97a", "nameCaller": "Hien Nguyen", "handle": "0123456789", "isVideo": true}' \ -H "apns-topic:...
Hello @viniciusoliverrs, I'm not exactly sure about your use case, but I recently had this same issue on IOS. My issue was when answering the call on an unlocked phone,...
Hello @alxferraz, I recently had this same issue on IOS. My issue was when answering the call on an unlocked phone, it took me to the app screen as expected....
@Nazeer-Nageb please follow these instructions, I've had tough time to make it work for IOS recently. I can help you with any questions. https://github.com/hiennguyen92/flutter_callkit_incoming/blob/master/PUSHKIT.md
Hello @dydimos, I'm trying to achieve the same. I have a complete local setup with an ATA (Grandstream H802) to connect an analog phone, livekit, and livekit-sip locally running. The...