cordova-plugin-iosrtc
cordova-plugin-iosrtc copied to clipboard
Cordova iOS plugin exposing the WebRTC W3C API
I have addressed the issue of Null Pointer Exceptions in the iosrtcPlugin#RTCPeerConnection_RTCRtpSender_replaceTrack() method. I am using this plugin in a capacitor project where it can lead to app crashes without...
# YOU MUST read first! Please use [Community Forum](https://github.com/cordova-rtc/cordova-plugin-iosrtc/discussions) for general technical discussions and questions. - [X ] **I have used Google with the error message** or bug in association...
# 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 ```
# YOU MUST read first! Please use [Community Forum](https://github.com/cordova-rtc/cordova-plugin-iosrtc/discussions) for general technical discussions and questions. - [x] **I have used Google with the error message** or bug in association with...
# YOU MUST read first! Please use [Community Forum](https://github.com/cordova-rtc/cordova-plugin-iosrtc/discussions) for general technical discussions and questions. - [x] **I have used Google with the error message** or bug in association with...
# YOU MUST read first! Please use [Community Forum](https://github.com/cordova-rtc/cordova-plugin-iosrtc/discussions) for general technical discussions and questions. - [X] **I have used Google with the error message** or bug in association with...
over `PluginMediaStream.videoTracks` The problem is `PluginMediaStreamRenderer.mediaStreamChanged()` uses `pluginMediaStream.videoTracks` from main thread while `iosrtcPlugin.MediaStream_removeTrack` can remove tracks from thread owned by `iosrtcPlugin.queue`...
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `braces` from 2.3.2 to 3.0.3 Changelog Sourced from braces's changelog. Release history All...