I'm playing around Twilio programmable Voice (Conference) along with PHP.
I'm unable to implement administrative functions like muting/un-muting all participants, start & stop recording etc by moderator of the conference, I preferably would like to use *1, *2, *3, *4 as keypad presses by moderator to have control over the active ongoing conference call.
Appreciate your feedback.
The flow I've created so far as prototype is working good.
- Participant/moderator dials Twilio number
- TwiML greets users by and prompts to capture PIN code by using
- PIN code validated by action URL on my server
- When two participant & moderator joins conference is working.