-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Upgrade native sdk 4.4.0 #1841
Open
littleGnAl
wants to merge
12
commits into
main
Choose a base branch
from
dev/native-4.4.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7346ee6 - Browse repository at this point
Copy the full SHA 7346ee6View commit details -
feat: upgrade native sdk dependencies 20240613 (#1842)
Update native sdk dependencies 20240613 native sdk dependencies: ``` 打包助手 6-13 14:28 Packages: implementation 'io.agora.rtc:agora-full-preview:4.4.0-dev.1' 打包助手 6-13 14:28 Packages: implementation 'io.agora.rtc:full-screen-sharing-special:4.4.0-dev.1' 打包助手 6-13 14:28 Packages: pod 'AgoraRtcEngine_macOS_Preview', '4.4.0-dev.1' 打包助手 6-13 14:28 Packages: pod 'AgoraRtcEngine_iOS_Preview', '4.4.0-dev.1' ``` iris dependencies: ``` 打包助手 6-13 14:22 Iris macOS: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240613/mac/iris_4.4.0-dev.1_DCG_Mac_Video_20240613_0213_405.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240613/mac/iris_4.4.0-dev.1_DCG_Mac_Video_Standalone_20240613_0213_405.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240613/mac/iris_4.4.0-dev.1_DCG_Mac_Video_20240613_0213_405_private.zip CDN: https://download.agora.io/sdk/release/iris_4.4.0-dev.1_DCG_Mac_Video_20240613_0213_405.zip https://download.agora.io/sdk/release/iris_4.4.0-dev.1_DCG_Mac_Video_Standalone_20240613_0213_405.zip Cocoapods: pod 'AgoraIrisRTC_macOS', '4.4.0-dev.1' 打包助手 6-13 14:27 Iris Android: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240613/android/iris_4.4.0-dev.1_DCG_Android_Video_20240613_0213_506.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240613/android/iris_4.4.0-dev.1_DCG_Android_Video_Standalone_20240613_0213_506.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240613/android/iris_4.4.0-dev.1_DCG_Android_Video_20240613_0213_506_private.zip CDN: https://download.agora.io/sdk/release/iris_4.4.0-dev.1_DCG_Android_Video_20240613_0213_506.zip https://download.agora.io/sdk/release/iris_4.4.0-dev.1_DCG_Android_Video_Standalone_20240613_0213_506.zip Maven: implementation 'io.agora.rtc:iris-rtc:4.4.0-dev.1' 打包助手 6-13 14:27 Iris iOS: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240613/ios/iris_4.4.0-dev.1_DCG_iOS_Video_Standalone_20240613_0216_412.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240613/ios/iris_4.4.0-dev.1_DCG_iOS_Video_20240613_0216_412.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240613/ios/iris_4.4.0-dev.1_DCG_iOS_Video_20240613_0216_412_private.zip CDN: https://download.agora.io/sdk/release/iris_4.4.0-dev.1_DCG_iOS_Video_Standalone_20240613_0216_412.zip https://download.agora.io/sdk/release/iris_4.4.0-dev.1_DCG_iOS_Video_20240613_0216_412.zip Cocoapods: pod 'AgoraIrisRTC_iOS', '4.4.0-dev.1' 打包助手 6-13 14:27 Iris Windows: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240613/windows/iris_4.4.0-dev.1_DCG_Windows_Video_Standalone_20240613_0213_442.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240613/windows/iris_4.4.0-dev.1_DCG_Windows_Video_20240613_0213_442.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240613/windows/iris_4.4.0-dev.1_DCG_Windows_Video_20240613_0213_442_private.zip CDN: https://download.agora.io/sdk/release/iris_4.4.0-dev.1_DCG_Windows_Video_Standalone_20240613_0213_442.zip https://download.agora.io/sdk/release/iris_4.4.0-dev.1_DCG_Windows_Video_20240613_0213_442.zip ``` > This pull request is trigger by bot, DO NOT MODIFY BY HAND. Co-authored-by: littleGnAl <littleGnAl@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f788d34 - Browse repository at this point
Copy the full SHA f788d34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 934d5e5 - Browse repository at this point
Copy the full SHA 934d5e5View commit details -
feat: upgrade native sdk dependencies 20240624 (#1866)
Update native sdk dependencies 20240624 native sdk dependencies: ``` 打包助手 6-24 15:29 Packages: implementation 'io.agora.rtc:agora-full-preview:4.4.0-dev.4' 打包助手 6-24 15:29 Packages: implementation 'io.agora.rtc:full-screen-sharing-special:4.4.0-dev.4' 打包助手 6-24 15:29 Packages: pod 'AgoraRtcEngine_macOS_Preview', '4.4.0-dev.4' 打包助手 6-24 15:29 Packages: pod 'AgoraRtcEngine_iOS_Preview', '4.4.0-dev.4' ``` iris dependencies: ``` 打包助手 6-24 15:22 Iris iOS: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240624/ios/iris_4.4.0-dev.4_DCG_iOS_Video_Standalone_20240624_0313_421.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240624/ios/iris_4.4.0-dev.4_DCG_iOS_Video_20240624_0313_421.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240624/ios/iris_4.4.0-dev.4_DCG_iOS_Video_20240624_0313_421_private.zip CDN: https://download.agora.io/sdk/release/iris_4.4.0-dev.4_DCG_iOS_Video_Standalone_20240624_0313_421.zip https://download.agora.io/sdk/release/iris_4.4.0-dev.4_DCG_iOS_Video_20240624_0313_421.zip Cocoapods: pod 'AgoraIrisRTC_iOS', '4.4.0-dev.4' 打包助手 6-24 15:24 Iris macOS: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240624/mac/iris_4.4.0-dev.4_DCG_Mac_Video_20240624_0313_413.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240624/mac/iris_4.4.0-dev.4_DCG_Mac_Video_Standalone_20240624_0313_413.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240624/mac/iris_4.4.0-dev.4_DCG_Mac_Video_20240624_0313_413_private.zip CDN: https://download.agora.io/sdk/release/iris_4.4.0-dev.4_DCG_Mac_Video_20240624_0313_413.zip https://download.agora.io/sdk/release/iris_4.4.0-dev.4_DCG_Mac_Video_Standalone_20240624_0313_413.zip Cocoapods: pod 'AgoraIrisRTC_macOS', '4.4.0-dev.4' 打包助手 6-24 15:26 Iris Android: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240624/android/iris_4.4.0-dev.4_DCG_Android_Video_Standalone_20240624_0313_516.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240624/android/iris_4.4.0-dev.4_DCG_Android_Video_20240624_0313_516.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240624/android/iris_4.4.0-dev.4_DCG_Android_Video_20240624_0313_516_private.zip CDN: https://download.agora.io/sdk/release/iris_4.4.0-dev.4_DCG_Android_Video_Standalone_20240624_0313_516.zip https://download.agora.io/sdk/release/iris_4.4.0-dev.4_DCG_Android_Video_20240624_0313_516.zip Maven: implementation 'io.agora.rtc:iris-rtc:4.4.0-dev.4' 打包助手 6-24 15:29 Iris Windows: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240624/windows/iris_4.4.0-dev.4_DCG_Windows_Video_20240624_0313_450.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240624/windows/iris_4.4.0-dev.4_DCG_Windows_Video_Standalone_20240624_0313_450.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240624/windows/iris_4.4.0-dev.4_DCG_Windows_Video_20240624_0313_450_private.zip CDN: https://download.agora.io/sdk/release/iris_4.4.0-dev.4_DCG_Windows_Video_20240624_0313_450.zip https://download.agora.io/sdk/release/iris_4.4.0-dev.4_DCG_Windows_Video_Standalone_20240624_0313_450.zip ``` > This pull request is trigger by bot, DO NOT MODIFY BY HAND. Co-authored-by: littleGnAl <littleGnAl@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0b5faec - Browse repository at this point
Copy the full SHA 0b5faecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ccccf6 - Browse repository at this point
Copy the full SHA 4ccccf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 773d8b4 - Browse repository at this point
Copy the full SHA 773d8b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7190d78 - Browse repository at this point
Copy the full SHA 7190d78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97fdec1 - Browse repository at this point
Copy the full SHA 97fdec1View commit details -
feat: upgrade native sdk dependencies 20240813 (#1951)
Update native sdk dependencies 20240813 native sdk dependencies: ``` implementation 'io.agora.rtc:full-sdk:4.4.0' implementation 'io.agora.rtc:full-screen-sharing:4.4.0' pod 'AgoraRtcEngine_iOS', '4.4.0' pod 'AgoraRtcEngine_macOS', '4.4.0' ``` iris dependencies: ``` 打包助手 8-7 22:01 Iris macOS: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240807/mac/iris_4.4.0-build.2_DCG_Mac_Video_20240807_0951_452.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240807/mac/iris_4.4.0-build.2_DCG_Mac_Video_Standalone_20240807_0951_452.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240807/mac/iris_4.4.0-build.2_DCG_Mac_Video_20240807_0951_452_private.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240807/mac/iris_4.4.0-build.2_DCG_Mac_Video_20240807_0951_452_xdump.zip CDN: https://download.agora.io/sdk/release/iris_4.4.0-build.2_DCG_Mac_Video_20240807_0951_452.zip https://download.agora.io/sdk/release/iris_4.4.0-build.2_DCG_Mac_Video_Standalone_20240807_0951_452.zip Cocoapods: pod 'AgoraIrisRTC_macOS', '4.4.0-build.2' 打包助手 8-7 22:02 Iris iOS: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240807/ios/iris_4.4.0-build.2_DCG_iOS_Video_20240807_0951_477.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240807/ios/iris_4.4.0-build.2_DCG_iOS_Video_Standalone_20240807_0951_477.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240807/ios/iris_4.4.0-build.2_DCG_iOS_Video_20240807_0951_477_private.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240807/ios/iris_4.4.0-build.2_DCG_iOS_Video_20240807_0951_477_xdump.zip CDN: https://download.agora.io/sdk/release/iris_4.4.0-build.2_DCG_iOS_Video_20240807_0951_477.zip https://download.agora.io/sdk/release/iris_4.4.0-build.2_DCG_iOS_Video_Standalone_20240807_0951_477.zip Cocoapods: pod 'AgoraIrisRTC_iOS', '4.4.0-build.2' 打包助手 8-7 22:05 Iris Windows: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240807/windows/iris_4.4.0-build.2_DCG_Windows_Video_Standalone_20240807_0951_486.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240807/windows/iris_4.4.0-build.2_DCG_Windows_Video_20240807_0951_486.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240807/windows/iris_4.4.0-build.2_DCG_Windows_Video_20240807_0951_486_private.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240807/windows/iris_4.4.0-build.2_DCG_Windows_Video_20240807_0951_486_xdump.zip CDN: https://download.agora.io/sdk/release/iris_4.4.0-build.2_DCG_Windows_Video_Standalone_20240807_0951_486.zip https://download.agora.io/sdk/release/iris_4.4.0-build.2_DCG_Windows_Video_20240807_0951_486.zip 打包助手 8-7 22:05 Iris Android: Artifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240807/android/iris_4.4.0-build.2_DCG_Android_Video_Standalone_20240807_0951_576.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240807/android/iris_4.4.0-build.2_DCG_Android_Video_20240807_0951_576.zip PrivateArtifactory: https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240807/android/iris_4.4.0-build.2_DCG_Android_Video_20240807_0951_576_private.zip https://artifactory-api.bj2.agoralab.co/artifactory/CSDC_repo/EP/4.4/20240807/android/iris_4.4.0-build.2_DCG_Android_Video_20240807_0951_576_xdump.zip CDN: https://download.agora.io/sdk/release/iris_4.4.0-build.2_DCG_Android_Video_Standalone_20240807_0951_576.zip https://download.agora.io/sdk/release/iris_4.4.0-build.2_DCG_Android_Video_20240807_0951_576.zip Maven: implementation 'io.agora.rtc:iris-rtc:4.4.0-build.2' ``` > This pull request is trigger by bot, DO NOT MODIFY BY HAND. Co-authored-by: littleGnAl <littleGnAl@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 47af298 - Browse repository at this point
Copy the full SHA 47af298View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c23782f - Browse repository at this point
Copy the full SHA c23782fView commit details
Commits on Sep 5, 2024
-
feat: Bump minimum supported Flutter SDK >= 3.0.0 (#1996)
Bump minimum supported Flutter SDK >= 3.0.0 to allow us to reduce the maintenance cost.
Configuration menu - View commit details
-
Copy full SHA for 9d81117 - Browse repository at this point
Copy the full SHA 9d81117View commit details -
Configuration menu - View commit details
-
Copy full SHA for 932e74d - Browse repository at this point
Copy the full SHA 932e74dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.