Rate this page:

Changelog

Voximplant Android SDK changelog

2.39.0

Copy URL

2.38.2

Copy URL
  • Fix: 2.38.0 and 2.38.1 versions miss API to handle video receive stop on a remote video stream and its reason

2.38.1

Copy URL
  • Fix: crash while connecting to a Bluetooth device

  • Extend built-in ProGuard rules with gson dependency rules

  • Update SDK dependencies:

    • gson version: 2.10.1

2.38.0

Copy URL
  • The minimum Android SDK version is changed from 16 to 21

  • New dependency: ReLinker 1.4.5

  • Update SDK dependencies:

    • OkHttp version: 3.14.9
    • androidx annotations: 1.7.0
  • Update native webrtc libraries to m112 version

  • Voximplant.getClientInstance now throws ClientException if it has failed to load the native library required for the SDK functionality

2.37.0

Copy URL
  • Gradle 8 is used to build the SDK

  • Introduce new API to handle video receive stop on a remote video stream and its reason (see 2.37.0-beta changelog)

2.37.0-beta

Copy URL

2.35.4

Copy URL
  • Update native webrtc libraries (m106) to support data channels

2.35.3

Copy URL
  • Behavior change: ICallListener.onCallRinging event is invoked only if the callee received the incoming call.

  • Bugfix and stability improvements.

2.35.2

Copy URL
  • Fix: crash while establishing calls on Android versions below 21

  • Fix: ICall.getCallDuration API sometimes returns the current timestamp when the call is disconnected

2.35.1

Copy URL

2.35.0

Copy URL

2.34.0

Copy URL
  • Update native webrtc libraries to m106 version

  • Update SDK dependencies:

    • Gson version: 2.10
    • androidx annotations: 1.5.0

2.33.1

Copy URL
  • Update the SDK compileSdkVersion and targetSdkVersion to 31

  • Fix: IEndpointListener.onEndpointInfoUpdated is invoked in conference calls without the endpoint info changes

  • Add BLUETOOTH_CONNECT permission to AndroidManifest file required for Android 12 or higher. See IAudioDeviceManager documentation for the behavior changes.

  • Voximplant.getMissingPermissions API now checks BLUETOOTH_CONNECT permission for Android 12 or higher.

  • Fix: on Android 12 or higher, Bluetooth devices can be monitored and used for calls if BLUETOOTH_CONNECT permission is granted before a call

2.33.0

Copy URL
  • Improve the connection stability with the Voximplant Cloud

  • Update the SDK compileSdkVersion and targetSdkVersion to 30

  • Introduce InboundVideoStats.fps API

2.32.5

Copy URL

2.32.4

Copy URL
  • Bugfix and stability improvements

2.32.3

Copy URL

2.32.2

Copy URL
  • Fix: IllegalStateException “Wrong thread” on camera stop

2.32.1

Copy URL
  • Improve stability of media connectivity within a call

2.32.0

Copy URL

2.31.1

Copy URL

2.31.0

Copy URL

2.30.1

Copy URL

2.30.0

Copy URL

2.29.1

Copy URL

2.29.0

Copy URL

2.28.1

Copy URL
  • Improve stability of media connectivity within a call

2.28.0

Copy URL

2.27.0

Copy URL
  • Update native webrtc libraries to m93 version

  • Improve media connectivity in p2p mode

  • Fix: crash on start playing an audio file

2.26.0

Copy URL

2.25.2

Copy URL
  • Fix for a crash on setting the display orientation for the camera (affected android devices that do not support Camera2 API)

2.25.1

Copy URL

2.25.0

Copy URL
  • Introduce ClientConfig.enableVideoAdaptation API to specify if outgoing video should be adapted for cpu and network conditions.

  • Fix: IEndpoint.getUserName returns null for the endpoint in an incoming call

  • All methods of RendererEvents interface are default

  • Bugfix and stability improvements

2.24.1

