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 to show an incoming call view when inviting a participant to join a room? #265

Open flaviosuardi opened 1 year ago

flaviosuardi commented 1 year ago

Hi, I need to create the video call functionality with VideoSDK so that whoever created the room can call another participant, whoever receives this call can answer and join the room; the recipient can reject the call and therefore not join the room. How can I achieve this functionality?

Congratulations for creating this excellent library.

Thank you.