Moderator: can another session invoke exec filter method?

Hi, I am thinking of using GStreamer audio volume filter to be used by a Moderator session. The idea is that:

  1. All publishers are created with a GStreamer audio volume filter(“audioamplify”)
  2. One session is a special “moderator” session
  3. When the moderator wants to control the floor, they will set the audio filter volume level to 0.0 for the other participants

In jsonrpc I see we send execFilterMethod on a streamId, will this work if it comes from another session (not the originator session). Thanks!

From the filter documentation: