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
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Currently in Section 5.3, it is stated:
"4. If track.stop() has been called, return a promise rejected with an InvalidStateError."
In WebRTC 1.0, the WG decided that it should be possible to use replaceTrack() to replace an "ended" track.
Related to WebRTC 1.0 issue w3c/webrtc-pc#732