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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: