Releases: react-native-webrtc/react-native-callkeep
Releases · react-native-webrtc/react-native-callkeep
Release list
4.1.0
- Audio route to speaker for Android platform #295
- [iOS] Add support for answering incoming call #300
- doc: add note for didLoadWithEvents in readme #333
- Bump ini from 1.3.5 to 1.3.7 in /example #335
- Include calls in recent types #356
- Fix return type on setup #362
- fix: avoid isCallActive returning undefined #364
- feat: add getCalls method for ios only #366
- docs: update readme for react-native-voip-push-notification new link #370
- androidx import #371
- Fixing types #373
- Avoid to check for reachability everytime we make a call #376
4.0.1
4.0.0
- ios: support additional options pass from js #238
- Start a foreground service to be able to get audio on Android 11 bg #321
Please refer to the migration guide.
3.1.4
- Fix android permissions depending on os version #314
3.1.3
3.1.2
3.1.1
3.1.0
This new 3.1.0 may break app using Flutter instead of react-native.
As this library is designed to work for react-native, we have to rethink the way we should wake up the application on Android that also works with Flutter
- Android: Revert wakeUpApplication to use react-native class #234
3.0.15
[Android] BackToForeground when app is killed. #223