Skip to content

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

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

3.0.13

23 Jun 14:47
Compare
Choose a tag to compare
  • New Method Check if Active Call with UUID #172
  • Add completionHandler for reportNewIncomingCall method #191
  • Fix NSInvalidArgumentException when localizedCallerName is empty #166
  • document removeEventListener #165
  • Fix Video button not working in iOS Lock Screen #171
  • ios: fix reportNewIncomingCall should use fromPushKit #174

3.0.12

23 Jun 14:48
Compare
Choose a tag to compare
  • ios: fix NSPlaceholderDictionary can not be nil #175

3.0.11

23 Jun 14:48
Compare
Choose a tag to compare
  • readme/doc: fix typo and remove duplicated endAllCalls method sections #168
  • Recreate Mark Corner's PR #167
  • Exposed the method reportEndCallWithUUID to handle a cancel VoIP Push Notification to tears down an incoming call #164
  • Pass data from VoIP Notification down to RN #149

3.0.10

23 Jun 14:49
Compare
Choose a tag to compare
  • Return Android setup prompt result #158
  • Fix check on hasPhoneAccount on Android #151

v3.0.9

23 Jun 14:49
Compare
Choose a tag to compare
  • Fix docs for didDisplayIncomingCall #145
  • Fixed typing issue #147
  • Add a troubleshooting note on using a valid uuid #144
  • Add a check for INStartCallIntent.callCapability not available on iOS 13.2 #134