Release Notes - Prebuilt
This page will keep you update all the releases of Prebuilt SDK.
0.3.42
Release Date : 29th August 2024
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.
0.3.38
Release Date : 27th Mar 2024
Change log :
- Error logs added :
Constant | Code | Message |
---|---|---|
ERROR_CAMERA_ACCESS_DENIED_OR_DISMISSED | 3017 | Oops! It seems like camera access was denied or dismissed. To proceed, kindly grant access through your browser settings. |
ERROR_MICROPHONE_ACCESS_DENIED_OR_DISMISSED | 3018 | Oops! It seems like microphone access was denied or dismissed. To proceed, kindly grant access through your browser settings. |
ERROR_CAMERA_PERMISSION_DENIED_BY_OS | 3019 | Camera permission denied by OS system settings. Please check the system settings and grant permission for this browser. |
ERROR_MICROPHONE_PERMISSION_DENIED_BY_OS | 3020 | Microphone permission denied by OS system settings. Please check the system settings and grant permission for this browser. |
ERROR_CAMERA_NOT_FOUND | 3021 | Please ensure your camera is connected and turned on, and that the camera driver is installed and up-to-date. |
ERROR_MICROPHONE_NOT_FOUND | 3022 | Please ensure your microphone is connected and turned on. |
ERROR_CAMERA_IN_USE | 3023 | The camera is being used by another application. Please close any programs utilizing the camera, such as video conferencing tools, screen recording software, or other browsers. Restart your browser and attempt again. |
ERROR_MICROPHONE_IN_USE | 3024 | The microphone is being used by another application. Please close any programs utilizing the microphone, such as video conferencing tools, screen recording software, or other browsers. Restart your browser and attempt again. |
ERROR_CAMERA_PERMISSION_OR_AUTOPLAY_ISSUE | 3025 | It seems like there's an issue with camera permission or video autoplay, you can check out this link for details: http://tinyurl.com/autoplay-issue |
ERROR_VIDEO_SOURCE_INITIATION_FAILED | 3026 | Unable to initiate video source. Please verify browser settings for video permissions. |
ERROR_WEBCAM_TRACK_ENDED | 3027 | Webcam track has ended or the webcam is disconnected. Please ensure your webcam is properly connected and try restarting it. |
ERROR_MICROPHONE_TRACK_ENDED | 3028 | Microphone track has ended or the microphone is disconnected. Please check your microphone connection and try again. |
ERROR_INVALID_CUSTOM_VIDEO_TRACK | 3029 | The provided custom video track is invalid; reverting to the default video track. Please ensure that the video track meets the required specifications. |
ERROR_INVALID_CUSTOM_AUDIO_TRACK | 3030 | The provided custom audio track is invalid; reverting to the default audio track. Please ensure that the audio track meets the required specifications. |
ERROR_CUSTOM_VIDEO_TRACK_ENDED | 3031 | The provided custom video track is in an ended state. Please verify the video track's status, and try again. |
ERROR_CUSTOM_AUDIO_TRACK_ENDED | 3032 | The provided custom audio track is in an ended state. Please verify the audio track's status, and try again. |
ERROR_CAMERA_ACCESS_UNAVAILABLE | 3033 | Camera access unavailable: Please ensure your device is compatible and that you're on a secure website (https://). |
ERROR_MICROPHONE_ACCESS_UNAVAILABLE | 3034 | Microphone access unavailable: Please ensure your device is compatible and that you're on a secure website (https://). |
ERROR_ACTION_PERFORMED_BEFORE_MEETING_JOINED | 3035 | Oops! Something went wrong. The room was in a connecting state, and during that time, an action encountered an issue. Please try again after joining a meeting. |
MAX_SPEAKER_LIMIT_REACHED_ON_ORGANIZATION | 4026 | You have reached max speaker limit on organization. To increase contact at support@videosdk.live |
MAX_VIEWER_LIMIT_REACHED_ON_ORGANIZATION | 4027 | You have reached max viewer limit on organization. To increase contact at support@videosdk.live |
MAX_RECORDING_LIMIT_REACHED_ON_ORGANIZATION | 4028 | You have reached max limit of recording on organization. To increase contact at support@videosdk.live |
MAX_HLS_LIMIT_REACHED_ON_ORGANIZATION | 4029 | You have reached max limit of hls on organization. To increase contact at support@videosdk.live |
MAX_LIVESTREAM_LIMIT_REACHED_ON_ORGANIZATION | 4030 | You have reached max limit of livestream on organization. To increase contact at support@videosdk.live |
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.
0.3.37
Release Date : 31st Oct 2023
Change log :
- HLS Player Improvements
v0.3.36
Release Date : 31st Oct 2023
Change log :
-
moreOptionsEnabled
param added for show/hide More Option Tabpanel.Docs :
moreOptionsEnabled
v0.3.31
Release Date : 5th July 2023
Change log :
- Internal improvements
v0.3.30
Release Date : 15th May 2023
Change log :
-
toggleVirtualBackground
parameter added inpermissions
object.Docs :
toggleVirtualBackground
-
Microphone dropdown now includes a speaker list.
v0.3.29
Release Date : 27th February 2023
Change log :
-
multistream
parameter added invideoConfig
object.Docs : Audio/Video Config
v0.3.25
Release Date : 20th February 2023
Change log :
-
Mirror your camera view from
Change Webcam
menu in topbar. -
Change incoming video resolution to SD or HD. You can find this options in
Configuration
panel. -
Support of custom configuartion in custom track of video, audio and screenShare.
Docs : Audio/Video Config
-
Get the notification when you switch the networks or become disconnected from the meeting.
v0.3.23
Release Date : 17th November 2022
Change log :
-
If
maintainLandscapeVideoAspectRatio
is set to true , then it will maintain aspect ratio of webcam streams for all participants inside all meeting layouts. -
By passing the
networkBarEnabled
true, you can see a network icon on the top right corner of the video feed where you can inspect data like latency, jitter, packet loss, bitrate etc.
v0.3.22
Release Date : 16th November 2022
Change log :
- In
VIEWER
mode, the participant joining limit has been increased to 100.
v0.3.21
Release Date : 3rd October 2022
Change log :
-
Virtual Background (BETA)
andAI Noise Removal (BETA)
added.Docs : Virtual Background
Docs : AI Noise Removal
v0.3.20
Release Date : 23rd September 2022
Change log :
Activities
Tab has been renamed toMore Options
.- Whiteboard and Add Live Stream has been moved into
More Options
. - In Participant Tab, Media permission icon list has been redesigned.
v0.3.19
Release Date : 12th September 2022
Change log :
-
Added option to configure themes for Recordings, Livestreaming and HLS
Docs : Change Recording Theme
Docs : Change LiveStreaming Theme
Docs : Change HLS Theme
v0.3.18
Release Date : 9th September 2022
Change log :
-
DARK
andLIGHT
theme added.Docs : Change Theme
-
Activity icon can be hidden by setting
pollEnabled : false
.
v0.3.17
Release Date : 24th August 2022
Change log :
-
Waiting screen customization added
Docs : Waiting screen
-
Provided permission for participant icon button visibility.
-
Provided permission to toggle participant tab panel.
Docs : Toggle Participant Tab Panel
Bug Fix :
In Chat timestamp issue resolved.
v0.3.15
Release Date : 6th August 2022
Change log :
-
While Screen sharing, participant can share audio of their chrome tab.
Docs : Screen Share with Audio
v0.3.14
Release Date : 6th August 2022
Change log :
- Few edge cases have been covered in the poll.
v0.3.13
Release Date : 31st July 2022
Change log :
-
Live Poll (BETA) Release.
-
Any participant can create a poll by passing
canCreatePoll
true. -
Maintain webcam streams aspect ratio config added
maintainVideoAspectRatio
true. -
Participant network status bar provided in Participant grid view.
v0.3.11
Release Date : 28th July 2022
Change log :
- In HLS, for visible player controls you can pass
playerControlsVisible
true. so that participant can view control of player.
v0.3.10
Release Date : 15th July 2022
Change log :
-
HLS can be enabled by any participant with permission
hls.enabled
. -
Participate can toggle other participant's mode by passing
toggleParticipantMode
true. -
HLS can be toggle by any participant with passing
toggleHls
. -
HLS mode added with this parameter
mode
. It can beVIEWER
orCONFERENCE
.
v0.3.8
Release Date : 8th July 2022
Change log :
- Participant can now toggle other participant screenShare if they are having permission
participantCanToogleOtherScreenShare
.
Bug Fix :
- Join screen is now responsive if
title
ormeetingUrl
is not provided.
v0.3.7
Release Date : 5th July 2022
Change log :
-
Add google echoCancellation params during creation of audio stream.
-
Loader Animation added between join screen.
Bug Fix :
- Remove googDsp dependency warn.
v0.3.6
Release Date : 7th June 2022
Change log : None
Bug Fix :
-
Fullscreen model issue resolved.
-
Resolve UDP port blocking and video blackout issue.
v0.3.4
Release Date : 14th May 2022
Change log : None
Bug 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.3.2 & v0.3.3
Release Date : 4th May 2022
Change log :
- Region support added for new meetings.
Bug Fix :
- Mozila browser (Mac OS) Video Control button not working.
v0.3.1
Release Date : 19th March 2022
Change log :
-
Change layout dynamically to all participants.
-
Changing layout will reflect to recorders.
-
Livestream configurations options added.
-
Go Live
button added, so that participant can start live stream while running meeting.
v0.3.0
Release Date : 22nd March 2022
Change log : None
Fix :
- Topbar icons container component code refactoring.
Got a Question? Ask us on discord