Skip to main content
Version: 1.0.x

Release Notes - Flutter

This page will keep you update all the releases of Flutter SDK.

v1.0.12​

Release Date : 24th Mar 2023

Change Log :

  1. pin() added to pin a participant.
  2. unpin() added to unpin a participant.
  3. changeMode() allows the participant to switch mode between CONFERENCE and VIEWER.

v1.0.11​

Release Date : 03rd Mar 2023

Bug Fix :

  • Fixed room not closing if leave() called before meeting is joined.
  • Internal dependencies updated.

v1.0.10​

Release Date : 03rd Jan 2023

Change log :

  1. Added getVideoStats(), getAudioStats() and getShareStats() to get the statistics for the video, audio and share stream of a participant.

    Docs :

v1.0.9​

Release Date : 09th Dec 2022

Change log :

  1. Added support for custom audio and video tracks.

    Docs :

  2. Added recording, live streaming and HLS status events.

    Docs :

  3. Added event for participant notifying the change in video quality.

    Docs :

  4. startHls() and stopHls() methods added.

    Docs :

  5. startRecording() and startLiveStream() updated to accept config values for the feed.

    Docs :

Bug Fix :

  1. Fixed unable to start video or mic after turning them off.

v1.0.8​

Release Date : 25th Nov 2022

Change log :

  1. Provide multistream parameter for sending multiple resolution layers or single resolution layer.

    Docs : Multi Stream


v1.0.7​

Release Date : 18th Nov 2022

Change log :

  1. Updated Gradle Version for Android.

v1.0.6​

Release Date : 1st Nov 2022

Change log :

  1. Added error events for room.

Bug Fix :

  1. Fixed crash on end(), while the room is not joined yet.

v1.0.5​

Release Date : 08th Oct 2022

Change log :

  1. Added support for Screen share in iOS.

v1.0.4​

Release Date : 04th Oct 2022

Change log :

  1. Added method to switch audio output device.

Bug Fix :

  1. Fixed: Error: No named parameter with name printDevLog during the build.

v1.0.3​

Release Date : 13th Sept 2022

Bug Fix :

  1. Fixed issue related to VideoRenderer.onFirstFrameRendered implementation.

v1.0.2​

Release Date : 1st Sept 2022

Bug Fix :

  1. Fixed issue on room ends.
  2. Provide better error message on room left

v1.0.1​

Release Date : 12th Aug 2022

Bug Fix :

  1. Fixed issue on switching camera.

v1.0.0​

Release Date : 10th Aug 2022

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
  4. Changed properties and methods for Room class
  5. Changed methods for Participant class
  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 time.
  2. Fixed issues related to resource consumption.

Got a Question? Ask us on discord