Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

47 lines (37 loc) · 1.37 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[1.1.0] - 2023-10-17

Added

  • Add support for iceTransportPolicy

[1.0.4] - 2023-05-24

Fixed

  • Add @react-native-async-storage/async-storage within the peerDependencies.

[1.0.3] - 2020-06-29

Fixed

  • Add react-native-get-random-values to solve this issue.

[1.0.2] - 2020-04-02

Fixed

  • Keep trying to reconnect WS in case of network failure - even if it never has been connected.

  • Changed

  • Remove autolinking of native modules in postinstall script.

  • Export TypeScript interfaces for WebRTC call object.

Security

  • Update devDependencies

[1.0.1] - 2019-10-15

Added

  • New methods to manage devices: getDevices(), getVideoDevices(), getAudioInDevices(), getAudioOutDevices().

Deprecated

  • Deprecated getters to retrieve cached values for devices: devices, videoDevices, audioInDevices, audioOutDevices.
  • Deprecated refreshDevices() method to refresh cached devices. Use getDevices() instead.

Fixed

  • Try to re-establish the previous protocol only if the signature has not changed.

[1.0.0] - 2019-06-28

First Release!