webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

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

Open igala opened this issue 2 years ago • 1 comments

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 avatar Oct 04 '23 08:10 igala

@cloudwebrtc can you please help?

igala avatar Nov 07 '23 03:11 igala