Following the Twilio Quickstart guide for programmable video at https://github.com/twilio/video-quickstart-js
I want to be able to trigger a ring or a notification for the other user.
We only have one room, and max 2 participants.
User1 calls ( Joins a room ) and User2 gets a notification about it. If User2 picks up ( they join the room ) otherwise User1 gets a notification that User2 is not available.
For User1, participantConnected
seems to be sufficient to check if the User2 picked up the call.
Are there any event to help with triggering notification on denial of call, or trigger a notification for User2?