AgoraIO-Community / VideoUIKit-Android

An Android package to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.
https://agoraio-community.github.io/VideoUIKit-Android/
MIT License
25 stars 15 forks source link

hello how make income call reject or accept video call #1

Closed eslam2010011 closed 4 years ago

eslam2010011 commented 4 years ago

hello how make income call reject or accept video call

samyak-jain commented 4 years ago

To have incoming call accept and reject functionality, you can use refer this repository: https://github.com/AgoraIO/Advanced-Video/tree/dev/backup/Calling-Interface/Agora-RTC-With-ConnectionService-Android

After you implemented connectionservice, you can easily start the uikit activity when the user accepts the call.