-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync with latest iosRTC #3
base: master
Are you sure you want to change the base?
Commits on Oct 28, 2020
-
Merge pull request #593 from calebboyd/initial-orientation
fix: ensure proper orientation for first launch
Configuration menu - View commit details
-
Copy full SHA for 94a0b68 - Browse repository at this point
Copy the full SHA 94a0b68View commit details -
Merge pull request #586 from calebboyd/background
feat: use background-color from video element css
Configuration menu - View commit details
-
Copy full SHA for b01a23c - Browse repository at this point
Copy the full SHA b01a23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a98e6ad - Browse repository at this point
Copy the full SHA a98e6adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e44f03 - Browse repository at this point
Copy the full SHA 9e44f03View commit details
Commits on Oct 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e787c3c - Browse repository at this point
Copy the full SHA e787c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea4712f - Browse repository at this point
Copy the full SHA ea4712fView commit details -
Merge pull request #598 from calebboyd/prettier
Prettier for JS styling
Configuration menu - View commit details
-
Copy full SHA for c116575 - Browse repository at this point
Copy the full SHA c116575View commit details
Commits on Nov 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f37c019 - Browse repository at this point
Copy the full SHA f37c019View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1b681b - Browse repository at this point
Copy the full SHA c1b681bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92b01ab - Browse repository at this point
Copy the full SHA 92b01abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dcd568 - Browse repository at this point
Copy the full SHA 5dcd568View commit details
Commits on Nov 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b8528e8 - Browse repository at this point
Copy the full SHA b8528e8View commit details
Commits on Nov 10, 2020
-
fix: PluginMediaStreamTrack.eventListener possible Fatal error: Unexp…
…ectedly found nil while unwrapping an Optional value: file XXXXXXX/PluginMediaStreamTrack.swift, line 123 (lldb) bug
Configuration menu - View commit details
-
Copy full SHA for ffc7912 - Browse repository at this point
Copy the full SHA ffc7912View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8e40af - Browse repository at this point
Copy the full SHA b8e40afView commit details
Commits on Nov 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for baf12c3 - Browse repository at this point
Copy the full SHA baf12c3View commit details
Commits on Nov 18, 2020
-
Merge pull request #602 from cordova-rtc/bugs/PluginMediaStreamTrack.…
…eventListener fix: PluginMediaStreamTrack.eventListener possible Fatal error: Unex…
Configuration menu - View commit details
-
Copy full SHA for 444c6e9 - Browse repository at this point
Copy the full SHA 444c6e9View commit details
Commits on Nov 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8fb2a98 - Browse repository at this point
Copy the full SHA 8fb2a98View commit details -
Fixed the streamid regenerated with a provided id
Fixed a Null error with the eventListener
Configuration menu - View commit details
-
Copy full SHA for 44eb393 - Browse repository at this point
Copy the full SHA 44eb393View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16f3329 - Browse repository at this point
Copy the full SHA 16f3329View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b0c1ac - Browse repository at this point
Copy the full SHA 3b0c1acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62b81de - Browse repository at this point
Copy the full SHA 62b81deView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa0bf50 - Browse repository at this point
Copy the full SHA aa0bf50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dd71db - Browse repository at this point
Copy the full SHA 9dd71dbView commit details -
Merge pull request #605 from Brainfuse/fix/issue-592
Fix MediaStreamTrack lifecycle and make GetStats logs silent.
Configuration menu - View commit details
-
Copy full SHA for 557fa29 - Browse repository at this point
Copy the full SHA 557fa29View commit details -
Configuration menu - View commit details
-
Copy full SHA for c16dd97 - Browse repository at this point
Copy the full SHA c16dd97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d5e081 - Browse repository at this point
Copy the full SHA 6d5e081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47419f1 - Browse repository at this point
Copy the full SHA 47419f1View commit details
Commits on Nov 20, 2020
-
Merge pull request #607 from Brainfuse/fix/issue-606
removed calling checkActive for connected local streams
Configuration menu - View commit details
-
Copy full SHA for bdcce33 - Browse repository at this point
Copy the full SHA bdcce33View commit details
Commits on Nov 23, 2020
-
fixed mixed spaces/tabs indentions fixed empty lines containing only tabs or space
Configuration menu - View commit details
-
Copy full SHA for cf2fac9 - Browse repository at this point
Copy the full SHA cf2fac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6fbd38 - Browse repository at this point
Copy the full SHA a6fbd38View commit details -
Configuration menu - View commit details
-
Copy full SHA for efa6e80 - Browse repository at this point
Copy the full SHA efa6e80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55a2dc9 - Browse repository at this point
Copy the full SHA 55a2dc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db305e - Browse repository at this point
Copy the full SHA 4db305eView commit details -
use pluginMediaStreamRenderer.save async via callback and remove NsLo…
…g iosrtcPlugin#MediaStreamRenderer_save() to avoid polutiyion on animation
Configuration menu - View commit details
-
Copy full SHA for 15d1f75 - Browse repository at this point
Copy the full SHA 15d1f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b5f9cf - Browse repository at this point
Copy the full SHA 1b5f9cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e0fda1 - Browse repository at this point
Copy the full SHA 3e0fda1View commit details -
iosrtcPlugin#MediaStreamRenderer_save use DispatchQueue.global().asyn…
…c { instead of self.commandDelegate.run(inBackground: {
Configuration menu - View commit details
-
Copy full SHA for f226836 - Browse repository at this point
Copy the full SHA f226836View commit details
Commits on Nov 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1f1099c - Browse repository at this point
Copy the full SHA 1f1099cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ee941d - Browse repository at this point
Copy the full SHA 1ee941dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5bbbb - Browse repository at this point
Copy the full SHA ad5bbbbView commit details
Commits on Nov 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f958829 - Browse repository at this point
Copy the full SHA f958829View commit details -
Merge pull request #609 from cordova-rtc/task/PluginMediaStreamRender…
…erSaveLeak fix plugin media stream renderer save leak
Configuration menu - View commit details
-
Copy full SHA for 59866a6 - Browse repository at this point
Copy the full SHA 59866a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6d1494 - Browse repository at this point
Copy the full SHA d6d1494View commit details -
Configuration menu - View commit details
-
Copy full SHA for c26d989 - Browse repository at this point
Copy the full SHA c26d989View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3a608e - Browse repository at this point
Copy the full SHA d3a608eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 108133d - Browse repository at this point
Copy the full SHA 108133dView commit details
Commits on Nov 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 287bc07 - Browse repository at this point
Copy the full SHA 287bc07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e0a671 - Browse repository at this point
Copy the full SHA 2e0a671View commit details
Commits on Dec 7, 2020
-
MediaStreamTrack: added getCapabilities().deviceId support
for cam device media stream tracks
Configuration menu - View commit details
-
Copy full SHA for 78dbb73 - Browse repository at this point
Copy the full SHA 78dbb73View commit details
Commits on Dec 11, 2020
-
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](npm/ini@v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 675c2b8 - Browse repository at this point
Copy the full SHA 675c2b8View commit details
Commits on Dec 14, 2020
-
Merge pull request #613 from cordova-rtc/dependabot/npm_and_yarn/ini-…
…1.3.7 Bump ini from 1.3.5 to 1.3.7
Configuration menu - View commit details
-
Copy full SHA for 198667d - Browse repository at this point
Copy the full SHA 198667dView commit details
Commits on Dec 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bcf6d98 - Browse repository at this point
Copy the full SHA bcf6d98View commit details -
Merge pull request #619 from mosatch/FixMalformedEventNegNeeded
Fixed event dispatch in replace track in rtcrtpsender
Configuration menu - View commit details
-
Copy full SHA for 3188c06 - Browse repository at this point
Copy the full SHA 3188c06View commit details -
Merge pull request #612 from RSATom/master
MediaStreamTrack: added getCapabilities().deviceId support for cam device media streams
Configuration menu - View commit details
-
Copy full SHA for 190b697 - Browse repository at this point
Copy the full SHA 190b697View commit details
Commits on Jan 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cb2d012 - Browse repository at this point
Copy the full SHA cb2d012View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f83945 - Browse repository at this point
Copy the full SHA 5f83945View commit details
Commits on Jan 11, 2021
-
Basic transceiver scaffolding.
* Create native class for transceivers. * Extend js class for transceivers. * Add RTCPeerConnection.addTransceiver. * Set up basic callback for sending native state to js.
Configuration menu - View commit details
-
Copy full SHA for b7dbce0 - Browse repository at this point
Copy the full SHA b7dbce0View commit details -
Add support for stop and direction.
* Invoke the native transceiver stop function. * Allow setting direction from JS. * State event for updating the JS state.
Configuration menu - View commit details
-
Copy full SHA for 2db54be - Browse repository at this point
Copy the full SHA 2db54beView commit details
Commits on Jan 12, 2021
-
Add string to direction utility function.
* Added PluginRTCRtpTransceiver#stringToDirection() * Fixed typo rendonly -> sendonly.
Configuration menu - View commit details
-
Copy full SHA for 4a463d5 - Browse repository at this point
Copy the full SHA 4a463d5View commit details
Commits on Jan 13, 2021
-
Fix gUM crash with invalid audio deviceId
Crash when the deviceId is not found. Steps: 1. attach safari debugger 2. call `await navigator.mediaDevices.getUserMedia({audio:{deviceId: 'test'}})`
Configuration menu - View commit details
-
Copy full SHA for 602d7f1 - Browse repository at this point
Copy the full SHA 602d7f1View commit details -
Merge pull request #630 from jerry2013/patch-1
Fix gUM crash with invalid audio deviceId
Configuration menu - View commit details
-
Copy full SHA for 214a4d5 - Browse repository at this point
Copy the full SHA 214a4d5View commit details
Commits on Jan 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6115210 - Browse repository at this point
Copy the full SHA 6115210View commit details -
Configuration menu - View commit details
-
Copy full SHA for 350aaf1 - Browse repository at this point
Copy the full SHA 350aaf1View commit details -
fix navigator.mediaDevices.GetUserMedia webrtc-adapter causing overid…
…e of navigator.mediaDevices on ios 14.3
Configuration menu - View commit details
-
Copy full SHA for 8d45a81 - Browse repository at this point
Copy the full SHA 8d45a81View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2d7bf6 - Browse repository at this point
Copy the full SHA f2d7bf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a127006 - Browse repository at this point
Copy the full SHA a127006View commit details -
SHAM MediaStreamTrack.prototype.getConstraints and MediaStreamTrack.p…
…rototype.applyConstraints
Configuration menu - View commit details
-
Copy full SHA for 7058105 - Browse repository at this point
Copy the full SHA 7058105View commit details -
Configuration menu - View commit details
-
Copy full SHA for c91ae14 - Browse repository at this point
Copy the full SHA c91ae14View commit details
Commits on Jan 20, 2021
-
use Object.defineProperty writable: false on navigator.MediaDevices t…
…o prevent override durring execution (gUM failure) or afer the iosRTC SHIM is applied by webrtc-adapter
Configuration menu - View commit details
-
Copy full SHA for a2d3d0e - Browse repository at this point
Copy the full SHA a2d3d0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a78663 - Browse repository at this point
Copy the full SHA 9a78663View commit details
Commits on Jan 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 24dbc8f - Browse repository at this point
Copy the full SHA 24dbc8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd5ae92 - Browse repository at this point
Copy the full SHA fd5ae92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1070603 - Browse repository at this point
Copy the full SHA 1070603View commit details -
Transient ID's for native transceivers.
* Instead of having permanent ID's for the JS -> Transceiver association, just have transient ones until the next transceiver state update. Until better solution can be found. * Reduce complexity of transceiver constructor.
Configuration menu - View commit details
-
Copy full SHA for dc9802c - Browse repository at this point
Copy the full SHA dc9802cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c286a8 - Browse repository at this point
Copy the full SHA 4c286a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for db6cb80 - Browse repository at this point
Copy the full SHA db6cb80View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecb782d - Browse repository at this point
Copy the full SHA ecb782dView commit details
Commits on Jan 22, 2021
-
Update sender parameters state and parse sendEncodings.
* Update sender parameters along with transceivers. * Parse and pass along sendEncodings when doing addTransceiver.
Configuration menu - View commit details
-
Copy full SHA for e6a837d - Browse repository at this point
Copy the full SHA e6a837dView commit details
Commits on Jan 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b4382a4 - Browse repository at this point
Copy the full SHA b4382a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c0ea91 - Browse repository at this point
Copy the full SHA 9c0ea91View commit details -
Configuration menu - View commit details
-
Copy full SHA for f35ea34 - Browse repository at this point
Copy the full SHA f35ea34View commit details -
Configuration menu - View commit details
-
Copy full SHA for a631aa1 - Browse repository at this point
Copy the full SHA a631aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d727dbc - Browse repository at this point
Copy the full SHA d727dbcView commit details
Commits on Jan 25, 2021
-
Merge pull request #635 from cordova-rtc/task/WebRTC.xcframework
update ios_arch.js to generate WebRTC.xcframework, Include WebRTC.xcframework instead of WebRTC.framework
Configuration menu - View commit details
-
Copy full SHA for 8c8752b - Browse repository at this point
Copy the full SHA 8c8752bView commit details
Commits on Jan 31, 2021
-
Check if pluginMediaStream had already the new track, otherwise add n…
…ew track on PluginRTCPeerConnection ontrackÃ
Configuration menu - View commit details
-
Copy full SHA for 6fa57b5 - Browse repository at this point
Copy the full SHA 6fa57b5View commit details
Commits on Feb 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7a535e3 - Browse repository at this point
Copy the full SHA 7a535e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58eaf78 - Browse repository at this point
Copy the full SHA 58eaf78View commit details
Commits on Feb 2, 2021
-
Merge pull request #637 from cordova-rtc/task/janus
Check if pluginMediaStream had already the new track, otherwise add new track on PluginRTCPeerConnection ontrack
Configuration menu - View commit details
-
Copy full SHA for 3351f28 - Browse repository at this point
Copy the full SHA 3351f28View commit details
Commits on Feb 8, 2021
-
allow registerGlobals to be called multiple time without error: Attem…
…pting to change value of a readonly property.
Configuration menu - View commit details
-
Copy full SHA for e60b330 - Browse repository at this point
Copy the full SHA e60b330View commit details -
Configuration menu - View commit details
-
Copy full SHA for c98dc91 - Browse repository at this point
Copy the full SHA c98dc91View commit details -
Configuration menu - View commit details
-
Copy full SHA for a50f899 - Browse repository at this point
Copy the full SHA a50f899View commit details
Commits on Feb 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 75fe523 - Browse repository at this point
Copy the full SHA 75fe523View commit details
Commits on Feb 28, 2021
-
Add pluginVideoTrack to PluginMediaStreamRenderer
Add pluginVideoTrack to PluginMediaStreamRenderer so that the renderer can unregister itself from the track when the renderer resets. This lets it deinit properly.
Configuration menu - View commit details
-
Copy full SHA for 165d78e - Browse repository at this point
Copy the full SHA 165d78eView commit details -
Configuration menu - View commit details
-
Copy full SHA for da32c98 - Browse repository at this point
Copy the full SHA da32c98View commit details
Commits on Mar 1, 2021
-
Merge pull request #650 from mosatch/MediaStreamRendererUnregisteFix
Issue #649 Media stream renderer unregister fix
Configuration menu - View commit details
-
Copy full SHA for 42eb49a - Browse repository at this point
Copy the full SHA 42eb49aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6792ed - Browse repository at this point
Copy the full SHA e6792edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a278e3 - Browse repository at this point
Copy the full SHA 2a278e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c63115 - Browse repository at this point
Copy the full SHA 7c63115View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7bd122 - Browse repository at this point
Copy the full SHA c7bd122View commit details -
Merge pull request #625 from agelito/task/589/implement-addtransceiver
WIP: Task/589/implement addtransceiver
Configuration menu - View commit details
-
Copy full SHA for 0297b39 - Browse repository at this point
Copy the full SHA 0297b39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d05036 - Browse repository at this point
Copy the full SHA 3d05036View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54e8240 - Browse repository at this point
Copy the full SHA 54e8240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9447435 - Browse repository at this point
Copy the full SHA 9447435View commit details -
Merge branch 'task/8.0.0' of github.com:cordova-rtc/cordova-plugin-io…
…srtc into task/8.0.0
Configuration menu - View commit details
-
Copy full SHA for a557186 - Browse repository at this point
Copy the full SHA a557186View commit details -
Merge pull request #475 from cordova-rtc/task/7.0.0
update WebRTC.framework to M79
Configuration menu - View commit details
-
Copy full SHA for edb2e5a - Browse repository at this point
Copy the full SHA edb2e5aView commit details -
Merge pull request #545 from cordova-rtc/task/8.0.0
update WebRTC.framework to M87
Configuration menu - View commit details
-
Copy full SHA for 5442062 - Browse repository at this point
Copy the full SHA 5442062View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8011305 - Browse repository at this point
Copy the full SHA 8011305View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93c9a65 - Browse repository at this point
Copy the full SHA 93c9a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d0549 - Browse repository at this point
Copy the full SHA f8d0549View commit details
Commits on Mar 9, 2021
-
Bump elliptic from 6.5.3 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.3...v6.5.4) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb1f825 - Browse repository at this point
Copy the full SHA eb1f825View commit details -
Merge pull request #653 from cordova-rtc/dependabot/npm_and_yarn/elli…
…ptic-6.5.4 Bump elliptic from 6.5.3 to 6.5.4
Configuration menu - View commit details
-
Copy full SHA for a51f7a2 - Browse repository at this point
Copy the full SHA a51f7a2View commit details
Commits on Mar 18, 2021
-
Remove extmap-allow-mixed sdp header on RTCPeerConnection.prototype.s…
…etRemoteDescription to handle chrome 89
Configuration menu - View commit details
-
Copy full SHA for b6cd033 - Browse repository at this point
Copy the full SHA b6cd033View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5929462 - Browse repository at this point
Copy the full SHA 5929462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3933c36 - Browse repository at this point
Copy the full SHA 3933c36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 321abe7 - Browse repository at this point
Copy the full SHA 321abe7View commit details
Commits on Mar 19, 2021
-
Fixes updateTransceiversState call
Duc Anh Le committedMar 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 0d9298b - Browse repository at this point
Copy the full SHA 0d9298bView commit details -
Merge pull request #662 from ducile/updateTransceiversState
Fixes updateTransceiversState call #661
Configuration menu - View commit details
-
Copy full SHA for 059ab26 - Browse repository at this point
Copy the full SHA 059ab26View commit details
Commits on Mar 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 91cccc5 - Browse repository at this point
Copy the full SHA 91cccc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77d434c - Browse repository at this point
Copy the full SHA 77d434cView commit details
Commits on Mar 22, 2021
-
Merge pull request #664 from smanuel/new
extend transceiver/sender/receiver functionality
Configuration menu - View commit details
-
Copy full SHA for f66b6b5 - Browse repository at this point
Copy the full SHA f66b6b5View commit details
Commits on Mar 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7179dd5 - Browse repository at this point
Copy the full SHA 7179dd5View commit details
Commits on Mar 31, 2021
-
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c938b19 - Browse repository at this point
Copy the full SHA c938b19View commit details -
Merge pull request #670 from cordova-rtc/dependabot/npm_and_yarn/y18n…
…-3.2.2 Bump y18n from 3.2.1 to 3.2.2
Configuration menu - View commit details
-
Copy full SHA for 799bac5 - Browse repository at this point
Copy the full SHA 799bac5View commit details
Commits on May 11, 2021
-
Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c16a67d - Browse repository at this point
Copy the full SHA c16a67dView commit details -
Bump lodash from 4.17.20 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.20...4.17.21) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e4ebd9 - Browse repository at this point
Copy the full SHA 0e4ebd9View commit details
Commits on May 14, 2021
-
Merge pull request #678 from cordova-rtc/dependabot/npm_and_yarn/host…
…ed-git-info-2.8.9 Bump hosted-git-info from 2.8.8 to 2.8.9
Configuration menu - View commit details
-
Copy full SHA for 7749f90 - Browse repository at this point
Copy the full SHA 7749f90View commit details -
Merge pull request #679 from cordova-rtc/dependabot/npm_and_yarn/loda…
…sh-4.17.21 Bump lodash from 4.17.20 to 4.17.21
Configuration menu - View commit details
-
Copy full SHA for 2278ee0 - Browse repository at this point
Copy the full SHA 2278ee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c99cc - Browse repository at this point
Copy the full SHA f9c99ccView commit details -
revamp CanvasRenderingContext2D.drawImage monkey patch to use createO…
…bjectURL/revokeObjectURL to prevent safari memory leak
Configuration menu - View commit details
-
Copy full SHA for e036c93 - Browse repository at this point
Copy the full SHA e036c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c55c8a - Browse repository at this point
Copy the full SHA 4c55c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e627e3b - Browse repository at this point
Copy the full SHA e627e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb4a9bc - Browse repository at this point
Copy the full SHA cb4a9bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee4821 - Browse repository at this point
Copy the full SHA 6ee4821View commit details -
Merge pull request #682 from cordova-rtc/task/6.0.0-beta
Task/6.0.0 beta
Configuration menu - View commit details
-
Copy full SHA for ea4a1e0 - Browse repository at this point
Copy the full SHA ea4a1e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87192af - Browse repository at this point
Copy the full SHA 87192afView commit details -
Configuration menu - View commit details
-
Copy full SHA for b19c7c2 - Browse repository at this point
Copy the full SHA b19c7c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9b8c44 - Browse repository at this point
Copy the full SHA d9b8c44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dffabf - Browse repository at this point
Copy the full SHA 9dffabfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32215f9 - Browse repository at this point
Copy the full SHA 32215f9View commit details -
Merge pull request #684 from cordova-rtc/task/update-xcode-npm
update to xcode@3+ to fix xmldom version
Configuration menu - View commit details
-
Copy full SHA for 50a5767 - Browse repository at this point
Copy the full SHA 50a5767View commit details
Commits on Jun 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 069dc57 - Browse repository at this point
Copy the full SHA 069dc57View commit details -
Merge pull request #691 from RSATom/master
Fixed crash when used with Janus Audiobridge
Configuration menu - View commit details
-
Copy full SHA for c8cf988 - Browse repository at this point
Copy the full SHA c8cf988View commit details
Commits on Jun 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fce5f69 - Browse repository at this point
Copy the full SHA fce5f69View commit details
Commits on Jun 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 910e107 - Browse repository at this point
Copy the full SHA 910e107View commit details -
Configuration menu - View commit details
-
Copy full SHA for e808d52 - Browse repository at this point
Copy the full SHA e808d52View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f0217 - Browse repository at this point
Copy the full SHA c4f0217View commit details
Commits on Jul 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4aa4954 - Browse repository at this point
Copy the full SHA 4aa4954View commit details
Commits on Jul 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c473ca7 - Browse repository at this point
Copy the full SHA c473ca7View commit details
Commits on Jul 6, 2021
-
Merge pull request #692 from cordova-rtc/bugs/RTCRequestPermissionnot…
…Determined fix requestPermission returns true if AVAuthorizationStatus is notDetermined #690
Configuration menu - View commit details
-
Copy full SHA for e86b8a4 - Browse repository at this point
Copy the full SHA e86b8a4View commit details
Commits on Jul 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 07b8a40 - Browse repository at this point
Copy the full SHA 07b8a40View commit details
Commits on Jul 22, 2021
-
Merge pull request #699 from RSATom/master
RTCRtpSender: fixed MediaStreamTrack replace
Configuration menu - View commit details
-
Copy full SHA for 40e1a68 - Browse repository at this point
Copy the full SHA 40e1a68View commit details -
fix travis 'No usable Android build tools found. Highest installed ve…
…rsion is 29.0.2; minimum version required is 30.0.3.'
Configuration menu - View commit details
-
Copy full SHA for ec14d3a - Browse repository at this point
Copy the full SHA ec14d3aView commit details
Commits on Jul 26, 2021
-
fixed RtpSenders inconsistency after removeTrack call
between JS/Native
Configuration menu - View commit details
-
Copy full SHA for 6b83a31 - Browse repository at this point
Copy the full SHA 6b83a31View commit details -
Merge pull request #702 from RSATom/master
fixed RtpSenders inconsistency after removeTrack call
Configuration menu - View commit details
-
Copy full SHA for d665efe - Browse repository at this point
Copy the full SHA d665efeView commit details
Commits on Aug 11, 2021
-
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95f3c13 - Browse repository at this point
Copy the full SHA 95f3c13View commit details -
Merge pull request #703 from cordova-rtc/dependabot/npm_and_yarn/path…
…-parse-1.0.7 Bump path-parse from 1.0.6 to 1.0.7
Configuration menu - View commit details
-
Copy full SHA for 758be83 - Browse repository at this point
Copy the full SHA 758be83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1886880 - Browse repository at this point
Copy the full SHA 1886880View commit details
Commits on Aug 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 291384a - Browse repository at this point
Copy the full SHA 291384aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d258ba2 - Browse repository at this point
Copy the full SHA d258ba2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 768aec6 - Browse repository at this point
Copy the full SHA 768aec6View commit details
Commits on Aug 27, 2021
-
Merge pull request #704 from smanuel/slavchev/rollback-support
add support for local description rollback
Configuration menu - View commit details
-
Copy full SHA for 330df3b - Browse repository at this point
Copy the full SHA 330df3bView commit details
Commits on Sep 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b876365 - Browse repository at this point
Copy the full SHA b876365View commit details
Commits on Oct 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 16ed399 - Browse repository at this point
Copy the full SHA 16ed399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20b6b37 - Browse repository at this point
Copy the full SHA 20b6b37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 316fa2b - Browse repository at this point
Copy the full SHA 316fa2bView commit details
Commits on Dec 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 239b833 - Browse repository at this point
Copy the full SHA 239b833View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57776cb - Browse repository at this point
Copy the full SHA 57776cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 923250e - Browse repository at this point
Copy the full SHA 923250eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b749fd4 - Browse repository at this point
Copy the full SHA b749fd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed2b4ad - Browse repository at this point
Copy the full SHA ed2b4adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 642d62d - Browse repository at this point
Copy the full SHA 642d62dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e775cc - Browse repository at this point
Copy the full SHA 3e775ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf9c8d6 - Browse repository at this point
Copy the full SHA bf9c8d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41afef0 - Browse repository at this point
Copy the full SHA 41afef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 574f0bc - Browse repository at this point
Copy the full SHA 574f0bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc548d - Browse repository at this point
Copy the full SHA bbc548dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fdb965 - Browse repository at this point
Copy the full SHA 9fdb965View commit details
Commits on Jan 27, 2022
-
Bump cached-path-relative from 1.0.2 to 1.1.0
Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/ashaffer/cached-path-relative/releases) - [Commits](https://github.com/ashaffer/cached-path-relative/commits) --- updated-dependencies: - dependency-name: cached-path-relative dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8fca7c1 - Browse repository at this point
Copy the full SHA 8fca7c1View commit details
Commits on Jan 28, 2022
-
Merge pull request #736 from cordova-rtc/dependabot/npm_and_yarn/cach…
…ed-path-relative-1.1.0 Bump cached-path-relative from 1.0.2 to 1.1.0
Configuration menu - View commit details
-
Copy full SHA for 9cfd1df - Browse repository at this point
Copy the full SHA 9cfd1dfView commit details
Commits on Mar 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for abd87eb - Browse repository at this point
Copy the full SHA abd87ebView commit details
Commits on Mar 24, 2022
-
Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8adfc8 - Browse repository at this point
Copy the full SHA a8adfc8View commit details
Commits on Mar 26, 2022
-
Merge pull request #741 from cordova-rtc/dependabot/npm_and_yarn/mini…
…mist-1.2.6 Bump minimist from 1.2.5 to 1.2.6
Configuration menu - View commit details
-
Copy full SHA for 32ffa27 - Browse repository at this point
Copy the full SHA 32ffa27View commit details -
Bump plist from 3.0.4 to 3.0.5
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/TooTallNate/node-plist/releases) - [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md) - [Commits](https://github.com/TooTallNate/node-plist/commits) --- updated-dependencies: - dependency-name: plist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9f57db - Browse repository at this point
Copy the full SHA d9f57dbView commit details -
Merge pull request #742 from cordova-rtc/dependabot/npm_and_yarn/plis…
…t-3.0.5 Bump plist from 3.0.4 to 3.0.5
Configuration menu - View commit details
-
Copy full SHA for f03c20e - Browse repository at this point
Copy the full SHA f03c20eView commit details
Commits on Apr 8, 2022
-
RTCRtpSender not have DTMF properties
Added createDTMFSender for RTCRtpSender
bayram committedApr 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 790b4b0 - Browse repository at this point
Copy the full SHA 790b4b0View commit details -
Merge pull request #743 from buckun/RTCRtpSender-not-have-DTMF-proper…
…ties-and-createDTMFSender-deprecate RTCRtpSender not have DTMF properties
Configuration menu - View commit details
-
Copy full SHA for 07a89df - Browse repository at this point
Copy the full SHA 07a89dfView commit details
Commits on Apr 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1a3eeac - Browse repository at this point
Copy the full SHA 1a3eeacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aceadc - Browse repository at this point
Copy the full SHA 0aceadcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 825b769 - Browse repository at this point
Copy the full SHA 825b769View commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 318bf8a - Browse repository at this point
Copy the full SHA 318bf8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dff7413 - Browse repository at this point
Copy the full SHA dff7413View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0b4882 - Browse repository at this point
Copy the full SHA f0b4882View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21e069f - Browse repository at this point
Copy the full SHA 21e069fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b21a9 - Browse repository at this point
Copy the full SHA b5b21a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7649035 - Browse repository at this point
Copy the full SHA 7649035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a74bdb - Browse repository at this point
Copy the full SHA 1a74bdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 691a756 - Browse repository at this point
Copy the full SHA 691a756View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5bad3a - Browse repository at this point
Copy the full SHA e5bad3aView commit details
Commits on Jun 2, 2022
-
Bump simple-plist from 1.1.1 to 1.3.1
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.1 to 1.3.1. - [Release notes](https://github.com/wollardj/simple-plist/releases) - [Commits](wollardj/simple-plist@v1.1.1...v1.3.1) --- updated-dependencies: - dependency-name: simple-plist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90c3575 - Browse repository at this point
Copy the full SHA 90c3575View commit details -
Merge pull request #752 from cordova-rtc/dependabot/npm_and_yarn/simp…
…le-plist-1.3.1 Bump simple-plist from 1.1.1 to 1.3.1
Configuration menu - View commit details
-
Copy full SHA for ae4d0eb - Browse repository at this point
Copy the full SHA ae4d0ebView commit details
Commits on Jun 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dc7bc90 - Browse repository at this point
Copy the full SHA dc7bc90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c10899 - Browse repository at this point
Copy the full SHA 9c10899View commit details -
PluginRTCPeerConnection: cyclic reference leak fixed
PluginRTCPeerConnection was referenced itself through closure context
Configuration menu - View commit details
-
Copy full SHA for 990c18b - Browse repository at this point
Copy the full SHA 990c18bView commit details
Commits on Jun 17, 2022
-
Merge pull request #754 from RSATom/cyclic_leak_fix
PluginRTCPeerConnection: cyclic reference leak fixed
Configuration menu - View commit details
-
Copy full SHA for 19f7f69 - Browse repository at this point
Copy the full SHA 19f7f69View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdae44c - Browse repository at this point
Copy the full SHA cdae44cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8b4b3e - Browse repository at this point
Copy the full SHA f8b4b3eView commit details
Commits on Jun 22, 2022
-
Bump shell-quote from 1.7.2 to 1.7.3
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/substack/node-shell-quote/releases) - [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md) - [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3) --- updated-dependencies: - dependency-name: shell-quote dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9357701 - Browse repository at this point
Copy the full SHA 9357701View commit details
Commits on Jun 23, 2022
-
Merge pull request #755 from cordova-rtc/dependabot/npm_and_yarn/shel…
…l-quote-1.7.3 Bump shell-quote from 1.7.2 to 1.7.3
Configuration menu - View commit details
-
Copy full SHA for 7516347 - Browse repository at this point
Copy the full SHA 7516347View commit details
Commits on Jun 30, 2022
-
Merge pull request #735 from RSATom/master
Trying to fix issue with enable/disable track through receivers/senders list with Janus Videoroom
Configuration menu - View commit details
-
Copy full SHA for aa0efe5 - Browse repository at this point
Copy the full SHA aa0efe5View commit details
Commits on Jul 20, 2022
-
PluginRTCPeerConnection: WebRTC >=m93 asserts on access to pc
from signaling thread
Configuration menu - View commit details
-
Copy full SHA for afbf28e - Browse repository at this point
Copy the full SHA afbf28eView commit details -
Merge pull request #756 from RSATom/signalling_thread_assert
PluginRTCPeerConnection: WebRTC >=m93 asserts on access to pc
Configuration menu - View commit details
-
Copy full SHA for eaa750f - Browse repository at this point
Copy the full SHA eaa750fView commit details -
fix getProjectName() when config.xml:name has an attribute
Dominic Crousset committedJul 20, 2022 Configuration menu - View commit details
-
Copy full SHA for de344e4 - Browse repository at this point
Copy the full SHA de344e4View commit details
Commits on Aug 31, 2022
-
Merge pull request #757 from dcrousset/master
fix getProjectName() when config.xml:name has an attribute
Configuration menu - View commit details
-
Copy full SHA for b9fbf21 - Browse repository at this point
Copy the full SHA b9fbf21View commit details
Commits on Dec 4, 2022
-
Bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a9c3a2 - Browse repository at this point
Copy the full SHA 5a9c3a2View commit details -
Merge pull request #760 from cordova-rtc/dependabot/npm_and_yarn/deco…
…de-uri-component-0.2.2 Bump decode-uri-component from 0.2.0 to 0.2.2
Configuration menu - View commit details
-
Copy full SHA for 1b9b184 - Browse repository at this point
Copy the full SHA 1b9b184View commit details -
Bump minimatch from 3.0.4 to 3.0.8
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.0.4...v3.0.8) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4791315 - Browse repository at this point
Copy the full SHA 4791315View commit details
Commits on Dec 6, 2022
-
Merge pull request #761 from cordova-rtc/dependabot/npm_and_yarn/mini…
…match-3.0.8 Bump minimatch from 3.0.4 to 3.0.8
Configuration menu - View commit details
-
Copy full SHA for a502fcc - Browse repository at this point
Copy the full SHA a502fccView commit details
Commits on Mar 23, 2023
-
feat: MX002-8233 add method
setDefaultAudioOutput()
mjaruzel committedMar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for e218448 - Browse repository at this point
Copy the full SHA e218448View commit details -
mjaruzel committed
Mar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for b008af1 - Browse repository at this point
Copy the full SHA b008af1View commit details
Commits on Apr 2, 2023
-
Merge pull request #767 from tkhtechnology/MX002-8233
feat: MX002-8233 add method `setDefaultAudioOutput()`
Configuration menu - View commit details
-
Copy full SHA for a1bef4f - Browse repository at this point
Copy the full SHA a1bef4fView commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dbdc92f - Browse repository at this point
Copy the full SHA dbdc92fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b85af13 - Browse repository at this point
Copy the full SHA b85af13View commit details
Commits on Apr 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0be73f8 - Browse repository at this point
Copy the full SHA 0be73f8View commit details
Commits on Apr 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for db303fa - Browse repository at this point
Copy the full SHA db303faView commit details
Commits on Apr 17, 2023
-
Merge pull request #768 from jerry2013/patch-2
add setDefaultAudioOutput to source
Configuration menu - View commit details
-
Copy full SHA for 7e3bf8a - Browse repository at this point
Copy the full SHA 7e3bf8aView commit details -
Merge pull request #769 from jerry2013/patch-3
spec compliant RTCStatsReport
Configuration menu - View commit details
-
Copy full SHA for 7559dcf - Browse repository at this point
Copy the full SHA 7559dcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d914ec9 - Browse repository at this point
Copy the full SHA d914ec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a3bb0 - Browse repository at this point
Copy the full SHA b5a3bb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0852429 - Browse repository at this point
Copy the full SHA 0852429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88475be - Browse repository at this point
Copy the full SHA 88475beView commit details
Commits on May 11, 2023
-
use SAI to adjust the top/left corner from the client
This is to solve the problem I encountered when using the iPhone 13 in landscape mode. When the wkwebview is not full screen, the video was rendered to the left of the actual <video>, due to the rounded corner.
Configuration menu - View commit details
-
Copy full SHA for 3de14db - Browse repository at this point
Copy the full SHA 3de14dbView commit details -
Merge pull request #771 from jerry2013/patch-2
use SAI to adjust the top/left corner from the client
Configuration menu - View commit details
-
Copy full SHA for 69a162f - Browse repository at this point
Copy the full SHA 69a162fView commit details
Commits on May 12, 2023
-
it seems to me that the function should make the attempt to request the permissions, not just checking them
Configuration menu - View commit details
-
Copy full SHA for 108d39f - Browse repository at this point
Copy the full SHA 108d39fView commit details -
Merge pull request #772 from jerry2013/patch-3
actually request permission
Configuration menu - View commit details
-
Copy full SHA for 24d2021 - Browse repository at this point
Copy the full SHA 24d2021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9038a8a - Browse repository at this point
Copy the full SHA 9038a8aView commit details
Commits on Jun 6, 2023
-
Merge pull request #773 from jerry2013/use-the-same-MediaStreamTrack-…
…on-RTCRtpSender use the same MediaStreamTrack on RTCRtpSender
Configuration menu - View commit details
-
Copy full SHA for b6b5356 - Browse repository at this point
Copy the full SHA b6b5356View commit details
Commits on Jul 18, 2023
-
Bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e064d7f - Browse repository at this point
Copy the full SHA e064d7fView commit details
Commits on Oct 2, 2023
-
Bump debug from 4.1.1 to 4.3.1
Bumps [debug](https://github.com/debug-js/debug) from 4.1.1 to 4.3.1. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](debug-js/debug@4.1.1...4.3.1) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62a3ee2 - Browse repository at this point
Copy the full SHA 62a3ee2View commit details
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 210144b - Browse repository at this point
Copy the full SHA 210144bView commit details -
Merge pull request #774 from cordova-rtc/dependabot/npm_and_yarn/word…
…-wrap-1.2.4 Bump word-wrap from 1.2.3 to 1.2.4
Configuration menu - View commit details
-
Copy full SHA for fbd8c7a - Browse repository at this point
Copy the full SHA fbd8c7aView commit details -
Merge pull request #777 from cordova-rtc/dependabot/npm_and_yarn/debu…
…g-4.3.1 Bump debug from 4.1.1 to 4.3.1
Configuration menu - View commit details
-
Copy full SHA for 78074bd - Browse repository at this point
Copy the full SHA 78074bdView commit details
Commits on Oct 27, 2023
-
Bump browserify-sign from 4.2.1 to 4.2.2
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md) - [Commits](browserify/browserify-sign@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: browserify-sign dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87f871d - Browse repository at this point
Copy the full SHA 87f871dView commit details -
Merge pull request #779 from cordova-rtc/dependabot/npm_and_yarn/brow…
…serify-sign-4.2.2 Bump browserify-sign from 4.2.1 to 4.2.2
Configuration menu - View commit details
-
Copy full SHA for fba0d64 - Browse repository at this point
Copy the full SHA fba0d64View commit details
Commits on Nov 2, 2023
-
catch NPEs when calling replaceTrack
Patrick Tresp committedNov 2, 2023 Configuration menu - View commit details
-
Copy full SHA for b89abb3 - Browse repository at this point
Copy the full SHA b89abb3View commit details
Commits on Nov 3, 2023
-
Patrick Tresp committed
Nov 3, 2023 Configuration menu - View commit details
-
Copy full SHA for c8e1737 - Browse repository at this point
Copy the full SHA c8e1737View commit details -
Configuration menu - View commit details
-
Copy full SHA for efb19d0 - Browse repository at this point
Copy the full SHA efb19d0View commit details
Commits on Jan 4, 2024
-
Patrick Tresp committed
Jan 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 96be63b - Browse repository at this point
Copy the full SHA 96be63bView commit details
Commits on Aug 14, 2024
-
Merge pull request #780 from patrick-tresp/master
catch NPEs when calling replaceTrack
Configuration menu - View commit details
-
Copy full SHA for a8a1c78 - Browse repository at this point
Copy the full SHA a8a1c78View commit details -
Merge pull request #770 from cordova-rtc/bug/insertDTMF
fix PluginRTCDTMFSender insertDTMF when no senders is available
Configuration menu - View commit details
-
Copy full SHA for a37d385 - Browse repository at this point
Copy the full SHA a37d385View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd2a738 - Browse repository at this point
Copy the full SHA bd2a738View commit details