Skip to content

Releases: voximplant/react-native-voximplant

v1.34.0

15 Jul 17:42
cd3d6c4
Compare
Choose a tag to compare
  • Introduce new APIs to monitor issues that affect call quality:
    • Call.qualityIssues - Instance of a class that may be used to subscribe to call quality issues events.
    • Call.currentQualityIssues - get current status for all quality issues.
  • Fix for #164

v1.33.0

10 Jun 16:46
773ed93
Compare
Choose a tag to compare
  • Update native iOS modules to use Voximplant iOS SDK 2.46.9

v1.32.1

27 Apr 19:29
2a98d83
Compare
Choose a tag to compare

v1.32.0

25 Apr 17:25
f1fc3de
Compare
Choose a tag to compare
  • Update native Android and iOS modules to use Voximplant Android SDK 2.32.4 and Voximplant iOS SDK 2.46.8
  • Fix for #153

v1.31.0

08 Apr 15:34
aabc1d1
Compare
Choose a tag to compare
  • Update native Android and iOS modules to use Voximplant Android SDK 2.32.3 and Voximplant iOS SDK 2.46.7

  • Introduce ClientConfig.forceRelayTraffic option to specify force traffic to go through TURN servers

v1.30.0

25 Mar 11:45
bf3dfc2
Compare
Choose a tag to compare
  • Update native Android and iOS modules to use Voximplant Android SDK 2.32.1 and Voximplant iOS SDK 2.46.4

v1.29.1

17 Mar 18:23
d47b1d3
Compare
Choose a tag to compare
  • Remove unused devDependencies

v1.29.0

14 Mar 19:11
1c98b98
Compare
Choose a tag to compare
  • Update native Android and iOS modules to use Voximplant Android SDK 2.31.0 and Voximplant iOS SDK 2.46.3
  • Introduce new API to get a call duration - Call.getDuration
  • Introduce simulcast feature support for video conference. Simulcast is currently disabled by default, but can be enabled via CallSettings.enableSimulcast parameter.
  • Introduce new APIs to control remote video streams in a video conference call:
  • Introduced Endpoint.VoiceActivityStarted and Endpoint.VoiceActivityStopped API to handle voice activity of an endpoint in a conference call.

v1.28.0

21 Jan 18:09
Compare
Choose a tag to compare
  • Update native Android and iOS modules to use Voximplant Android SDK 2.29.1 and Voximplant iOS SDK 2.46.1
  • Introduce new APIs to restore the connection to the Voximplant Cloud if it was closed due to network issues during a call:
  • Fix for #139
  • Fix for #136
    • Breaking changes for iOS: VIClientModule (native iOS module) is renamed to RNVIClientModule.
      If VIClientModule is used in the application AppDelegate, it is required to change its name in the import statement and API method call

v1.27.1

29 Dec 18:11
Compare
Choose a tag to compare
  • Fix: "attempted to remove more listeners than added" error on RN 0.64 or below