cordova-rtc / cordova-plugin-iosrtc

Cordova iOS plugin exposing the WebRTC W3C API
MIT License
688 stars 340 forks source link

fix PluginRTCDTMFSender insertDTMF when no senders is available #770

Closed hthetiot closed 1 month ago

hthetiot commented 1 year ago

Testing

To test bug/insertDTMF branch

cordova plugin remove cordova-plugin-iosrtc --verbose
cordova plugin add https://github.com/cordova-rtc/cordova-plugin-iosrtc#bug/insertDTMF --verbose
cordova platform remove ios --no-save
cordova platform add ios --no-save
hthetiot commented 1 year ago

Ping @RaddishIoW please test this PR see description.