AgoraIO / Basic-Audio-Call

Sample app to join/leave a channel, mute/unmute, and switch between the speaker/headset.
MIT License
108 stars 117 forks source link

incoming call #3

Open dixit111 opened 5 years ago

dixit111 commented 5 years ago

Can anybody help me in making the incoming call whatsapp like? Similar to Callkit integration with iOS

plutoless commented 5 years ago

hi @dixit111 for calling please refer to the demos here. https://github.com/AgoraIO/Advanced-Video/tree/master/Calling-Interface

dixit111 commented 5 years ago

thank you...

c941010623 commented 4 years ago

https://github.com/AgoraIO/Advanced-Video/tree/master/Calling-Interface 404

plutoless commented 4 years ago

@c941010623 it's moved here https://github.com/AgoraIO-usecase/video-calling

piyush921 commented 3 years ago

Hi @plutoless https://github.com/AgoraIO-usecase/video-calling This is not working while app is in background or phone is locked. Can you tell me how can i achieve calling trigger while app is in background or phone is locked?

plutoless commented 3 years ago

you will need to implement push notifications. for android you can also implement foreground service

piyush921 commented 3 years ago

push notification are working when app is in background or foreground but not working when phone is locked. I have also tried setFullScreenIntent() but not much helpful. I want to bypass the lock screen and show calling page. Any comment on this ? And also version Android 10 and above we can't open page from background by push notification.

For Foreground service, can you tell me a way how can i use this ?

plutoless commented 3 years ago

what do you mean by push notification is not working when phone is locked? you will be able to receive push notification even when phone is locked. For foreground service please look at https://developer.android.com/guide/components/services

Saim-Hashmi commented 2 years ago

@plutoless I am facing error in kotlin version in latest builds

plutoless commented 2 years ago

what kind of error? @Saim-Hashmi any details or a screenshot?