AgoraIO-Usecase / Video-Calling

Calling Interface + Connection Service on top of Agora RTM + RTC for Video Calling Example
MIT License
60 stars 43 forks source link

Does it allow video call with app closed on Android? #18

Open alebagran opened 4 years ago

alebagran commented 4 years ago

I was looking for an implementation that would allow me to receive a video call just like whatsapp does, with the app closed.

I've installed the app and accepted all permissions, but it only allows me to receive the call with the app opened.

plutoless commented 4 years ago

you will need to implement push notification in order to achieve this

alebagran commented 4 years ago

you will need to implement push notification in order to achieve this I'll try that.

Thank you!

Bhagirath987 commented 3 years ago

@alebagran is it work for you?