Release Notes
This page will keep you update all the releases of React JS SDK.
v0.1.43
Release Date : 29th July 2022
Change log:
Added
getVideoStats
andgetAudioStats
methods for getting particular participant streams statistics.SDK Reference : getVideoStats
SDK Reference : getAudioStats
Added
onMeetingStateChanged
event for getting state of meeting changes.SDK Reference : onMeetingStateChanged
v0.1.42
Release Date : 23rd July 2022
Change log :
Set Audio packet priority high.
Internal dependency update.
v0.1.41
Release Date : 19th July 2022
Change log :
Recording and Livestream status event added.
Docs : Recording Events
v0.1.37
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 :
Remove googDsp dependency warn.
Resolve
changeWebcam
andchangeMic
customTrack issue.
v0.1.35 & v0.1.36
Release Date : 7th June 2022
Change log : None
Bug Fix :
- Resolve UDP port blocking and video blackout issue.
v0.1.34 & v0.1.33
Release Date : 17th May 2022
Change log :
- Update Internal dependency.
v0.1.32
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.1.31
Release Date : 29th April 2022
Change log :
Applied custom video track on
changeWebcam
method.Applied custom audio track on
changeMic
method.
Bug Fix :
- Resolve Mozila browser (Mac OS) localParticipant Video blackout issue.
v0.1.30
Release Date : 23rd April 2022
Change log :
Release Custom Video track feature
Release Custom Audio track feature
Release Custom Screen Share track feature
v0.1.23
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.1.14
Release Date : 15th January 2022
Change log :
Added
onError
event listener to subscribe to all meeting errors occurring in the SDK.Docs : Error Event
v0.1.13
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