Rate this page:

Changelog

Voximplant Android SDK changelog

3.0.0-beta2 (Jun 6, 2025)

Copy URL

Core (3.0.0-beta2)

  • Improved API to configure and collect SDK logs

  • Improved SDK initialization API:

    • ClientConfig class is removed
    • Intoduce VICore.initialize API to initialize the SDK with the application context
  • Removed the following dependencies:

    • gson
  • Changed sourceCompatibility and targetCompatibility to Java 11

  • Bugfix and stability improvements

Calls (3.0.0-beta2)

  • Improved SDK initialization API:

    • CallManagerConfig class is removed
    • Externally created WebRTC EglBase is now set via VICalls.eglBase property
  • Changed sourceCompatibility and targetCompatibility to Java 11

  • Fixed a crash on processing call/conference statistics

  • Fix: screen sharing preview is mirrored

  • Improvements for video conferences with simulcast enabled

  • Bugfix and stability improvements

Messaging (3.0.0-beta2)

  • Stability improvements

  • Changed sourceCompatibility and targetCompatibility to Java 11

Renderer Compose (3.0.0-beta2)

  • Fixed a crash on rendering the first frame

  • Changed sourceCompatibility and targetCompatibility to Java 11

3.0.0-beta1 (Dec 28, 2023)

Copy URL
  • Voximplant Android SDK BoM (Bill of Materials) and separate libraries for core, calls, and messaging

  • Separate Call and Conference interfaces

  • Composable video renderer component

  • LocalVideoStream can be created and rendered before a call or a conference is started

  • Transformation of an audio call to a video call with onCallUpgradeRequested API

  • Improvements in audio device management, BLUETOOTH_CONNECT permission is no more required for Android 12 and higher

  • Improvements in camera device management