Skip to content
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

When disable a stream the mute state of the track is being changed to true #99

Open
igala opened this issue Oct 4, 2023 · 1 comment

Comments

@igala
Copy link

igala commented Oct 4, 2023

According to Google library of webrtc and documentation this should be the behavior when disabling a stream:
https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrack/enabled

It should keep sending audio frames with 0 value and in video should send black frames.

The current behavior was changed in the webrtc library at some point and the mute is changed to true when disabling the track.
This causes unexpected behavior and is different than the web google behavior.

Can you please fix this?

@igala
Copy link
Author

igala commented Nov 7, 2023

@cloudwebrtc can you please help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant