Skip to main content
Version: 1.2.x

Release Notes - Flutter

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

v1.2.3

Release Date : 24th October 2024

Change Log :

  1. Internal Dependencies updated to latest version.

  2. Starting with this version, the minimum iOS deployment target required is 13.0.

v1.2.2

Release Date : 23rd September 2024

Change Log :

  1. Provided Methods and Events for Managing the Whiteboard

    Docs : Start/Stop Whiteboard.

    Docs : Render Whiteboard.

v1.2.0

Release Date : 7th August 2024

Change Log :

  1. Additional required setup for iOS has been added.

    Docs : iOS Setup.

  2. Removed methods getMics, getCameras and getAudioOutputDevices of the Room class.

  3. Changed return type of createMicrophoneAudioTrack() and createCameraVideoTrack() methods from CustomTrack to CustomTrack?.

    Docs : createMicrophoneAudioTrack().

    Docs : createCameraVideoTrack().

  4. Changed parameter type of changeMic(), changeCam() and switchAudioDevice() methods.

    Docs : changeMic().

    Docs : changeCam().

    Docs : switchAudioDevice().

  5. Improved error handling and emitting more precise errors on the event.

    Docs : Error codes.

  6. Changed type of post transcription config parameter in startRecording(), startHls() and startLivesStream() methods.

    Docs : startRecording().

    Docs : startHls().

    Docs : startLivesStream().

  7. Changed type of transcription config parameter in startTranscription() method.

    Docs : startTranscription().

  8. Provided debugMode parameter in createRoom() method for enabling users to view detailed error logs directly on the VideoSDK's dashboard and changed parameter type of facingMode.

    Docs : createRoom().

Got a Question? Ask us on discord


Was this helpful?