All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Add support for iceTransportPolicy
- Add
@react-native-async-storage/async-storage
within thepeerDependencies
.
- Add
react-native-get-random-values
to solve this issue.
-
Keep trying to reconnect WS in case of network failure - even if it never has been connected.
-
Remove autolinking of native modules in postinstall script.
-
Export TypeScript interfaces for WebRTC call object.
- Update devDependencies
- New methods to manage devices:
getDevices()
,getVideoDevices()
,getAudioInDevices()
,getAudioOutDevices()
.
- Deprecated getters to retrieve cached values for devices:
devices
,videoDevices
,audioInDevices
,audioOutDevices
. - Deprecated
refreshDevices()
method to refresh cached devices. UsegetDevices()
instead.
- Try to re-establish the previous protocol only if the signature has not changed.