videosdk 1.0.2
videosdk: ^1.0.2 copied to clipboard
Video SDK Flutter to simply integrate Audio & Video Calling API or Live Video Streaming API to your app with just a few lines of code.
1.0.2 #
- Fixed issue on room ends.
- Provides reason on room left.
1.0.1 #
- Fixed change webcam issue
1.0.0 #
-
Renamed
Meetingclass toRoomclass. -
Changed import file
package:videosdk/rtc.darttopackage:videosdk/videosdk.dart -
Changed events:
Events.meetingJoinedtoEvents.roomJoinedEvents.meetingLefttoEvents.roomLeftEvents.webcamRequestedtoEvents.cameraRequestedChanged properties and methods forRoomclassselectedWebcamIdtoselectedCamIdenableWebcam()toenableCam()disableWebcam()todisableCam()changeWebcam()tochangeCam()getWebcams()togetCameras()Changed methods forParticipantclassenableMic()tounmuteMic()disableMic()tomuteMic()enableWebcam()toenableCam()disableWebcam()todisableCam()
-
Added
VideoSDK.createRoom()to create VideoSDK Rooms. Usejoin()to join VideoSDK Room. -
Added
defaultCameraIndexoption to select default camera forRoomClass. -
Added
micEnabledproperty forRoomClass. -
Added
camEnabledproperty forRoomClass. -
Added
end()method forRoomClass. -
Removed
MeetingBuilderWidget. -
Fixed the issue of joining room (meeting) multiple time.
-
Fixed issues related to resource consumption.
0.0.14 #
setViewport()added for participant webcam streams
0.0.13 #
- Added support for region wise baseUrls
- Added support for Android 12
- Added support for custom ice-servers
- Performance improvements
0.0.12 #
- iOS mic issue resolved
- entry request event handled
0.0.11 #
- Handle Entry Request
0.0.10 #
- PubSub Message
- custom participnatId
0.0.9 #
- Android Screen Share
- Events Enums
0.0.8 #
- Added fix for Mic / Webcam enable request
0.0.7 #
- Participant can pause or resume all video, audio and shareshare streams.
- Participant can set quality of video stream of other participant.
0.0.6 #
- Participant can request to turn on any participants' webcam or mic and can turn off the same
- Participant can remove another participant from meeting.
0.0.5 #
- livestream, recording, change webcam, active speaker and presenter indication, remote share streams and example code improved
0.0.4 #
- example app, pub description added.
0.0.3 #
- Installation steps added for android in
READMEfile.
0.0.2 #
- Exporting Meeting, Participant, Stream classes and MeetingBuilder widget.
0.0.1 #
- videosdk rtc meeting library initial release.