-
-
Notifications
You must be signed in to change notification settings - Fork 981
New issue
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
Implement removestream, removetrack events #304
Comments
Any progress yet? Would be great to have indeed. |
Yes this would be great! |
Have the same problem. |
The mute event is a good workaround for the lack of a
|
@ted-piotrowski isn't that only going to fire for the local stream?
does not trigger this on a remote peer:
FWIW I'm sending the mute/unmute events out of band using the signaling server I have as a workaround. |
@fictorial The |
Any traction on this yet? If not, any pointers on how this should be properly implemented? Happy to submit a PR. |
These events were disabled due to a lack of a reliable way to detect media removals and correlate them with streams provided by the
stream
andtrack
events.They should be re-added to allow peers to observe remote stream removals.
peer.on('removestream', cb)
peer.on('removetrack', cb)
The text was updated successfully, but these errors were encountered: