In iOS we I have implemented call kit with VOIP push using push kit. So How can we achieve same in android ?
I don't have idea that android does support pushkit like functionality to send voip push
Any help or suggestion or docs would be great
In iOS we I have implemented call kit with VOIP push using push kit. So How can we achieve same in android ?
I don't have idea that android does support pushkit like functionality to send voip push
Any help or suggestion or docs would be great
This might help.
First you need to create a push notification receiver in your service. Here is service exemple. While your application is background or destroyed. You can receive push notification from receiver. Then you can start your activity as you want to start with windows flags.
If you have a query you can ask.