Releases: videosdk-live/videosdk-rtc-react-prebuilt-ui
v0.3.42
Change log
-
participantNotificationAlertsEnabled param added for show notification when participant join or left the meeting.
-
Poll results now show after launching a poll when the
SHOW RESULTS
button is clicked in the Poll List Tabpanel.
v0.3.41
npm version issue resolved
v0.3.40
Changes made for Redirect on Leave
Real-time transcription added
Real-time transcription parameter added
realtimeTranscription :{
enabled:boolean,
visible:boolean
},
For toggle real-time transcription
permissions: {
//....
toggleRealtimeTranscription:boolean
}
v0.3.38
Bug Fix :
-
Fixed host with permission not able to enable mic, webcam or screen share of remote participants.
-
Fixed edge case where multiple participants attempting screen sharing in a meeting could result in misleading of stream showcase.
v0.3.37
- HLS Player Improvements
v0.3.36
- moreOptionsEnabled param added for show/hide More Option Tabpanel.
v0.3.31
Change log :
Internal improvements
v0.3.8
- Join screen is now responsive if
title
ormeetingUrl
is not provided. - Participant can now toggle other participant screenShare if they are having permission
partcipantCanToogleOtherScreenShare
.
v0.3.7
- Add ViewPort method for better quality.
- Add google echoCancellation params during creation of audio stream.
- Remove googDsp dependency warn.
- Loader Animation added between join screen.
- Fix : Layout issue while passing configuration.