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 :
-
Internal Dependencies updated to latest version.
-
Starting with this version, the minimum iOS deployment target required is
13.0
.
v1.2.2
Release Date : 23rd September 2024
Change Log :
-
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 :
-
Additional required setup for iOS has been added.
Docs : iOS Setup.
-
Removed methods
getMics
,getCameras
andgetAudioOutputDevices
of theRoom
class. -
Changed return type of
createMicrophoneAudioTrack()
andcreateCameraVideoTrack()
methods from CustomTrack to CustomTrack?.Docs : createMicrophoneAudioTrack().
Docs : createCameraVideoTrack().
-
Changed parameter type of
changeMic()
,changeCam()
andswitchAudioDevice()
methods.Docs : changeMic().
Docs : changeCam().
Docs : switchAudioDevice().
-
Improved error handling and emitting more precise errors on the event.
Docs : Error codes.
-
Changed type of post transcription config parameter in
startRecording()
,startHls()
andstartLivesStream()
methods.Docs : startRecording().
Docs : startHls().
Docs : startLivesStream().
-
Changed type of transcription config parameter in
startTranscription()
method.Docs : startTranscription().
-
Provided debugMode parameter in
createRoom()
method for enabling users to view detailed error logs directly on the VideoSDK's dashboard and changed parameter type offacingMode
.Docs : createRoom().
Got a Question? Ask us on discord