GitHub / react-native-webrtc / react-native-webrtc-web-shim
Web Shim for React Native WebRTC
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-webrtc%2Freact-native-webrtc-web-shim
PURL: pkg:github/react-native-webrtc/react-native-webrtc-web-shim
Stars: 29
Forks: 14
Open issues: 4
License: mit
Language: JavaScript
Size: 653 KB
Dependencies parsed at: Pending
Created at: almost 5 years ago
Updated at: 2 months ago
Pushed at: about 1 year ago
Last synced at: 2 months ago
v1.0.7
v1.0.7
This is a quick hotfix release.
The next major release will focus on TypeScript support and fixing any outstanding issues.
Thanks @hackable, @ericlyoung and @gavrilikhin-d for the reports and patch.
Commits:
- Fixed undefined window issue occuring on some platforms. 7a13fbe
https://github.com/react-native-webrtc/react-native-webrtc-web-shim/compare/v1.0.6...v1.0.7
Download
v1.0.6
v1.0.6
This release includes a few small changes and a major fix.
Audio on the web based RTCView should no longer be muted by default.
Some dependencies have been nugged upwards.
Node 18 will become default in a future update but until then Node 16 lives to die another day.
The following new API objects have been added -> RTCRtpTransceiver, RTCRtpReceiver, RTCRtpSender
Thanks @vlingo8888 and @MehmetKaplan for the report and helping test.
Commits:
- Audio fix and API update. 43d1247
https://github.com/react-native-webrtc/react-native-webrtc-web-shim/compare/v1.0.5...v1.0.6
Download
v1.0.5
v1.0.5
This release fixes a peer issue which resulted in an installation failure.
The browser testing has been officially removed.
There are plans to re-introduce testing in the future.
Commits:
- Fix peer issue/cleanup things to reintroduce later. b1e1de2
https://github.com/react-native-webrtc/react-native-webrtc-web-shim/compare/v1.0.4...v1.0.5
Download
v1.0.4
v1.0.4
This release brings compatibility up to the latest React-Native version.
The browser testing needs updating and will be fixed, replaced or removed in the future.
Commits:
- Quick fixup to make the module useful again. 6a56d5f
https://github.com/react-native-webrtc/react-native-webrtc-web-shim/compare/v1.0.3...v1.0.4
Download
v1.0.3
v1.0.3
- update readme headline to clarify library purpose, add app badge dc365b2
https://github.com/react-native-webrtc/react-native-webrtc-web-shim/compare/v1.0.2...v1.0.3
Download
v1.0.2
v1.0.2
Commits:
- move demo app to root 874669a
- add shim on _switchCamera to prevent TypeError dbdd7ae
https://github.com/react-native-webrtc/react-native-webrtc-web-shim/compare/v1.0.1...v1.0.2
Download
v1.0.1
v1.0.1
Commits:
- fix KITE charts and stats collection 6514bc1
- add link to Kite dashboard on github pages 41451f0
- publish kite report to github pages c952455
- add sample app and kite tests d95c098
- add config to run kite tests in Github Actions 5a6b867
- add install-peers-cli to handle peer-dependencies, fix versions 1e9df50
- add file list for npm, run prettier, setup lint-staged 3f83dee
- add license 61026bb
- export from index.js, add local build instructions d0b1286
- initial implementation, add prettier and eslint 0acfd25
Download