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

Connection Service - Not Used #27

Open mohit67890 opened 3 years ago

mohit67890 commented 3 years ago

Hi Team,

Thank You for the sample application.. I was checking the entire code of this App, I found the implementation of the ConnectionService in Android. However, as per my inspection the connection service is not being used in the app, wherein it say that is not supported.

I wanted to confirm if I am right that the Connection Service is not used in the app as of now and RTM is being used for call invitations? Also, I wanted to know why it is now supported yet.

Thanks, Mohit

plutoless commented 3 years ago

yes RTM is being used for call invitations. We use connection service only for call interface. If you want to support push you will need to implement corresponding push notification service.