From 95f23faa1b5ab50cf50985da81968b36b01c864b Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:28:37 +0800 Subject: [PATCH 1/5] New translations --- en-US/dita/RTC-NG/API/api_player_preloadwithurl.dita | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 864ea9c733f..e64a419afe7 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.
From 9525a4c0dfa3c1a97b572ee90e4e5d5e29147639 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:44:36 +0800 Subject: [PATCH 2/5] New translations --- .../API/api_iaudiodevicemanager_getrecordingdevicemute.dita | 4 +++- .../API/api_iaudiodevicemanager_setrecordingdevicemute.dita | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdevicemute.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdevicemute.dita index 755bb76bf59..b75575b1196 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdevicemute.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdevicemute.dita @@ -17,6 +17,8 @@ virtual int getRecordingDeviceMute(bool *mute) = 0; + UFUNCTION(BlueprintCallable, Category = "Agora|IAudioDeviceManager") + int GetRecordingDeviceMute(bool& mute); abstract getRecordingDeviceMute(): boolean; public abstract bool GetRecordingDeviceMute(); abstract getRecordingDeviceMute(): boolean; @@ -45,4 +47,4 @@
  • : The microphone is unmuted.
  • - \ No newline at end of file + diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setrecordingdevicemute.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setrecordingdevicemute.dita index 4b7d415052a..e128082461e 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setrecordingdevicemute.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setrecordingdevicemute.dita @@ -17,6 +17,8 @@ virtual int setRecordingDeviceMute(bool mute) = 0; + UFUNCTION(BlueprintCallable, Category = "Agora|IAudioDeviceManager") + int SetRecordingDeviceMute(bool mute); abstract setRecordingDeviceMute(mute: boolean): number; public abstract int SetRecordingDeviceMute(bool mute); abstract setRecordingDeviceMute(mute: boolean): number; @@ -44,4 +46,4 @@
  • < 0: Failure. See for details and resolution suggestions.
  • - \ No newline at end of file + From e6d4d6aac651112d74ff2d7302a217f0214cfc65 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:22:04 +0800 Subject: [PATCH 3/5] New translations --- .../dita/RTC-NG/API/api_irtcengine_enableloopbackrecording.dita | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enableloopbackrecording.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enableloopbackrecording.dita index bddbe7e065c..368bd7f4e22 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enableloopbackrecording.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enableloopbackrecording.dita @@ -38,7 +38,7 @@
    • This method applies to the macOS and Windows only.
    • -
    • The macOS system's default sound card does not support recording functionality. As of v4.5.0, when you call this method for the first time, the SDK will automatically install the built-in AgoraALD virtual sound card developed by Agora. After successful installation, the audio routing will automatically switch to the virtual sound card and use it for audio capturing.
    • +
    • The macOS system's default sound card does not support recording functionality. As of v4.5.0, when you call this method for the first time, the SDK will automatically install the built-in AgoraALD virtual sound card developed by Agora. After successful installation, the audio routing will automatically switch to the virtual sound card and use it for audio capturing.
    • You can call this method either before or after joining a channel.
    • If you call the method to disable the audio module, audio capturing will be disabled as well. If you need to enable audio capturing, call the method to enable the audio module and then call the method.
    From 66e784a4e210c51d030fd9ca8523ed64a3b0432f Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:21:19 +0800 Subject: [PATCH 4/5] New translations --- .../API/callback_irtcengineeventhandler_onuserjoined.dita | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0c181ea853a..7057853794e 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. Agora recommends limiting the number of hosts to 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. 建议连麦主播不超过 32 人(其中视频连麦主播不超过 17 人)。
    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 5/5] 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" />