Release Notes - Flutter
This page will keep you updated with all the releases of Flutter SDK.
v1.1.13​
Release Date : 17th July 2024
Change Log :
-
Provided methods to set custom video processors for Android and iOS.
Docs : Android Setup.
Docs : iOS Setup.
-
Provided methods for Virtual Background Effect through
VideoSDKMediaEffects Plugin
in Android and iOS.Docs : Virtual Background.
- If you are using
import 'package:flutter_webrtc/flutter_webrtc.dart'
anywhere in your project change it toimport 'package:videosdk_webrtc/flutter_webrtc.dart'
.
v1.1.12​
Release Date : 31st May 2024
Change Log :
-
Provided getter for selected Audio Output Device as
selectedSpeakerId
.Docs : selectedSpeakerId.
-
Provided Built-In Receiver(Earpiece) support for iOS Devices.
-
Provided
transcription
parameter instartLivestream
method of theRoom
class.Docs : startLivestream.
Bug Fix :
-
Fixed bugs in getters of selected Audio Input(
selectedMicId
) and Video (selectedCamId
) Devices. -
Triggered the
streamdisabled
event of the participant object when a participant leaves the meeting. -
Fixed an issue where users were unable to join meetings without media permissions.
-
Disposed media tracks for the Firefox browser in the
getVideoDevices
andgetAudioDevices
methods.
v1.1.11​
Release Date : 20th May 2024
Change Log :
- Provided Pre-Call Screen features.
-
Provided
getDevices()
method inVideoSDK
class to get list of media input/output devices.Docs : getDevices()
-
Provided
getVideoDevices()
method inVideoSDK
class to get list of camera input devices.Docs : getVideoDevices()
-
Provided
getAudioDevices()
method inVideoSDK
class to get list of audio input devices.Docs : getAudioDevices()
-
Provided
deviceChanged()
event inVideoSDK
class, which gets triggered whenever a media device is connected or removed from the system.Docs : deviceChanged()
-
Provided
requestPermissions()
method inVideoSDK
class to request a media permission.Docs : requestPermissions()
-
Provided
checkPermissions()
method inVideoSDK
class to check status of a media permissions.Docs : checkPermissions()
-
Provided
requestBluetoothPermission()
method inVideoSDK
class to request bluetooth permission.Docs : requestBluetoothPermission()
-
Provided
checkBluetoothPermission()
method inVideoSDK
class to check status of bluetooth permission.Docs : checkBluetoothPermission()
v1.1.10​
Release Date : 6th May 2024
Change Log :
- Added support for post and realtime transcription feature
Bug Fix :
- Fixed an issue related to video and screenShare for firefox browser
v1.1.9​
Release Date : 25th April 2024
Change Log :
- Upgrade internal dependencies.
Bug Fix :
- Fixed voice coming from earpiece issue in iOS.
- Fixed not able to start screenShare issue for android 14
v1.1.8​
Release Date : 5th April 2024
Bug Fix :
- Fixed Rendering issue with Windows Platform.
v1.1.7​
Release Date : 27th Oct 2023
Change Log :
- Added
metaData
property associated withParticipant
to pass additional information. - Added
payload
feature in PubSub to pass additional payload data. - Added
sendOnly
feature to PubSub to Publish data for only Participants mentioned.
v1.1.6​
Release Date : 18th Sep 2023
Bug Fix :
- Fixed issues with mediaConstraints on the arm64-v8a and x86_64 architectures.[below Android version 10]
v1.1.5​
Release Date : 8th Aug 2023
Change Log :
- Internal improvements.
Bug Fix :
- [Web] Fixed audio was missing to remote participant while local participant toggle mic.
v1.1.4​
Release Date : 17th July 2023
Change Log :
- Upgraded internal dependencies
Bug Fix :
- Fixed mic state was inconsistent.
- [Android] Fixed crash issue for below Android 10.
- [Android] Fixed issue with screen share foreground service.
v1.1.3​
Release Date : 2nd June 2023
Bug Fix :
- [Web] Fixed VideoSDK Stats issues with latest chrome browser
v1.1.2​
Release Date : 19th May 2023
Change Log :
-
Added
screenShare
feature support for flutter Windows -
Added
getScreenShareSources()
method for Desktop AppsDocs :
v1.1.1​
Release Date : 16th May 2023
Change Log :
- Added support of screenShare feature for Flutter Web and MacOS platform
v1.1.0​
Release Date : 25th Apr 2023
Change Log :
- Added Beta support for Mac and Windows Platforms
- Added Beta support for Flutter Web Platform
Got a Question? Ask us on discord