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

show incoming call notification #35

Open Bhagirath987 opened 3 years ago

Bhagirath987 commented 3 years ago

I'm not able to detect incoming calls when the app is killed. I want to show incoming call notifications like WhatsApp.

plutoless commented 3 years ago

@Bhagirath987 you will need to use push notification service for this.

kishan-1211 commented 2 years ago

Hey! AgoraRtm.shared().inviter is getting nil when the user login to the app, after minimizing / maximizing the app it will work perfectly, but only 1st-time Inviter is getting nil. I am using Push notification to show calling screen. Please help, I am stuck