You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
When muting the audio channel, the subscription's event listener is never fired. We have also tried to mute the stream with the OWT Management API. We always have the same result. Muting video works, muting audio doesn't.
// subscription's listeners are calledthis.publication.mute(Owt.Base.TrackKind.VIDEO);// subscription's listeners are not calledthis.publication.mute(Owt.Base.TrackKind.AUDIO);
The text was updated successfully, but these errors were encountered:
For debugging purposes, I have currently added the following subscriptions:
When muting the audio channel, the subscription's event listener is never fired. We have also tried to mute the stream with the OWT Management API. We always have the same result. Muting video works, muting audio doesn't.
The text was updated successfully, but these errors were encountered: