I can use the Twilio JavaScript API to have a participant mute/unmute themselves, but I'm looking for a moderator to be able to mute specific participants, whether they dial in by phone or by clicking to call.
Thank you!
I can use the Twilio JavaScript API to have a participant mute/unmute themselves, but I'm looking for a moderator to be able to mute specific participants, whether they dial in by phone or by clicking to call.
Thank you!
it would seem this would have your answer: http://www.twilio.com/docs/howto/moderated-conference
Right below the top tells you to call a noun in {conference} to be able to mute a specific member.
Twilio evangelist here.
You could build a UI that lets a "moderator" see all of the connected conference participants by using the Participants resource in the REST API.
You can POST to a specific participant to mute them.
Hope that helps.