? Hooray!! We are the?#1 Product of the Day
? Hooray!! We are the #1 Product of the Day on @ProductHunt ?
— Video SDK (@video_sdk) August 31, 2022
Overwhelmed by all the love and support we’ve received ?
Check it out here: https://t.co/Yjaj8rNhsB#1ProductoftheDay #producthunt #productlaunch #devtools pic.twitter.com/YV9NKKnAeH
Prebuilt SDK
v0.3.17
Change log :
1. Waiting screen customization added
Docs: Waiting screen
2. Provided permission for participant icon button visibility.
Docs: Enabled Participant Tab Panel
3. Provided permission to toggle participant tab panel.
Docs: Toggle Participant Tab Panel
Bug Fix :
1. Timestamp issue in the chat has been resolved.
v0.3.15
Change log :
1. While Screen sharing, participants can share audio of their chrome tab.
Docs: Screen Share with Audio
v0.3.14
Change log :
1. Few edge cases have been covered in the poll.
Javascript SDK
v0.0.49
Change Log:
1. Fixed issues with Custom audio and video tracks.
2. Updated types indicating optional value or not.
Bug Fix :
1. Fix reading s.data on undefined
error.
v0.0.47 & v0.0.44
Change Log:
1. Added support for screenshare with audio.
Docs: Screenshare with Audio
2. Custom audio, video and share track now accepts MediaStream
instead of MediaStreamTrack
.
3. Added types for better IDE support.
React SDK
v0.1.49
Bug Fix :
1. Fix reading s.data on undefined
error.
2. Participant initial audio & video improper state issue fixed.
v0.1.48
Change log:
1. Added getVideoStats
and getAudioStats
methods for getting particular participant streams statistics.
Docs: getVideoStats
Docs: getAudioStats
2. Added onMeetingStateChanged
event for getting the state of the meeting.
Docs: onMeetingStateChanged
v0.1.46
Change log :
1. Set Audio packet priority high.
2. Internal dependency update.
React Native SDK
v0.0.33
Change log :
1. Recording and Livestream status event added.
Docs : Recording Events
2. Set Audio packet priority high.
3. Internal dependency update.
4. Added getVideoStats
and getAudioStats
methods for getting particular participant streams statistics.
5. SDK Reference : getVideoStats
6. SDK Reference : getAudioStats
7. Added onMeetingStateChanged
event for getting state of meeting changes.
8. SDK Reference : onMeetingStateChanged
9. Custom audio, video and share track now accepts MediaStream
instead of MediaStreamTrack
.
10 .Added types for better IDE support.
Bug Fix :
1. Fixed issues with Custom audio and video tracks.
2. Updated types indicating optional value or not.
3. Fix reading s.data on undefined
error.
Android SDK
v0.0.25
Change log :
1. Add onMeetingStateChanged Event Listener for Websocket connection status.
2. Throw PREV_RECORDING_PROCESSING
error.
v0.0.24
Bug Fix :
1. Fixed Echo issue on Xiaomi Device after Unmute and Mute Audio.
Flutter SDK
v1.0.2
Change log:
1. Renamed Meeting
class to Room
class.
2. Changed import file package:videosdk/rtc.dart
to package:videosdk/videosdk.dart
3. Changed events
Events.meetingJoined
toEvents.roomJoined
.Events.meetingLeft
toEvents.roomLeft
.Events.webcamRequested
toEvents.cameraRequested
.
4. Changed properties and methods for Room
class
selectedWebcamId
toselectedCamId
.enableWebcam()
toenableCam()
.disableWebcam()
todisableCam()
.changeWebcam()
tochangeCam()
.getWebcams()
togetCameras()
.
5. Changed methods for Participant
class
enableMic()
tounmuteMic()
disableMic()
tomuteMic()
enableWebcam()
toenableCam()
disableWebcam()
todisableCam()
6. Added VideoSDK.createRoom()
to create VideoSDK Rooms. Use join()
to join VideoSDK Room.
7. Added defaultCameraIndex
option to select default camera for Room
Class.
8. Added micEnabled
property for Room
Class.
9. Added camEnabled
property for Room
Class.
10. Added end()
method for Room
Class.
11. Removed MeetingBuilder
Widget.
Bug Fix :
1. Fixed the issue of joining room (meeting) multiple times.
2. Fixed issues related to resource consumption.
3. Fixed issue on room ends.
4. Remove local participant after calling `end` methods