You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: don't dispose the mediaSource when disposing a cloned track (#10)
When disposing of a cloned track, we shouldn't dispose of the shared resources, as they'll lead to "blackened" root tracks.
TrackPrivate has been extended with an extra parent field that points to the parent track when cloned.
In the future, we should extend the implementation and ensure we properly clean up resources in both directions (top to bottom, and bottom-up). Currently, we only handle bottom-up.
Ref: https://linear.app/stream/issue/RN-168/issue-with-camera-not-turning-on-by-default-after-upgrading-sdk
0 commit comments