-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unpublishing and republishing a media track might not be seen by Participants #34
Comments
Currently using version 3.4. do we get any solution to fix this? |
Currently using version 3.7.We are having the same problem. we are using the peer to peer connection and is clearing the tracks before publishing, even then this occurs.is there any way to fix this |
As mentioned previously, the solution to this will be with the adoption of unified plan. While I cannot give an exact release date for this, I can say that it is actively being developed now. Stay tuned. Ryan |
@kierandonaldson why has this been marked complete when it is still a known issue? Won't it ever be fixed? |
Now it's clear it won't be fixed 😭 |
Affected Versions
All 1.x and 2.x SDK releases.
Description
Unpublishing and republishing a
TVILocalAudioTrack
orTVILocalVideoTrack
might not be seen by Participants in the following cases:Solution
Future mobile SDKs will adopt unified plan, and will also clone Tracks so that this race condition does not occur. In a Group Room, subscribers always see a cloned version of the publisher's Track.
Workaround
LocalAudioTrack
, orLocalVideoTrack
and associated Capturer/Source after unpublishing. Create and publish a new Track.The text was updated successfully, but these errors were encountered: