Skip to content

Releases: react-native-webrtc/react-native-callkeep

4.1.0

22 Mar 13:24
Compare
Choose a tag to compare
  • 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

01 Dec 14:07
Compare
Choose a tag to compare
  • 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

24 Nov 14:27
Compare
Choose a tag to compare
  • 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

11 Nov 22:52
Compare
Choose a tag to compare
  • Fix android permissions depending on os version #314

3.1.3

11 Nov 22:53
Compare
Choose a tag to compare
  • Android 11 permission support #313

3.1.2

11 Nov 14:00
Compare
Choose a tag to compare
  • 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

21 Jul 13:49
Compare
Choose a tag to compare
  • [Android] Split setup into registerPhoneAccount and registerAndroidEvents #242
  • Handle issue with JS not initialized on start to fix #107 #205

3.1.0

06 Jul 20:34
Compare
Choose a tag to compare

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

23 Jun 14:52
Compare
Choose a tag to compare

[Android] BackToForeground when app is killed. #223

3.0.14

23 Jun 14:46
Compare
Choose a tag to compare
  • Separate react native part from rest of Android code #137
  • Fix didReceiveOnStartcallAction not working #207