问题
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!
回答1:
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.
回答2:
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.
来源:https://stackoverflow.com/questions/28637406/twilio-can-a-moderator-mute-specific-participants-in-a-conference-call