Twilio:主持人可以将电话会议中的特定参与者静音吗?

问题描述:

我可以使用 Twilio JavaScript API 让参与者自己静音/取消静音,但我正在寻找能够将特定参与者静音的主持人,无论他们是通过电话拨入还是点击呼叫.

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.

谢谢!

Twilio 布道者在这里.

Twilio evangelist here.

您可以构建一个 UI,让主持人"使用 REST API 中的参与者资源.

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.

希望有所帮助.