Skip to main content
Version: 0.x.x

Release Notes - React Native

This page will keep you updated on all the releases of React Native SDK.

v0.4.2

Release Date : 29th October 2025

Improvement :

  • Made compatible with React Native 0.82+ and Expo SDK 54+.

v0.4.1

Release Date : 14th October 2025

Bug Fixes:

  • Resolved an issue with the defaultCamera parameter in MeetingProvider.
  • Fixed the behavior of changeWebcam() to handle cases where no parameter is provided.

v0.4.0

Release Date : 29th Sep 2025

Change Log :

  • Added support for screen share audio on Android.

Bug Fixes:

  • Resolved crashes related to FOREGROUND_SERVICE_IMMEDIATE and security vulnerabilities during screen share on Android.
  • Fixed initialization of the key provider for E2EE.
  • Corrected an issue where meeting statistics were not emitted on Android devices.

Docs:


v0.3.12

Release Date : 9th August 2025

Change Log :

  • Introduced a new custom track profile h360p_w640p_150kbps, optimized for low-bitrate consumption at 360p resolution.

v0.3.9

Release Date : 25th July 2025

Bug Fixes:

  • Resolved conflicts between WebRTC versions on the React Native iOS side.

v0.3.8

Release Date : 15th July 2025

Bug Fixes:

  • Added proper mediaProjection support and required permissions to enable screen sharing on Android Q and above.
  • Updated compileSdkVersion, targetSdkVersion, and minSdkVersion for full compatibility with Android API level 34.

v0.3.7

Release Date : 25th June 2025

Change Log :

  • Resolved a dependency issue causing failures in locating the library com.github.jiangdongguo.AndroidUSBCamera:libausbc:3.3.3.

v0.3.6

Release Date : 18th June 2025

Change Log :

  • Fixed an error where the document property was not found when invoking the setQuality method.

v0.3.5

Release Date : 13th June 2025

Change Log :

  • Added PiP support for iOS.

Docs:


v0.3.4

Release Date : 20th May 2025

Change Log :

  1. Fast Channel Switching – Enables instant transitions between live streams with minimal latency.
  2. Media Relay Support – Allows hosts to share their media with other live streams for collaborative broadcasts.

Docs:


v0.3.1

Release Date : 24th April 2025

Change Log :

  • Added support for End-to-End Encryption (E2EE) to ensure secure media transmission between participants.

Docs: E2EE


v0.3.0

Release Date : 21st April 2025

Change Log :

  • Added pauseAllStreams() and resumeAllStreams() methods in useMeeting.
  • Added onPausedAllStreams and onResumedAllStreams event listeners.

Docs:


v0.2.0

Release Date : 21st Jan 2025

Change Log :

  • Replaced CONFERENCE with SEND_AND_RECV and VIEWER with SIGNALLING_ONLY.
  • Added RECV_ONLY for live streaming.
  • Enabled seamless role switching using changeMode() in useMeeting.

Docs: Quick Start for Interactive Live Streaming


v0.1.19

Release Date : 24th Oct 2024

Change Log :

  • Introduced the useWhiteboard hook for managing collaborative sessions.
  • Removed the default foreground service steps in the base implementation; add the screen share steps if required.

Got a Question? Ask us on discord