-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
muting local stream seems to stop events from being generated #10
Comments
@fippo I believe this is a known limitation with webrtc today, i.e, when a media stream is audio or video muted, the local rendering of audio/video from that stream is also stopped. |
If I recall correctly the problem here was that this was very inconsistent between browsers. @legastero do you remember more than I do? |
A nice 2 year old ticket. When you mute the local stream, your browser should stop encoding your local audio. Otherwise, it would exist in the browser even after you think it's muted. Most likely a security thing, would be my guess. |
I think there is nothing to do here. If you mute a track ( Once the track is muted, It starts decreasing from ~ -100 to -Infinity, but it takes some seconds before it reaches -Infinity (well, this depends on the browser: #32). |
at least on chrome/linux. on windows, speaking / not speaking events are still generated.
Firefox doesnt seem to generate those events either.
The text was updated successfully, but these errors were encountered: