Release Notes - Flutter
This page will keep you updated with all the releases of Flutter SDK.
v1.3.0​
Release Date : 22nd Jan 2025
Change Log :
- Deprecated Modes: Replaced
CONFERENCE
withSEND_AND_RECV
andVIEWER
withSIGNALLING_ONLY
. - New Mode: Added
RECV_ONLY
for live streaming, allowing participants to receive media only. - Role Switching: Enabled seamless role switching between
SEND_AND_RECV
(host) andRECV_ONLY
(audience) usingchangeMode()
of Room Class.
Docs: Quick Start for Interactive Live Streaming
v1.2.4​
Release Date : 17th December 2024
Change Log :
-
Added
Events.roomStateChanged
event.Docs : Events.roomStateChanged.
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