- From: henbos via GitHub <noreply@w3.org>
- Date: Tue, 30 Sep 2025 11:20:28 +0000
- To: public-webrtc-logs@w3.org
On a related note, here's a fiddle for reference that shows the difference between `replaceTrack(null)` and `track.enabled = false`: https://jsfiddle.net/r0bqkeoc/ In Chrome, null track means no transmission which means the remote video gets frozen at whatever the last frame that was displayed was. Disabled track means black content is sent. -- GitHub Notification of comment by henbos Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/3077#issuecomment-3351498500 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 30 September 2025 11:20:28 UTC