Restful API to Mute other participant

Hello,
Is there any restful API available to mute other participants in the call?

Scenario: Suppose there is an admin in the call, who can mute a participant (who is making noise) using API (or Socket) from the server-side?

Thanks in advance.

No, but you could certainly build one.

MediaSoup only provides a Node API as an interface to C++ worker processes. There is no REST or WebSocket API. You have to build all this yourself.

There are some really good examples of how to do this in the documentation. https://mediasoup.org/documentation/examples/