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

Race condition when user joins the room before tracks are replaced. #87

Open
phpb-com opened this issue Aug 18, 2024 · 1 comment
Open

Comments

@phpb-com
Copy link

If user joins the room before the below operation is complete, existing peers in the room will get "Error: Missing Track Info". I am not sure how to delay the user or to signal to the room to try and reacquire the tracks.

transceiver.sender.replaceTrack(track)

@phpb-com
Copy link
Author

If you need further details, please let me know. One way I could see it happen was when I try to connect from the iPhone and join the room too quickly. If use remains on the initial pre-join screen for 3-5 seconds, the issues is not there.

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

1 participant