owt-client-javascript
owt-client-javascript copied to clipboard
Fix `mute` and `unmute` event triggering multiple times
Fix mute and unmute events getting dispatched multiple times.
Now that a single channel is used for publication and subscription, we should trigger stream update related events only once for the main channel.
Related to #514