Video-Calling icon indicating copy to clipboard operation
Video-Calling copied to clipboard

Connection Service - Not Used

Open mohit67890 opened this issue 4 years ago • 1 comments

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

mohit67890 avatar Sep 11 '20 15:09 mohit67890

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.

plutoless avatar Sep 14 '20 02:09 plutoless