From 0ac72953bf6586cea41a66472b6d7446e89258c6 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:35:12 +0800 Subject: [PATCH] New translations --- en-US/dita/RTC-NG/API/api_player_preloadwithurl.dita | 2 +- ...llback_irtcengineeventhandler_onremoteaudiostatechanged.dita | 2 +- ...llback_irtcengineeventhandler_onremotevideostatechanged.dita | 2 +- .../API/callback_irtcengineeventhandler_onuserjoined.dita | 2 +- .../API/callback_irtcengineeventhandler_onusermuteaudio.dita | 2 +- .../API/callback_irtcengineeventhandler_onusermutevideo.dita | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_player_preloadwithurl.dita b/en-US/dita/RTC-NG/API/api_player_preloadwithurl.dita index e64a419afe7..2015c6d6887 100644 --- a/en-US/dita/RTC-NG/API/api_player_preloadwithurl.dita +++ b/en-US/dita/RTC-NG/API/api_player_preloadwithurl.dita @@ -50,7 +50,7 @@ url - URLs with the rte:// prefix. See for detailed explanations of each field. + URLs with the rte:// prefix. See for detailed explanations of each field. diff --git a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onremoteaudiostatechanged.dita b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onremoteaudiostatechanged.dita index 7dab554c89d..cfad3c71aba 100644 --- a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onremoteaudiostatechanged.dita +++ b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onremoteaudiostatechanged.dita @@ -53,7 +53,7 @@

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.

- 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.
+ 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.
<ph keyref="callback-section-title" /> diff --git a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onremotevideostatechanged.dita b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onremotevideostatechanged.dita index dcd6d035509..18615f5f463 100644 --- a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onremotevideostatechanged.dita +++ b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onremotevideostatechanged.dita @@ -52,7 +52,7 @@

- 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.
+ 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.
<ph keyref="callback-section-title" /> diff --git a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onuserjoined.dita b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onuserjoined.dita index 7057853794e..7cb24c00ace 100644 --- a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onuserjoined.dita +++ b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onuserjoined.dita @@ -34,7 +34,7 @@
  • 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.
  • -
  • 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 人)。
  • +
  • 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.
diff --git a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onusermuteaudio.dita b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onusermuteaudio.dita index 018f03521d7..0250669b81c 100644 --- a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onusermuteaudio.dita +++ b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onusermuteaudio.dita @@ -45,7 +45,7 @@

The SDK triggers this callback when the remote user stops or resumes sending the audio stream by calling the method.

- 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.
+ 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.
<ph keyref="callback-section-title" /> diff --git a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onusermutevideo.dita b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onusermutevideo.dita index 14a4b3165a0..d0f98f35ab0 100644 --- a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onusermutevideo.dita +++ b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onusermutevideo.dita @@ -48,7 +48,7 @@

When a remote user calls 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.

- 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.
+ 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.
<ph keyref="callback-section-title" />