File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33--------------------------------------------
4+ [ 114.5735.05] - 2023.09.21
5+
6+ * Upgrade to WebRTC-SDK M114.5735.05
7+ * Use independent threads to process frame encryption/decryption
8+ * Correct handle SIF frame
9+ * Fix a fault tolerance judgment failure
10+
411[ 114.5735.04] - 2023.09.20
512
613* Upgrade to WebRTC-SDK M114.5735.04
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ This library is hosted on Maven Central. To include this library in your project
1010
1111``` gradle
1212 dependencies {
13- implementation 'io.github.webrtc-sdk:android:114.5735.04 '
13+ implementation 'io.github.webrtc-sdk:android:114.5735.05 '
1414 }
1515```
Original file line number Diff line number Diff line change 11GROUP =io.github.webrtc-sdk
2- VERSION_NAME =114.5735.04
2+ VERSION_NAME =114.5735.05
33
44POM_NAME =WebRTC Android SDK
55POM_DESCRIPTION =WebRTC Android SDK
You can’t perform that action at this time.
0 commit comments