Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New YiCAT updates #3759

Merged
merged 2 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading