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
defaultCameraparameter inMeetingProvider. - 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_IMMEDIATEand 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
mediaProjectionsupport and required permissions to enable screen sharing on Android Q and above. - Updated
compileSdkVersion,targetSdkVersion, andminSdkVersionfor 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
documentproperty was not found when invoking thesetQualitymethod.
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 :
- Fast Channel Switching – Enables instant transitions between live streams with minimal latency.
- 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()andresumeAllStreams()methods inuseMeeting. - Added
onPausedAllStreamsandonResumedAllStreamsevent listeners.
Docs:
v0.2.0
Release Date : 21st Jan 2025
Change Log :
- Replaced
CONFERENCEwithSEND_AND_RECVandVIEWERwithSIGNALLING_ONLY. - Added
RECV_ONLYfor live streaming. - Enabled seamless role switching using
changeMode()inuseMeeting.
Docs: Quick Start for Interactive Live Streaming
v0.1.19
Release Date : 24th Oct 2024
Change Log :
- Introduced the
useWhiteboardhook 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

