Reputation: 1
I'm trying to share an outgoing phone call made by a video room participant with all other remote participants. It appears to be the only way a group of users can share a phone call is using Twilio's conference.
Is there a way to share an outgoing call with the video chat room participants? To be clear, I want to share the sound of the call receiver with the chat room + having a single instance of a call so anyone can press hang up.
Imagine two participants in a room, participant A is making an outgoing phone call while participant B can listen, talk and hang up same as participant A.
What do you say?
Thanks :)
Upvotes: 0
Views: 66
Reputation: 10791
Can you use the /Calls Resource, to initiate an outbound call and return TwiML that adds the participant to the Programmable Video room using the TwiML Connect/Room verb? You can then use the /Calls resource to modify that call leg as needed.
Upvotes: 1