Copy URL
  • Fix: ILocalVideoStream.addVideoRenderer throws ClassCastException if the video renderer is not a SurfaceViewRenderer.

    Known issues:

  • Simulcast feature is not available for incoming conference calls (received from IClientIncomingCallListener.onIncomingCall ). This functionality will be added in next releases.

  • It is not recommended to select a camera resolution higher than 1280x720 for simulcast video conference. Higher resolutions may cause hardware encoder errors and issues with sending video from an android device.

2.24.0

Copy URL

2.23.1

Copy URL
  • Improve the stability of IAudioDeviceManager

  • Fix: not able to select AudioDevice.SPEAKER if both wired and Bluetooth headsets are connected

    Known issues:

  • Simulcast feature is not available for incoming conference calls (received from IClientIncomingCallListener.onIncomingCall ). This functionality will be added in next releases.

  • It is not recommended to select a camera resolution higher than 1280x720 for simulcast video conference. Higher resolutions may cause hardware encoder errors and issues with sending video from an android device.

2.23.0

Copy URL

2.22.0

Copy URL
  • Add support for H264 MediaTek hardware codec

  • Update SDK dependencies:

    • OkHttp version: 3.12.13
    • androidx annotations: 1.2.0
  • Introduce ClientConfig.useHmsForPushNotifications API to specify if Huawei Mobiles Services are used on the device

  • Added some missing nullability annotations

  • Bugfix and stability improvements

2.21.3

Copy URL

2.21.2

Copy URL
  • Fix: crash on call statistics processing

2.21.1

Copy URL

2.21.0

Copy URL
  • Extend WebRTC API with ability to set a TextureFilter for video frames. Available only with ICustomVideoSource.setSurfaceTextureHelper

  • Add built-in ProGuard rules for Voximplant Android SDK.

  • Bugfix and stability improvements

2.20.4

Copy URL

2.20.3

Copy URL
  • Fix: crash on camera switch on the devices with multiple back cameras

  • Add support for H264 hardware codec on Huawei smartphones

  • Update the SDK compileSdkVersion and targetSdkVersion to 29

  • Bugfix and stability improvements

2.20.2

Copy URL

2.20.1

Copy URL

2.20.0

Copy URL

2.19.0

Copy URL
  • Introduce IAudioFile API

  • Bugfix and stability improvements

2.18.0

Copy URL
  • Update SDK dependencies:

    • OkHttp version: 3.12.11
    • gson version: 2.8.6
  • AndroidX migration: 'support-annotations' dependency is replaced with 'androidx.annotation:annotation:1.1.0'

  • Introduce ICall.startScreenSharing API to share screen during a call

  • Introduce ICameraManager.enableCameraFlash API to control camera flash

  • Bugfix and stability improvements

2.17.1

Copy URL

2.17.0.1 (Experimental)

Copy URL
  • New dependency: ReLinker 1.4.1

  • New API (only this version): ClientConfig.useReLinker to load native library using ReLinker instead of standard system call.

2.17.0

Copy URL

2.16.1

Copy URL
  • Bugfix and stability improvements

2.16.0

Copy URL
  • Add ability to send video frames as RGB texture ID via ICustomVideoSource

  • Bugfix and stability improvements

2.15.1

Copy URL
  • Fix: preferred video codec is not selected if it was specified in ICall.answer

  • Bugfix and stability improvements

2.15.0

Copy URL
  • Remove deprecated properties:

    • ClientConfig.enableHWAccelerationForEncoding
    • ClientConfig.enableHWAccelerationForDecoding
    • ClientConfig.provideLocalFramesInByteBuffers
  • Introduce ClientConfig.eglBase property that may be used to render video via third-party renderers

  • Fix: crash on getting multiple conversations via IMessenger.getConversations API

2.14.1

Copy URL
  • Fix: audio mode and focus are not abandoned after a call has ended

2.14.0

