sjkummer/janus-gateway-js

MediaAudioPlugin.mute ?

Closed this issue · 1 comments

vogdb commented

Do we need it?
@zazabe any notes/objections?

vogdb commented

The more API we have, the more support it requires. Currently mute can be implemented by API through configure method and if you want to mute current streaming media, you need to keep track of it after plugin.getUserMedia and mute it on your own.