Skip to content
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

Issue with Track.restartTrack on Samsung devices #312

Closed
davidzhao opened this issue Jul 7, 2022 · 1 comment
Closed

Issue with Track.restartTrack on Samsung devices #312

davidzhao opened this issue Jul 7, 2022 · 1 comment

Comments

@davidzhao
Copy link
Member

A user has reported Track.restartTrack on certain Samsung devices would fail consistently. Of the devices tested, the following fails:

  • S10
  • S21
  • S22

Track.sender gets set to undefined; seemingly related to when mediaStreamTrack.stop() is called. The user reported doing so also kills the PeerConnection

@lukasIO
Copy link
Contributor

lukasIO commented Jul 18, 2022

track.sender was being set to undefined in track.stop calls.

fixed in #325

@lukasIO lukasIO closed this as completed Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants