From 4041cc086401d6e7301ff4e1bea0f078f4a50c49 Mon Sep 17 00:00:00 2001 From: Cilla-luodan Date: Tue, 10 Oct 2023 17:08:07 +0800 Subject: [PATCH 1/8] add new known issue --- .../RTC 4.x/release-notes/en-US/native/release_android_ng.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md b/markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md index 10e918923e2..32db3c3f936 100644 --- a/markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md +++ b/markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md @@ -1,3 +1,7 @@ +## Known issues and limitations + +Due to the change in screen sharing behavior in Android 14 system, if you switch between landscape and portrait modes during screen sharing using a device with this version, the current screen sharing process will be interrupted, and a popup will appear on the device asking if you want to start screen recording. Once confirmed, you can resume screen sharing. + ## v4.2.3 v4.2.3 was released on September xx, 2023. From ea20aa09991fc1097826881e0578f820d7e9d467 Mon Sep 17 00:00:00 2001 From: jinyu Date: Tue, 10 Oct 2023 18:27:07 +0800 Subject: [PATCH 2/8] Update release_flutter_ng.md --- .../release-notes/en-US/framework/release_flutter_ng.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/markdown/RTC 4.x/release-notes/en-US/framework/release_flutter_ng.md b/markdown/RTC 4.x/release-notes/en-US/framework/release_flutter_ng.md index d3837fbea87..ea1c4d449e9 100644 --- a/markdown/RTC 4.x/release-notes/en-US/framework/release_flutter_ng.md +++ b/markdown/RTC 4.x/release-notes/en-US/framework/release_flutter_ng.md @@ -1,3 +1,7 @@ +## Known issues and limitations + +Due to the change in screen sharing behavior in Android 14 system, if you switch between landscape and portrait modes during screen sharing using a device with this version, the current screen sharing process will be interrupted, and a popup will appear on the device asking if you want to start screen recording. Once confirmed, you can resume screen sharing. + ## v6.2.3 v6.2.3 was released on September xx, 2023. From 261d112a593fe6f79ee5cd02bd8738d2f79f8d28 Mon Sep 17 00:00:00 2001 From: Suri539 Date: Tue, 10 Oct 2023 18:27:44 +0800 Subject: [PATCH 3/8] update unity en release --- .../RTC 4.x/release-notes/en-US/framework/release_unity_ng.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/markdown/RTC 4.x/release-notes/en-US/framework/release_unity_ng.md b/markdown/RTC 4.x/release-notes/en-US/framework/release_unity_ng.md index 1c7f294a3f0..7b33e704b8d 100644 --- a/markdown/RTC 4.x/release-notes/en-US/framework/release_unity_ng.md +++ b/markdown/RTC 4.x/release-notes/en-US/framework/release_unity_ng.md @@ -1,3 +1,7 @@ +## Known issues and limitations + +Due to the change in screen sharing behavior in Android 14 system, if you switch between landscape and portrait modes during screen sharing using a device with this version, the current screen sharing process will be interrupted, and a popup will appear on the device asking if you want to start screen recording. Once confirmed, you can resume screen sharing. + ## v4.2.3 v4.2.3 was released on October xx, 2023. From f6dd02cf972092a45eb1acf6374cd2b1b6467a04 Mon Sep 17 00:00:00 2001 From: Cilla-luodan Date: Wed, 11 Oct 2023 11:25:40 +0800 Subject: [PATCH 4/8] add more --- .../release-notes/en-US/native/release_android_ng.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md b/markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md index 32db3c3f936..08881dae69d 100644 --- a/markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md +++ b/markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md @@ -1,6 +1,10 @@ ## Known issues and limitations -Due to the change in screen sharing behavior in Android 14 system, if you switch between landscape and portrait modes during screen sharing using a device with this version, the current screen sharing process will be interrupted, and a popup will appear on the device asking if you want to start screen recording. Once confirmed, you can resume screen sharing. +Due to changes in the screen sharing behavior of Android 14 system, using devices with this version for screen sharing may encounter the following issues: + +- Switching between landscape and portrait mode during screen sharing can interrupt the current screen sharing process and a window will pop up asking if you want to start recording the screen. Once confirmed, screen sharing can be restarted. + +- When integrating the SDK, setting the Android `targetSdkVersion` to 34 may cause the screen sharing feature to be unavailable or even cause the application to crash. ## v4.2.3 From 295a1cfec4c218f3b2f637d4a9f139b60f79eb09 Mon Sep 17 00:00:00 2001 From: Suri539 Date: Wed, 11 Oct 2023 11:44:45 +0800 Subject: [PATCH 5/8] Update release_unity_ng.md --- .../release-notes/en-US/framework/release_unity_ng.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/markdown/RTC 4.x/release-notes/en-US/framework/release_unity_ng.md b/markdown/RTC 4.x/release-notes/en-US/framework/release_unity_ng.md index 7b33e704b8d..311b6ee8584 100644 --- a/markdown/RTC 4.x/release-notes/en-US/framework/release_unity_ng.md +++ b/markdown/RTC 4.x/release-notes/en-US/framework/release_unity_ng.md @@ -1,6 +1,9 @@ ## Known issues and limitations -Due to the change in screen sharing behavior in Android 14 system, if you switch between landscape and portrait modes during screen sharing using a device with this version, the current screen sharing process will be interrupted, and a popup will appear on the device asking if you want to start screen recording. Once confirmed, you can resume screen sharing. +Due to changes in the screen sharing behavior of Android 14 system, using devices with this version for screen sharing may encounter the following issues: + +- Switching between landscape and portrait mode during screen sharing can interrupt the current screen sharing process and a window will pop up asking if you want to start recording the screen. Once confirmed, screen sharing can be restarted. +- When integrating the SDK, setting the Android `targetSdkVersion` to 34 may cause the screen sharing feature to be unavailable or even cause the application to crash. ## v4.2.3 From cb6b1b318bc58c4b15e7541df7126bb4035b821a Mon Sep 17 00:00:00 2001 From: Nero-Hu Date: Wed, 11 Oct 2023 11:47:14 +0800 Subject: [PATCH 6/8] update RN en releasenotes --- .../release-notes/en-US/framework/release_rn_ng.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/markdown/RTC 4.x/release-notes/en-US/framework/release_rn_ng.md b/markdown/RTC 4.x/release-notes/en-US/framework/release_rn_ng.md index b154e04e8b6..c182360329d 100644 --- a/markdown/RTC 4.x/release-notes/en-US/framework/release_rn_ng.md +++ b/markdown/RTC 4.x/release-notes/en-US/framework/release_rn_ng.md @@ -1,3 +1,11 @@ +## Known issues and limitations + +Due to changes in the screen sharing behavior of Android 14 system, using devices with this version for screen sharing may encounter the following issues: + +- Switching between landscape and portrait mode during screen sharing can interrupt the current screen sharing process and a window will pop up asking if you want to start recording the screen. Once confirmed, screen sharing can be restarted. + +- When integrating the SDK, setting the Android `targetSdkVersion` to 34 may cause the screen sharing feature to be unavailable or even cause the application to crash. + ## v4.2.3 v4.2.3 was released on September xx, 2023. From 3efa513f69bdcb6ab847a79a5b71c12faa8e5a7f Mon Sep 17 00:00:00 2001 From: jinyu Date: Wed, 11 Oct 2023 12:05:03 +0800 Subject: [PATCH 7/8] update Flutter release notes --- .../release-notes/en-US/framework/release_flutter_ng.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/markdown/RTC 4.x/release-notes/en-US/framework/release_flutter_ng.md b/markdown/RTC 4.x/release-notes/en-US/framework/release_flutter_ng.md index ea1c4d449e9..a4cd8834ac8 100644 --- a/markdown/RTC 4.x/release-notes/en-US/framework/release_flutter_ng.md +++ b/markdown/RTC 4.x/release-notes/en-US/framework/release_flutter_ng.md @@ -1,6 +1,10 @@ ## Known issues and limitations -Due to the change in screen sharing behavior in Android 14 system, if you switch between landscape and portrait modes during screen sharing using a device with this version, the current screen sharing process will be interrupted, and a popup will appear on the device asking if you want to start screen recording. Once confirmed, you can resume screen sharing. +Due to changes in the screen sharing behavior of Android 14 system, using devices with this version for screen sharing may encounter the following issues: + +- Switching between landscape and portrait mode during screen sharing can interrupt the current screen sharing process and a window will pop up asking if you want to start recording the screen. Once confirmed, screen sharing can be restarted. + +- When integrating the SDK, setting the Android `targetSdkVersion` to 34 may cause the screen sharing feature to be unavailable or even cause the application to crash. ## v6.2.3 From 295820725b4f783a489d1703a3ccdaf2cbb9e889 Mon Sep 17 00:00:00 2001 From: Cilla-luodan Date: Wed, 11 Oct 2023 14:08:55 +0800 Subject: [PATCH 8/8] add title --- .../RTC 4.x/release-notes/en-US/framework/release_flutter_ng.md | 2 ++ markdown/RTC 4.x/release-notes/en-US/framework/release_rn_ng.md | 2 ++ .../RTC 4.x/release-notes/en-US/framework/release_unity_ng.md | 2 ++ .../RTC 4.x/release-notes/en-US/native/release_android_ng.md | 2 ++ 4 files changed, 8 insertions(+) diff --git a/markdown/RTC 4.x/release-notes/en-US/framework/release_flutter_ng.md b/markdown/RTC 4.x/release-notes/en-US/framework/release_flutter_ng.md index a4cd8834ac8..fc5af11fc49 100644 --- a/markdown/RTC 4.x/release-notes/en-US/framework/release_flutter_ng.md +++ b/markdown/RTC 4.x/release-notes/en-US/framework/release_flutter_ng.md @@ -1,5 +1,7 @@ ## Known issues and limitations +**Android 14 screen sharing issue** + Due to changes in the screen sharing behavior of Android 14 system, using devices with this version for screen sharing may encounter the following issues: - Switching between landscape and portrait mode during screen sharing can interrupt the current screen sharing process and a window will pop up asking if you want to start recording the screen. Once confirmed, screen sharing can be restarted. diff --git a/markdown/RTC 4.x/release-notes/en-US/framework/release_rn_ng.md b/markdown/RTC 4.x/release-notes/en-US/framework/release_rn_ng.md index c182360329d..189769d3643 100644 --- a/markdown/RTC 4.x/release-notes/en-US/framework/release_rn_ng.md +++ b/markdown/RTC 4.x/release-notes/en-US/framework/release_rn_ng.md @@ -1,5 +1,7 @@ ## Known issues and limitations +**Android 14 screen sharing issue** + Due to changes in the screen sharing behavior of Android 14 system, using devices with this version for screen sharing may encounter the following issues: - Switching between landscape and portrait mode during screen sharing can interrupt the current screen sharing process and a window will pop up asking if you want to start recording the screen. Once confirmed, screen sharing can be restarted. diff --git a/markdown/RTC 4.x/release-notes/en-US/framework/release_unity_ng.md b/markdown/RTC 4.x/release-notes/en-US/framework/release_unity_ng.md index 311b6ee8584..c2fdecd201a 100644 --- a/markdown/RTC 4.x/release-notes/en-US/framework/release_unity_ng.md +++ b/markdown/RTC 4.x/release-notes/en-US/framework/release_unity_ng.md @@ -1,5 +1,7 @@ ## Known issues and limitations +**Android 14 screen sharing issue** + Due to changes in the screen sharing behavior of Android 14 system, using devices with this version for screen sharing may encounter the following issues: - Switching between landscape and portrait mode during screen sharing can interrupt the current screen sharing process and a window will pop up asking if you want to start recording the screen. Once confirmed, screen sharing can be restarted. diff --git a/markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md b/markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md index 08881dae69d..fcf42f7a137 100644 --- a/markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md +++ b/markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md @@ -1,5 +1,7 @@ ## Known issues and limitations +**Android 14 screen sharing issue** + Due to changes in the screen sharing behavior of Android 14 system, using devices with this version for screen sharing may encounter the following issues: - Switching between landscape and portrait mode during screen sharing can interrupt the current screen sharing process and a window will pop up asking if you want to start recording the screen. Once confirmed, screen sharing can be restarted.