agora_rtc_engine 6.5.2
agora_rtc_engine: ^6.5.2 copied to clipboard
Flutter plugin of Agora RTC SDK, allow you to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.
Changelog #
6.5.2 - 2025-05-09 #
Features #
- update dependencies (#2272) (a97726d)
- update dependencies (#2280) (14540c3)
- update dependencies (#2303) (b4bb7bc)
Bug Fixes #
- copy CVPixelBuffer for macOS (#2298) (e17b4f6)
- hold weak ref of RendererDelegate in async task (#2265) (#2271) (3a5a91e)
- refine demo with send multi video stream (#2295) (e7053aa)
- try to fix green screen on intel arch for macOS (#2300) (a6d4d5e)
- Undefined name 'platformViewRegistry'. (#2273) (227bc28)
- unregister video frame delegate in dealloc of TextureRender to a… (#2296) (92c4dbd)
6.5.2 (2025-04-29) #
Features #
Bug Fixes #
6.5.1-rc.1 - 2025-04-11 #
6.5.1 - 2025-03-12 #
Features #
- optimize internal dependencies (#2146) (4afc2ba)
- replace urls of test media files with agora cdn links (#2144) (2fc4715)
- update dependencies (#2209) (f149b40)
Bug Fixes #
- add missed extra link flags to support to enable 16K page size f… (#2143) (2146142)
- catch exception of eventHandler when some unknown error code or … (#2215) (fdfc43b), closes #2210
- crash in texture renderer for ios (pick 06896207 4d484b4d from release/6.3) (#2190) (89cdb5d)
- demo typo in media recorder case (9c36c25)
- disable warning 4819 when build windows (5b9d15e)
- use internal custom_headers (#2145) (fb3ea26)
6.5.0 - 2024-12-10 #
Features #
- Bump minimum supported Flutter SDK >= 3.7.0 (#2001) (3cc945b)
- Upgrade native sdk 4.5.0 (#2087) (cc4ef40)
Bug Fixes #
- [windows] Fix TextureRender crash (#1999) (0edbfe5)
- Fix a potential crash in AgoraVideoView when the app is force quit (#2055) (98e12d7)
- Fix black screen issue in AgoraVideoView caused by incorrect resize handling (#2052) (e9d6bcf)
- Fix potentially NPE in AgoraVideoView (#2035) (2ad4cff)
- Fix some callbacks not fired (#2033) (47ac794)
- support android 15 16k page size (#2043) (3f585c4)
- Suppress R8 missing class com.google.devtools.*.ThrowableExtension for AGP 8.x (#2050) (783c7ef)
- Update minSdkVersion to 21 to Fix NDK Compatibility Issue (#1832) (0024b0a)
6.3.1 - 2024-05-09 #
Features #
Bug Fixes #
- AgoraVideoView crash when dispose after RtcEngine.release (#1585) (cd33120)
- AgoraVideoView takes over the whole browser window (#1717) (0052cc7), closes /github.com/flutter/flutter/issues/143922#issuecomment-1960133128
- Prevent multiple initializations of internal resources when
RtcEngine.initialize
is called simultaneously (#1712) (462cfc3)
6.3.0 - 2024-02-28 #
6.2.4 - 2023-10-23 #
6.2.3 - 2023-10-13 #
6.2.2 - 2023-08-01 #
Features #
Bug Fixes #
- [android] Fix reset the log file in RtcEngine.initialize cause incorrect log file path (#1201) (b437bee)
- [android/ios] Fix crash due to AgoraVideoView.dispose call before RtcEngine.setupxxVideo is completed (#1224) (f50c4e4)
- ArgumentError: Invalid argument(s):
6
is not one of the supported values (25471b8) - Fix MediaRecorder.startRecording return -4 after the previous destroy (76d4dc4)
- Fix VideoViewControllerBaseMixin state in-correct issue (10038b8)
6.2.1 - 2023-06-30 #
Features #
Bug Fixes #
- do not setup native view if the widget is disposed in platform view rendering (8fcadea)
- Fix AgoraVideoView not showing correctly when reusing the same VideoViewController (#1169) (6f79203)
- Fix VideoViewController state not correct when the AgoraVideoView is reused (37e4a21)
- no-op if call RtcEngine.release without calling RtcEngine.initialize directly (95d29ae)
6.1.1+1 - 2023-05-19 #
6.1.1 - 2023-04-28 #
Features #
- [ios] Support render mode and mirror mode for AgoraVideoView with flutter texture rendering (d946eb8)
- [macos] Support render mode and mirror mode for AgoraVideoView … (#847) (64e09ed)
- [windows] Support render mode and mirror mode for AgoraVideoView with flutter texture rendering (#856) (f70a581)
Bug Fixes #
- [windows] fix AgoraVideoView dispose crash due to multithreading (216eb04)
- can not call startDirectCdnStreaming again after stopDirectCdnStreaming (ce9fa44)
- fix _HotRestartFinalizer._onExitPort not be initialized in release build (ab478ae)
- Fix AgoraVideoView not dispose previous renderer when didUpdateWidget called (100c3f8)
- fix crash caused by memory leak when register the raw data observers (#957) (5ad823e)
- fix crash of AgoraVideoView with flutter texture rendering (f9fdca7)
- Fix getNativeHandle not return correctly (ada041f)
- fix hot restart not work (1d9fa0b)
- fix RtcEngine.release be called due to inaccurate app lifecycle callback in add2app scenario (f9e6d26)
- fix setupRemoteVideoEx not call correctly (#909) (ac5900c)
- lazy initialize AgoraVideoView (#905) (d370c67)
- should not mirror the screen sharing (69e2b3c)
6.0.0 - 2022-09-28 #
Release 6.0.0
6.0.0-rc.1 - 2022-09-13 #
6.0.0-beta.2 #
feat: Convert kotlin to java to avoid kotlin version conflict