Copy URL
  • Legacy API removal. Please clean the project after updating to this version

2.13.0

Copy URL
  • Fix: build issue with Android Gradle plugin 3.5.0

  • Add new dependency: 'support-annotations'

2.12.3

Copy URL
  • Fix for crash while establishing the connection to the Voximplant Cloud with connectivity check option enabled

  • Update the SDK compileSdkVersion and targetSdkVersion to 28

2.12.2

Copy URL

2.12.1

Copy URL
  • Fix to enable video receive after answering a video call with audio only

2.12.0

Copy URL

2.11.3

Copy URL
  • Fix for crash on enabling video during a call if camera permission is not granted

2.11.2

Copy URL
  • Handle possible IllegalArgumentException from android media API while collecting information about supported hardware video codecs.

  • Fix for crash related to IClientSessionListener events occuring after the listener was removed

  • Bugfix and stability improvements

2.11.1

Copy URL
  • Handle possible SecurityException from android Bluetooth API on some devices

2.11.0

Copy URL

2.10.0

Copy URL
  • Voximplant.getMessenger() now always returns IMessenger instance even if the client is not logged in

  • Small Messaging API refactoring: renaming of getters and setters.

  • Fix for IMessengerListener.onError() is not invoked sometimes

  • Update SDK dependency:

    • OkHttp version: 3.12.1 (only for non-compat version)
  • Bugfix and stability improvements

2.9.0

Copy URL
  • New Messaging API

2.8.1

Copy URL
  • Fix for no media issues in some specific network conditions

  • Bugfix and stability improvements

2.8.0

Copy URL
  • Introduce IConversationEvent.getTimestamp() and IMessageEvent.getTimestamp()

  • Fix for QualityIssue.NO_AUDIO_SIGNAL issue detection

  • Fix for call total stats calculation

  • Fix for crash on establishing the connection with the Voximplant Cloud with connectivity check enabled

  • Remove MessengerError enum, messenger error code is now available via MessengerException.getErrorCode()

  • Update SDK dependencies:

    • OkHttp version: 3.11.0 (only for non-compat version)
    • gson version: 2.8.5
  • Faster connection establishment to the Voximplant Cloud

  • Bugfix and stability improvements

2.7.0

Copy URL

2.6.1

Copy URL

2.6.0

Copy URL

2.5.4

Copy URL

2.5.3

Copy URL

2.5.2

Copy URL
  • Introduce ClientConfig.packageName field to specify Android application package name to enable push notifications between different Android applications using a single Voximplant application.

2.5.1

Copy URL

2.5.0

Copy URL

2.4.1

Copy URL
  • Fix for login fail with access token, if previously login was performed via one time key

  • Stability improvements for react-native

2.4.0

Copy URL

2.3.6

Copy URL

2.3.5

Copy URL
  • Introduce RejectMode to manage reject call behavior

  • Fix crashes on emulator

2.3.4

Copy URL
  • Improve stability of connection to Voximplant Cloud

  • Introduce new API for audio device management. Please consider the changes in audio device selection described in IAudioDeviceManager documentation

  • Front facing camera is now mirrored rendering by default. Use ClientConfig.enableCameraMirroring to disable camera mirroring.

  • ClientConfig.enableHWAcceleration option is split into 2 options: for hardware acceleration for encoding and decoding. Both are true by default.

2.3.3

Copy URL

2.3.2

Copy URL
  • Deprecated API: fix for remote video rendering issues after midcall operations in the call with web sdk

  • New API: if the call is on hold, using ICall.receiveVideo() will result in the MEDIA_IS_ON_HOLD error that is reported via completion handler callback

  • New API: introduce new API IClient.getClientState() for checking current client state

  • New API: introduce new login errors: INVALID_STATE and TIMEOUT reported via IClientLoginListener.onLoginFailed API

  • IClient.connect API may throw IllegalStateException in case if attempt to connect was performed in invalid state

  • ICall.start and ICall.answer may throw CallException if RECORD_AUDIO (for audio or video call) and CAMERA (for video call) are not granted

  • New API: introduce ILogListener interface to collect and handle Voximplant Android SDK logs

  • Fix for ICallListener.onLocalVideoStreamRemoved event invocation in case if local video stream was not previously added

  • Calling IClient.disconnect API in disconnected state will invoke IClientSessionListener.onConnectionClosed

