Skip to content

Commit

Permalink
Merge pull request #3759 from AgoraIO/translation/4.x-api-ref
Browse files Browse the repository at this point in the history
New YiCAT updates
  • Loading branch information
Cilla-luodan authored Aug 23, 2024
2 parents 32e124b + 28ea091 commit 5c6afaf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</section>
<section id="detailed_desc" deliveryTarget="details" otherprops="no-title">
<p>This method adjusts the audio mixing volume on both the local client and remote clients.</p>
<note type="note" props="native unreal bp">This method does not affect the volume of the audio file set in the <xref keyref="playEffect3"/> method.</note>
<note type="note">This method does not affect the volume of the audio file set in the <xref keyref="playEffect3"/> method.</note>
</section>
<section id="timing" deliveryTarget="details">
<title>Call timing</title>
Expand Down
13 changes: 9 additions & 4 deletions en-US/dita/RTC-NG/API/api_irtcengine_getextensionproperty.dita
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,16 @@
<codeblock props="rn" outputclass="language-typescript" />
<codeblock props="flutter" outputclass="language-dart" /> </p>
</section>
<section id="detailed_desc">
<title>Details</title>
<p />
<section id="detailed_desc" deliveryTarget="details" otherprops="no-title"/>
<section id="timing" deliveryTarget="details">
<title>Call timing</title>
<p>This method can be called either before or after joining the channel.</p>
</section>
<section id="restriction" deliveryTarget="details">
<title>Restrictions</title>
<p>None.</p>
</section>
<section id="parameters">
<section id="parameters" deliveryTarget="details">
<title>Parameters</title>
<parml>
<plentry conkeyref="setExtensionProperty/vendor">
Expand Down
13 changes: 9 additions & 4 deletions en-US/dita/RTC-NG/API/api_irtcengine_getextensionproperty2.dita
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,16 @@
MediaSourceType type = MediaSourceType.unknownMediaSource});</codeblock>
<codeblock props="reserve" outputclass="language-cpp"></codeblock></p>
</section>
<section id="detailed_desc">
<title>Details</title>
<p/>
<section id="detailed_desc" deliveryTarget="details" otherprops="no-title"/>
<section id="timing" deliveryTarget="details">
<title>Call timing</title>
<p>This method can be called either before or after joining the channel.</p>
</section>
<section id="restriction" deliveryTarget="details">
<title>Restrictions</title>
<p>None.</p>
</section>
<section id="parameters">
<section id="parameters" deliveryTarget="details">
<title>Parameters</title>
<parml>
<plentry id="vendor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<section id="restriction" deliveryTarget="details">
<title>Restrictions</title>
<ul>
<li>If you call this method to play short sound effect files, you may encounter playback failure. Agora recommends using <xref keyref="playEffect3"/> instead to play such files.</li>
<li>If you need to call this method multiple times, ensure that the time interval between calling this method is more than 500 ms.</li>
<li props="android cpp unreal bp unity rn flutter" id="principle">On Android, there are following considerations:<ul>
<li>To use this method, ensure that the Android device is v4.2 or later, and the API version is v16 or later.</li>
Expand Down

0 comments on commit 5c6afaf

Please sign in to comment.