twilio / twilio-video-app-android

A collaboration application built with the Twilio Video Android SDK
Apache License 2.0
245 stars 98 forks source link

How can we invite people to join like participants will receive the ringing notification to join #249

Closed ArjunPatidar-numero closed 2 years ago

ArjunPatidar-numero commented 2 years ago

I am not getting how to use this with push notification

afalls-twilio commented 2 years ago

@ArjunPatidar-numero In the quickstart we have some examples of using a service (look at the screen capture example), for how to have notifications. As for push notifications, they are outside the scope of our sdk and are more tied to the android system... here are some links that can help you understand more...

https://developer.android.com/guide/topics/ui/notifiers/notifications https://www.tutorialspoint.com/android/android_push_notification.htm https://loopback.io/doc/en/lb2/Push-notifications-using-Android-SDK.html