cordova-rtc / cordova-plugin-iosrtc

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

add setDefaultAudioOutput to source #768

Closed jerry2013 closed 1 year ago

jerry2013 commented 1 year ago

767 only contains changes to the compiled artifact and not the source - this is to add the same code so that npm run build won't lose the change.

hthetiot commented 1 year ago

@jerry2013 thx for PR. Please run npm run build and commit changed www file if build and test pass.

hthetiot commented 1 year ago

Good catch.

jerry2013 commented 1 year ago

did that and the only changes are version number and copyright year.

hthetiot commented 1 year ago

Thx @jerry2013 I will take care of version and copyright. It's not part of PR ;)

hthetiot commented 1 year ago

Released into cordova-plugin-iosrtc@8.0.4 , can you test to confirm your fix please, thx.