We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
setTrack with the previous one as ended
ab06a9a
Fix for Issue: #589 Related to WebRTC 1.0 PR w3c/webrtc-pc#758
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: