MediaAudioPlugin.mute ?
Closed this issue · 1 comments
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.