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.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. Removed methods getMics, getCameras and getAudioOutputDevices of the Room class.

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

    Docs : createMicrophoneAudioTrack().

    Docs : createCameraVideoTrack().

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

    Docs : changeMic().

    Docs : changeCam().

    Docs : switchAudioDevice().

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

    Docs : Error codes.

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

    Docs : startRecording().

    Docs : startHls().

    Docs : startLivesStream().

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

    Docs : startTranscription().

  7. 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?