Android audio/video call
Budget: €8 – €30 EUR
I am creating a webrtc mobile app for android.
Webrtc part works fine, but now I must create a service or classes that make/receive a call from current device to another.
One possible approach could be this. Create a receiver that on boot lauch a service. When the service recieve a push notification send a message to the app to show a form for the incoming call. When the user accepts the call, it shows the form with the webrtc window.
The service must extend FirebaseMessagingService. It receive push notification and read url payload field. If title has a value = '#INCOMING-PHONECALL#' then :
1) If app is running send message to the app;
2) Launch app with a pre defined parameter to show a form with the incoming call.
You must use Android API level 29.
If you have another idea I can listen you.
Webrtc part works fine, but now I must create a service or classes that make/receive a call from current device to another.
One possible approach could be this. Create a receiver that on boot lauch a service. When the service recieve a push notification send a message to the app to show a form for the incoming call. When the user accepts the call, it shows the form with the webrtc window.
The service must extend FirebaseMessagingService. It receive push notification and read url payload field. If title has a value = '#INCOMING-PHONECALL#' then :
1) If app is running send message to the app;
2) Launch app with a pre defined parameter to show a form with the incoming call.
You must use Android API level 29.
If you have another idea I can listen you.