Release Notes
This page will keep you update all the releases of React Native SDK.
v0.0.32
Release Date : 1st July 2022
Change log :
Add the ViewPort method for better video quality based on view container.
Docs : How to Set Viewport?
Provide Echo Cancellation on the audio stream.
Bug Fix :
- Resolve
changeWebcam
andchangeMic
customTrack issue.
v0.0.30 & v0.0.31
Release Date : 7th June 2022
Change log : None
Bug Fix :
- Resolve UDP port blocking and video blackout issue.
v0.0.28 & v0.0.29
Release Date : 17th May 2022
Change log :
- Update Internal dependency.
v0.0.27
Release Date : 14th May 2022
Change log : None
Bug Fix :
Custom track issue on MeetingProvider config fix.
Throw error when device or browser does not support audio or video communication.
Resolved error
No peers found for the Data consumer
while start recording/ livestream/hls.
v0.0.26
Release Date : 23rd April 2022
Change log :
Release Custom Video track feature
Release Custom Audio track feature
Release Custom Screen Share track feature
v0.0.25
Release Date : 9th March 2022
Change log :
Release Pubsub message feature for text communication.
Docs : How to use Pubsub feature?
Customise recording layout for Cloud Recording / HLS and RTMP out.
SDK Reference : Start Recording
SDK Reference : Start HLS
SDK Reference : Start RTMP
v0.0.24
Release Date : 24th February 2022
Change log :
Added
onError
event listener to subscribe to all meeting errors occurring in the SDK.Docs : Error Event
Update WebRTC dependency.
v0.0.23
Release Date : 10th January 2022
Change log :
Connect Meetings (BETA): This new feature enables you to fetch participant data between two or more meetings and make participants switch meetings.
Switch Meeting : This feature is used for switching participant of one meeting to another meeting.
Add custom participantId in
MeetingProvider
config.SDK Reference : Custom ParticipantId