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..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_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..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,6 +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.