From a4e3b7bc6354b89d62cbf6ee90b8f6a6d523f315 Mon Sep 17 00:00:00 2001
From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com>
Date: Thu, 22 Aug 2024 15:19:04 +0800
Subject: [PATCH 1/2] New translations
---
.../API/api_irtcengine_adjustaudiomixingvolume.dita | 2 +-
.../API/api_irtcengine_getextensionproperty.dita | 13 +++++++++----
.../API/api_irtcengine_getextensionproperty2.dita | 13 +++++++++----
.../API/api_irtcengine_startaudiomixing2.dita | 1 +
4 files changed, 20 insertions(+), 9 deletions(-)
diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingvolume.dita b/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingvolume.dita
index 635f120ecf9..652093b6312 100644
--- a/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingvolume.dita
+++ b/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingvolume.dita
@@ -27,7 +27,7 @@
This method adjusts the audio mixing volume on both the local client and remote clients.
- This method does not affect the volume of the audio file set in the method.
+ This method does not affect the volume of the audio file set in the method.
Call timing
diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_getextensionproperty.dita b/en-US/dita/RTC-NG/API/api_irtcengine_getextensionproperty.dita
index 815cbdc4afe..27f01aee09b 100644
--- a/en-US/dita/RTC-NG/API/api_irtcengine_getextensionproperty.dita
+++ b/en-US/dita/RTC-NG/API/api_irtcengine_getextensionproperty.dita
@@ -26,11 +26,16 @@
-
- Details
-
+
+
+ Call timing
+ This method can be called either before or after joining the channel.
+
+
-
+
Parameters
diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_getextensionproperty2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_getextensionproperty2.dita
index 533da393afc..4f2cb6fd689 100644
--- a/en-US/dita/RTC-NG/API/api_irtcengine_getextensionproperty2.dita
+++ b/en-US/dita/RTC-NG/API/api_irtcengine_getextensionproperty2.dita
@@ -51,11 +51,16 @@
MediaSourceType type = MediaSourceType.unknownMediaSource});
-
- Details
-
+
+
+ Call timing
+ This method can be called either before or after joining the channel.
+
+
-
+
Parameters
diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing2.dita
index 30794894f5b..7de5a2a6fa7 100644
--- a/en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing2.dita
+++ b/en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing2.dita
@@ -50,6 +50,7 @@
Restrictions
+ - 使用该方法播放时长较短的音效文件可能会导致播放失败。 如需播放音效文件,建议使用 。
- If you need to call this method multiple times, ensure that the time interval between calling this method is more than 500 ms.
- On Android, there are following considerations:
- To use this method, ensure that the Android device is v4.2 or later, and the API version is v16 or later.
From 28ea0917ab5a464b6cffce4040538ea0b4b3bd13 Mon Sep 17 00:00:00 2001
From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com>
Date: Fri, 23 Aug 2024 11:09:34 +0800
Subject: [PATCH 2/2] New translations
---
.../dita/RTC-NG/API/api_irtcengine_adjustaudiomixingvolume.dita | 2 +-
en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing2.dita | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingvolume.dita b/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingvolume.dita
index 652093b6312..3428a2a59bc 100644
--- a/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingvolume.dita
+++ b/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingvolume.dita
@@ -27,7 +27,7 @@
This method adjusts the audio mixing volume on both the local client and remote clients.
- This method does not affect the volume of the audio file set in the method.
+ This method does not affect the volume of the audio file set in the method.
Call timing
diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing2.dita
index 7de5a2a6fa7..dae0c085bcb 100644
--- a/en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing2.dita
+++ b/en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing2.dita
@@ -50,7 +50,7 @@
Restrictions
- - 使用该方法播放时长较短的音效文件可能会导致播放失败。 如需播放音效文件,建议使用 。
+ - If you call this method to play short sound effect files, you may encounter playback failure. Agora recommends using instead to play such files.
- If you need to call this method multiple times, ensure that the time interval between calling this method is more than 500 ms.
- On Android, there are following considerations:
- To use this method, ensure that the Android device is v4.2 or later, and the API version is v16 or later.