Skip to content

Commit bb3cc3e

Browse files
author
zhangwei
committed
feat(android): 4.6.3
1 parent 61a02dc commit bb3cc3e

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

Android/APIExample-Audio/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ android.nonFinalResIds=false
2323
# read enable simple filter section on README first before set this flag to TRUE
2424
simpleFilter = false
2525

26-
rtc_sdk_version = 4.5.3
26+
rtc_sdk_version = 4.6.3

Android/APIExample-Compose/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ kotlin.code.style=official
2222
# thereby reducing the size of the R class for that library
2323
android.nonTransitiveRClass=true
2424

25-
rtc_sdk_version = 4.5.3
25+
rtc_sdk_version = 4.6.3

Android/APIExample/agora-simple-filter/src/main/cpp/AgoraRtcKit/AgoraBase.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2631,6 +2631,7 @@ struct WatermarkConfig {
26312631
enum MultipathMode {
26322632
/**
26332633
* Duplicate mode, the same piece of data is redundantly transmitted over all available paths.
2634+
* @technical preview
26342635
*/
26352636
Duplicate= 0,
26362637
/**

Android/APIExample/agora-stream-encrypt/src/main/cpp/include/agora/AgoraBase.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2631,6 +2631,7 @@ struct WatermarkConfig {
26312631
enum MultipathMode {
26322632
/**
26332633
* Duplicate mode, the same piece of data is redundantly transmitted over all available paths.
2634+
* @technical preview
26342635
*/
26352636
Duplicate= 0,
26362637
/**

Android/APIExample/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ simpleFilter = false
2525
# read enable stream encrypt section on README first before set this flag to TRUE
2626
streamEncrypt = false
2727

28-
rtc_sdk_version = 4.5.3
28+
rtc_sdk_version = 4.6.3

0 commit comments

Comments
 (0)