Releases: react-native-webrtc/react-native-webrtc-web-shim
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
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 pushed 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.
Commits:
- Audio fix and API update. 43d1247
v1.0.5
This release fixed a dependency peer issue which would result in an installation failure.
Browser testing has been officially removed but may be reintroduced in the future.
Thanks @AryanJNayak and @bmatusiak.
Commits:
- Fix peer issue/cleanup things to reintroduce later. b1e1de2
v1.0.4
This release brings compatibility up to the latest React Native version.
The included browser testing will need updating as it doesn't currently function correctly.
Commits:
- Quick fixup to make the module useful again. 6a56d5f
v1.0.3
v1.0.2
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