cordova-rtc / cordova-plugin-iosrtc

Cordova iOS plugin exposing the WebRTC W3C API
MIT License
690 stars 338 forks source link

Trying to fix issue with enable/disable track through receivers/senders list with Janus Videoroom #735

Closed RSATom closed 2 years ago

RSATom commented 2 years ago

fixes https://github.com/cordova-rtc/cordova-plugin-iosrtc/issues/734

hthetiot commented 2 years ago

That was fast :) Did you test it ? I can make quick QA it needed on various WebRTC frameworks via sample.

RSATom commented 2 years ago

Did you test it ?

@hthetiot Unfortunately I did only quick test with Janus Videoroom Demo wrapped to Cordova app. I plan test it more with our app but it will take some time to implement related feature there.

hthetiot commented 2 years ago

@RSATom can you merge master pls.

RSATom commented 2 years ago

@hthetiot done.

hthetiot commented 2 years ago

Thx @RSATom

hthetiot commented 2 years ago

@RSATom Can you confirm this solve non uniq UUID on track/stream support for Janus ? If so, i will test all library samples in sample app to confirm it is stable before release.

RSATom commented 2 years ago

We are using this patch some time already - and it solve issue for us.

hthetiot commented 2 years ago

Perfect, will QA and other libs and merge and release.