Skip to content

Commit

Permalink
New translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilla-luodan committed Dec 17, 2024
1 parent 66e784a commit 0ac7295
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/api_player_preloadwithurl.dita
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<parml>
<plentry id="url">
<pt>url</pt>
<pd>URLs with the <codeph>rte://</codeph> prefix. See for detailed explanations of each field<xref keyref="rte-player"/>.</pd>
<pd>URLs with the <codeph>rte://</codeph> prefix. See <xref keyref="rte-player"/> for detailed explanations of each field.</pd>
</plentry>
<plentry props="cpp apple" conkeyref="SetConfigs_Rte/err">
<pt></pt>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</section>
<section id="detailed_desc">
<p id="desc">When the audio state of a remote user (in a voice/video call channel) or host (in a live streaming channel) changes, the SDK triggers this callback to report the current state of the remote audio stream.</p>
<note id="note" type="attention">This callback does not work properly when the number of users (in the communication profile) or hosts (in the live streaming channel) in a channel exceeds 17.</note> </section>
<note id="note" type="attention">This callback does not work properly when the number of users (in the communication profile) or hosts (in the live streaming channel) in a channel exceeds 32.</note> </section>
<section id="parameters">
<title><ph keyref="callback-section-title" /></title>
<parml>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<codeblock props="reserve" outputclass="language-cpp"></codeblock></p>
</section>
<section id="detailed_desc">
<note id="note" type="attention">This callback does not work properly when the number of users (in the communication profile) or hosts (in the live streaming channel) in a channel exceeds 17.</note> </section>
<note id="note" type="attention">This callback does not work properly when the number of users (in the communication profile) or hosts (in the live streaming channel) in a channel exceeds 32.</note> </section>
<section id="parameters">
<title> <ph keyref="callback-section-title" /> </title>
<parml>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<section id="detailed_desc" deliveryTarget="details" otherprops="no-title">
<ul id="detailed_desc_scene">
<li>In a communication channel, this callback indicates that a remote user joins the channel. The SDK also triggers this callback to report the existing users in the channel when a user joins the channel.</li>
<li>In a live-broadcast channel, this callback indicates that a host joins the channel. The SDK also triggers this callback to report the existing hosts in the channel when a host joins the channel. 建议连麦主播不超过 32 人(其中视频连麦主播不超过 17 人)。</li>
<li>In a live-broadcast channel, this callback indicates that a host joins the channel. The SDK also triggers this callback to report the existing hosts in the channel when a host joins the channel. Agora recommends limiting the number of co-hosts to 32, with a maximum of 17 video hosts.</li>
</ul>

</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</dlentry>
</dl>
<p>The SDK triggers this callback when the remote user stops or resumes sending the audio stream by calling the <xref keyref="muteLocalAudioStream" /> method.</p>
<note type="attention">This callback does not work properly when the number of users (in the communication profile) or hosts (in the live streaming channel) in a channel exceeds 17.</note> </section>
<note type="attention">This callback does not work properly when the number of users (in the communication profile) or hosts (in the live streaming channel) in a channel exceeds 32.</note> </section>
<section id="parameters">
<title><ph keyref="callback-section-title" /></title>
<parml>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</dlentry>
</dl>
<p>When a remote user calls <xref keyref="muteLocalVideoStream" /> to stop or resume publishing the video stream, the SDK triggers this callback to report to the local user the state of the streams published by the remote user.</p>
<note type="attention">This callback can be inaccurate when the number of users (in the communication profile) or hosts (in the live streaming profile) in a channel exceeds 17.</note> </section>
<note type="attention">This callback can be inaccurate when the number of users (in the communication profile) or hosts (in the live streaming profile) in a channel exceeds 32.</note> </section>
<section id="parameters">
<title><ph keyref="callback-section-title" /></title>
<parml>
Expand Down

0 comments on commit 0ac7295

Please sign in to comment.