From c9da9567a33849f076201a852019205ce5f3cb35 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:57:17 +0800 Subject: [PATCH 1/5] New translations --- en-US/dita/RTC-NG/release/release_notes.dita | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/en-US/dita/RTC-NG/release/release_notes.dita b/en-US/dita/RTC-NG/release/release_notes.dita index c94ee273986..a0f6fc7c93d 100644 --- a/en-US/dita/RTC-NG/release/release_notes.dita +++ b/en-US/dita/RTC-NG/release/release_notes.dita @@ -27,6 +27,11 @@
  • (27): The window for screen capture has been restored from the minimized state.
  • +
  • 进阶功能查询 +

    该版本新增了 方法,用于查询设备能力是否满足虚拟背景、美颜等进阶功能的使用要求。

    +

    Before using advanced features, you can check whether the current device supports these features based on the call result. This helps to avoid performance degradation or unavailable features when enabling advanced features on low-end devices. Based on the return value of this method, you can decide whether to display or enable the corresponding feature button, or notify the user when the device's capabilities are insufficient.

    +

    此外,自该版本起,启用进阶功能时(例如调用 启用虚拟背景时)SDK 会自动对当前设备能力进行检查,并在设备能力不足时,通过返回错误码 -4: 表示该设备不支持开启该功能。

    +
  • @@ -55,7 +60,7 @@

    -
  • 进阶功能查询 -

    该版本新增了 方法,用于查询设备能力是否满足虚拟背景、美颜等进阶功能的使用要求。

    +
  • Check device support for advanced features

    This version adds the method to check whether the capability of the current device meet the requirenments of the specified advanced feature, such as virtual background and video enhancement.

    Before using advanced features, you can check whether the current device supports these features based on the call result. This helps to avoid performance degradation or unavailable features when enabling advanced features on low-end devices. Based on the return value of this method, you can decide whether to display or enable the corresponding feature button, or notify the user when the device's capabilities are insufficient.

    -

    此外,自该版本起,启用进阶功能时(例如调用 启用虚拟背景时)SDK 会自动对当前设备能力进行检查,并在设备能力不足时,通过返回错误码 -4: 表示该设备不支持开启该功能。

    +

    In addition, since this version, enabling advanced features (such as calling ) automatically triggers a test on the capability of the current device. When the device is considered underperformed, the error code -4: is returned, indicating the device does not support the feature.

  • From c82f8dd4b03effa89e722dcfeabeb68d6163fe33 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:52:03 +0800 Subject: [PATCH 4/5] New translations --- en-US/dita/RTC-NG/release/release_notes.dita | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en-US/dita/RTC-NG/release/release_notes.dita b/en-US/dita/RTC-NG/release/release_notes.dita index 0025dd43288..ad57b53c093 100644 --- a/en-US/dita/RTC-NG/release/release_notes.dita +++ b/en-US/dita/RTC-NG/release/release_notes.dita @@ -27,9 +27,9 @@
  • (27): The window for screen capture has been restored from the minimized state.
  • -
  • Check device support for advanced features

    This version adds the method to check whether the capability of the current device meet the requirenments of the specified advanced feature, such as virtual background and video enhancement.

    +
  • Check device support for advanced features

    This version adds the method to check whether the capability of the current device meet the requirements of the specified advanced feature, such as virtual background and image enhancement.

    Before using advanced features, you can check whether the current device supports these features based on the call result. This helps to avoid performance degradation or unavailable features when enabling advanced features on low-end devices. Based on the return value of this method, you can decide whether to display or enable the corresponding feature button, or notify the user when the device's capabilities are insufficient.

    -

    In addition, since this version, enabling advanced features (such as calling ) automatically triggers a test on the capability of the current device. When the device is considered underperformed, the error code -4: is returned, indicating the device does not support the feature.

    +

    In addition, since this version, calling and automatically triggers a test on the capability of the current device. When the device is considered underperformed, the error code -4: is returned, indicating the device does not support the feature.

  • From 94aa39ed4c56a2e4480f24429de733452352e963 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Thu, 28 Sep 2023 10:13:52 +0800 Subject: [PATCH 5/5] New translations --- en-US/dita/RTC-NG/release/release_notes.dita | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en-US/dita/RTC-NG/release/release_notes.dita b/en-US/dita/RTC-NG/release/release_notes.dita index ad57b53c093..39d1a526c77 100644 --- a/en-US/dita/RTC-NG/release/release_notes.dita +++ b/en-US/dita/RTC-NG/release/release_notes.dita @@ -27,7 +27,7 @@
  • (27): The window for screen capture has been restored from the minimized state.
  • -
  • Check device support for advanced features

    This version adds the method to check whether the capability of the current device meet the requirements of the specified advanced feature, such as virtual background and image enhancement.

    +
  • Check device support for advanced features

    This version adds the method to check whether the capability of the current device meets the requirements of the specified advanced feature, such as virtual background and image enhancement.

    Before using advanced features, you can check whether the current device supports these features based on the call result. This helps to avoid performance degradation or unavailable features when enabling advanced features on low-end devices. Based on the return value of this method, you can decide whether to display or enable the corresponding feature button, or notify the user when the device's capabilities are insufficient.

    In addition, since this version, calling and automatically triggers a test on the capability of the current device. When the device is considered underperformed, the error code -4: is returned, indicating the device does not support the feature.