2.3.1

Copy URL
  • New API: It is now possible to explicitly specify if video send/receive is required while initiating an outgoing call or accepting incoming call. You can find related changes in the IClient.callTo and ICall.answer

  • Bluetooth audio device support is improved. It is now recommended to enable speakerphone after call is connected

  • New API: Fix for crash on calling ICall.getCallDuration() after the call is disconnected

  • Fix for IClientSessionListener.onConnectionFailed is not invoked in some cases

  • ICall.start API now throws CallException if the call has been already started

2.3.0

Copy URL
  • Messaging API

2.2.6

Copy URL
  • Fix for onCallDisconnected event that was not invoked on emulators and devices without bluetooth support

2.2.5

Copy URL
  • Introduce ICustomVideoSource for alternative video frame source for a call

  • Bluetooth device support

  • Add ability to set custom data on call answer

  • New API: introduce onICECompleted and onICETimeout call events

  • New API: if call is on hold, using ICall.sendVideo() will result in the MEDIA_IS_ON_HOLD error that is reported via the completion handler callback.

  • Dependency update for the upstream (without the -compat prefix) Android SDK, okhttp is updated to version 3.8.1

2.2.4

Copy URL
  • Introduce IAudioFocusChangeListener to monitor and handle audio focus change events

2.2.3

Copy URL
  • Fix for crash on slice height check for texture output

  • Fix for camera is not switched if camera is opening

  • Fix for crash on creating EGL context

2.2.2

Copy URL
  • Deprecated API: fix for video rendering issues, if video renderer is set before video stream is added

2.2.1

Copy URL
  • Fix for audio focus is not abandoned in some cases

  • Deprecated API: fix for crash when call is rejected

  • Fix for crash on adding video renderer

2.2.0

Copy URL
  • Default audio device is changed from speakerphone to earpiece

  • Now all SDK logs are printed under the same tag (VOXSDK) in logcat. So it is easier now to grep them and provide to support team in case of any issues

  • Bugfix and improvements

  • New backward-compatible API. Please note, that you should not use old and new API simultaneously.

  • Experimental h.264 support can be enabled via the new API

  • New -compat version that uses legacy dependencies (like old OKHttp 3.4.1 version)

  • Fix for crash on fallback to software encoder or decoder

  • Hold functionality available via new API

2.1.5

Copy URL
  • Fix for inability to select front camera on call start

2.1.4

Copy URL
  • Add support for early media

  • Multiple call management bugfix and improvements

  • Fix for onCallAudioStarted callback that was not invoked in some case

  • Fix for crash on start to render local video on Samsung s3

2.1.3

Copy URL
  • API changes: add the ability to indicate server name for connection. VoxImplantClient.connect(boolean) is changed to VoxImplantClient.connect(boolean, String)

2.1.2

Copy URL
  • Add the ability for custom video renderer implementation

  • Fix for changing speakerphone mode issues on some android devices

  • Fix for crash on cyclic attempts to reconnect when internet is turned off on android device

  • Improve echo cancellation on Xiaomi Mi Note

  • onCallDisconnected event is received if internet connection is lost during active call

  • API changes: VoxImplantClient.enableDebugLogging() method is removed. Use VoxImplantClientConfig to enable debug logging instead

  • API changes: VoxImplantClient.setAndroidContext(Context, boolean, boolean) is changed to VoxImplantClient.setAndroidContext(Context, VoxImplantClientConfig). All configurations for VoxImplantClient can now be set via VoxImplantClientConfig