Flutter SDK Release Notes
0.2.0-alpha.1
tirtc_av_kit: 0.2.0-alpha.1
Added
- Added hardware video decoding support across Android, iOS, and macOS. You can request a decoder preference with
TiRtcVideoOutputOptions.decoderPreference. - Added H.265 and MJPEG video downlink decoding.
- Added audio and video downlink debug snapshots for codec, resolution, and actual decoder facts.
- Added downlink metrics fields for bitrate, packet rate, frame rate, render rate, pending duration, and stutter statistics.
- Added OpenHarmony / HarmonyOS NEXT platform adaptation.
- Added support for Android devices with 16 KB page size.
Changed
- Improved the client example downlink configuration, permission prompts, reconnect handling, and status display.
- Android example artifacts now include only arm64 native libraries.
- Initialization now returns clearer native runtime loading errors.
Fixed
- Fixed platform preview buffer size calculation.
- Fixed audio/video state handling in some reconnect and failure paths.
0.1.0
tirtc_av_kit: ^0.1.0
Added
- Added connection and audio/video capabilities.
- Added Android, iOS, and macOS platform support.