Skip to content

Commit b4010ce

Browse files
authored
chore: upgrade sdk to build.4 for windows (#2392)
1 parent 8c1a38e commit b4010ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: agora_rtc_engine
22
description: >-
33
Flutter plugin of Agora RTC SDK, allow you to simply integrate Agora Video
44
Calling or Live Video Streaming to your app with just a few lines of code.
5-
version: 6.2.6-sp.426164.b.4
5+
version: 6.2.6-sp.426164.b.5
66
homepage: https://www.agora.io
77
repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main
88
environment:

windows/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ project(${PROJECT_NAME} LANGUAGES CXX)
1212
# not be changed
1313
set(PLUGIN_NAME "agora_rtc_engine_plugin")
1414

15-
set(IRIS_SDK_DOWNLOAD_URL "https://download.agora.io/sdk/release/iris_4.2.6.164-build.3_DCG_Windows_Video_20250715_0950.zip")
16-
set(IRIS_SDK_DOWNLOAD_NAME "iris_4.2.6.164-build.3_DCG_Windows")
15+
set(IRIS_SDK_DOWNLOAD_URL "https://download.agora.io/sdk/release/iris_4.2.6.164-build.4_DCG_Windows_Video_20250719_0619.zip")
16+
set(IRIS_SDK_DOWNLOAD_NAME "iris_4.2.6.164-build.4_DCG_Windows")
1717
set(RTC_SDK_DOWNLOAD_NAME "Agora_Native_SDK_for_Windows_FULL")
1818
set(IRIS_SDK_VERSION "v3_6_2_fix.1")
1919

0 commit comments

Comments
 (0)