GetStream / stream-video-js

GetStream JavaScript Video SDK
https://getstream.io/video/sdk/
Other
66 stars 22 forks source link

fix: unpublish must also release track while using react native #1419

Closed santhoshvai closed 3 months ago

santhoshvai commented 3 months ago

While looking at the webrtc code for react native, I realised that there is a release function for media tracks. Which does the garbage collection natively. And we did not use it on unpublish. This PR adds that.

santhoshvai commented 3 months ago

closing this PR in favor of #1425