cordova-plugin-iosrtc
cordova-plugin-iosrtc copied to clipboard
Cordova iOS plugin exposing the WebRTC W3C API
## Description Hi everyone. after upgrading our phones to iOS 15.4, we are experiencing a pretty bad H264 performance. Versions before iOS 15.4 with the same source code are not...
# Testing To test `webrtc-100` branch ``` cordova plugin remove cordova-plugin-iosrtc --verbose cordova plugin add https://github.com/cordova-rtc/cordova-plugin-iosrtc#webrtc-100 --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...
# Testing To test `PeterXu/master ` branch ``` cordova plugin remove cordova-plugin-iosrtc --verbose cordova plugin add https://github.com/cordova-rtc/cordova-plugin-iosrtc#PeterXu/master --verbose cordova platform remove ios --no-save cordova platform add ios --no-save ```
Versions affected Cordova version: 10.0.0 Cordova iOS version: Plugin version (e.g 6.0.12): 8.0.0 iOS version (e.g 10.2): 14.4.2 Xcode version (e.g 11.1 - 11A1027): 12.2 WebRTC-adapter version (e.g. 7.4.0): latest...
# 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...
# Testing To test `bugs/PreffixInvalidMediaId` branch ``` cordova plugin remove cordova-plugin-iosrtc --verbose cordova plugin add https://github.com/cordova-rtc/cordova-plugin-iosrtc#bugs/PreffixInvalidMediaId --verbose cordova platform remove ios --no-save cordova platform add ios --no-save ``` Then to...
# Testing To test `task/PluginRTCVideoView` branch ``` cordova plugin remove cordova-plugin-iosrtc --verbose cordova plugin add https://github.com/cordova-rtc/cordova-plugin-iosrtc#task/PluginRTCVideoView --verbose cordova platform remove ios --no-save cordova platform add ios --no-save ```
# Capture `navigator.mediaDevices.getDisplayMedia` test result of prototype receiving screen capture from ios to chrome: # Testing To test `task/getDisplayMedia` branch ``` cordova plugin remove cordova-plugin-iosrtc --verbose cordova plugin add https://github.com/cordova-rtc/cordova-plugin-iosrtc#task/getDisplayMedia...