Skip to content

Releases: react-native-webrtc/react-native-webrtc-web-shim

v1.0.7

23 Sep 13:24
063d46d
Compare
Choose a tag to compare

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...v1.0.7

v1.0.6

24 Dec 17:01
43d1247
Compare
Choose a tag to compare

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...v1.0.6

v1.0.5

01 Nov 04:41
e5d3ca5
Compare
Choose a tag to compare

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...v1.0.5

v1.0.4

04 Oct 05:36
6a56d5f
Compare
Choose a tag to compare

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.4

v1.0.3

08 Feb 23:28
Compare
Choose a tag to compare

Commits:

  • Update readme headline to clarify library purpose, add app badge. dc365b2

v1.0.2...v1.0.3

v1.0.2

08 Feb 23:21
Compare
Choose a tag to compare

Commits:

  • Move demo app to root. 874669a
  • Add shim on _switchCamera function to prevent TypeError. dbdd7ae

v1.0.1...v1.0.2

v1.0.1

07 Feb 00:10
Compare
Choose a tag to compare

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

98a973f...v1.0.1