Releases: react-native-webrtc/react-native-callkeep
Releases · react-native-webrtc/react-native-callkeep
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
- Make foreground service compatible with SDK version < 30 #331
- [Android] fix app crash after permissions dialog closed #324
- fix: not to add
didLoadWithEvents
in constructor #315
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
- Android 11 permission support #313
3.1.2
- Fix react native firebase documentation url #309
- Fix potential NullPointerException in hasPermissions #306
- Add new methods to improve calls and phone account #298
- Fix typo in readme #247
- Update index.d.ts #272
3.1.1
- [Android] Split setup into registerPhoneAccount and registerAndroidEvents #242
- Handle issue with JS not initialized on start to fix #107 #205
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
3.0.14
- Separate react native part from rest of Android code #137
- Fix didReceiveOnStartcallAction not working #207