From a067dbf59e3d71bddaf583b13999b5c8056ee7ff Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Thu, 11 Apr 2024 14:33:13 +0800 Subject: [PATCH 01/23] New translations --- ...udiodevicecollection_getdefaultdevice.dita | 8 +- .../api_iaudiodevicecollection_getdevice.dita | 11 +- ...iodevicemanager_getplaybackdeviceinfo.dita | 10 +- ...odevicemanager_getrecordingdeviceinfo.dita | 10 +- .../API/api_imediaengine_pushaudioframe0.dita | 8 + .../API/api_irtcengine_enableencryption.dita | 10 +- ...api_irtcengine_enableinearmonitoring2.dita | 10 +- .../RTC-NG/API/api_irtcengine_getcallid.dita | 6 +- .../API/api_irtcengine_joinchannel.dita | 5 +- .../API/api_irtcengine_pushaudioframe2.dita | 13 +- ...tcengine_queryscreencapturecapability.dita | 6 +- .../api_irtcengine_setaudioeffectpreset.dita | 2 + ...engine_setcameracapturerconfiguration.dita | 4 +- .../API/api_irtcengine_setcameratorchon.dita | 4 +- .../api_irtcengine_setcamerazoomfactor.dita | 3 +- .../api_irtcengine_startcameracapture.dita | 6 +- ...pi_irtcengine_startdirectcdnstreaming.dita | 4 +- .../API/api_irtcengine_switchcamera.dita | 6 +- ...eventhandler_onconnectionstatechanged.dita | 6 +- ...cengineeventhandler_onencryptionerror.dita | 10 +- .../class_cameracapturerconfiguration.dita | 151 ++++++++++++++---- .../RTC-NG/API/class_channelmediaoptions.dita | 17 +- .../RTC-NG/API/class_encryptionconfig.dita | 71 +++----- .../RTC-NG/API/class_remoteaudiostats.dita | 74 +++++---- .../API/class_segmentationproperty.dita | 2 +- .../API/class_simulcaststreamconfig.dita | 4 +- en-US/dita/RTC-NG/API/class_videocanvas.dita | 57 ++++--- .../API/class_videoencoderconfiguration.dita | 8 +- en-US/dita/RTC-NG/API/enum_errorcodetype.dita | 8 +- .../API/enum_localvideostreamreason.dita | 19 ++- .../dita/RTC-NG/API/enum_mediasourcetype.dita | 4 + .../dita/RTC-NG/API/enum_videocodectype.dita | 4 + .../dita/RTC-NG/API/enum_videosourcetype.dita | 12 +- en-US/dita/RTC-NG/API/rtc_api_data_type.dita | 6 + en-US/dita/RTC-NG/API/rtc_api_overview.dita | 76 ++++++++- 35 files changed, 442 insertions(+), 213 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice.dita index fd0ea0fab1b..9eca48268cd 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice.dita @@ -31,16 +31,14 @@ type - -

The device type. See .

-
+ 输出参数,设备的类型,详见
- + deviceName Output parameter, the name of the system default audio device. The maximum length is . - + deviceId Output parameter, the device ID of the the system default audio device. The maximum length is . diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdevice.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdevice.dita index 9132ba1cd35..89ed8c4d46b 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdevice.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdevice.dita @@ -24,18 +24,21 @@ Future<String> getDevice();

+
+

This method is for Windows and macOS only.

+
Parameters - + index An input parameter. The index of the device. - + deviceName An output parameter. The device name. The maximum length is . - + deviceId An output parameter. The device ID. The maximum length is . @@ -49,4 +52,4 @@

Retrieves the volume of the audio recording device.

- \ No newline at end of file + diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo.dita index 9f05eaa2f73..d0fe9a73f74 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo.dita @@ -2,7 +2,7 @@ <ph keyref="getPlaybackDeviceInfo" /> - Retrieves the audio playback device information associated with the device ID and device name. Retrieves the audio playback device associated with the device ID. + Retrieves the audio playback device associated with the device ID. @@ -31,13 +31,13 @@
Parameters - + deviceId - The device ID of the playback device. The maximum length is . + The device ID of the audio playback device. The maximum length is . - + deviceName - The device name of the playback device. The maximum length is . + 输出参数,播放设备的设备名称。 The maximum length is .
diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo.dita index d442ad77bd5..ca0b6aa4073 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo.dita @@ -2,7 +2,7 @@ <ph keyref="getRecordingDeviceInfo" /> - Retrieves the information of the audio recording device. Retrieves the volume of the audio recording device. + Retrieves the volume of the audio recording device. @@ -31,13 +31,13 @@
Parameters - + deviceId - The device ID of the playback device. The maximum length is . + The device ID of the audio playback device. The maximum length is . - + deviceName - The device name of the playback device. The maximum length is . + 输出参数,播放设备的设备名称。 The maximum length is .
diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita b/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita index 67b8b41e30f..e4fe203baa1 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita @@ -22,6 +22,14 @@ Future<void> pushAudioFrame({required AudioFrame frame, int trackId = 0});

+
+ Details + +

调用该方法推送外部音频数据前,请先进行以下操作:

    +
  1. Call this method to create a custom audio track and get the audio track ID.
  2. +
  3. Call to join the channel. In , set publishCustomAduioTrackId to the audio track ID that you want to publish, and set publishCustomAudioTrack to .
  4. +

+
Parameters diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enableencryption.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enableencryption.dita index cb208ff1ecf..23fe0dce576 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enableencryption.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enableencryption.dita @@ -33,16 +33,16 @@
Parameters - + enabled

Whether to enable built-in encryption:

    -
  • : Enable the built-in encryption.
  • -
  • : Disable the built-in encryption.
  • +
  • : Enable the built-in encryption.
  • +
  • :(默认)关闭内置加密。

- + config Built-in encryption configurations. See . @@ -59,4 +59,4 @@
- \ No newline at end of file + diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita index 78474be5bb4..965b3d6b83e 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita @@ -55,10 +55,12 @@ The audio filter of in-ear monitoring: See . The audio filter of in-ear monitoring:
  • (1 << 0): Do not add an audio filter to the in-ear monitor.
  • -
  • (1 << 1): Add an audio filter to the in-ear monitor. If you implement functions such as voice beautifier and audio effect, users can hear the voice after adding these effects.
  • -
  • (1 << 2): Enable noise suppression to the in-ear monitor.

    You can use the bitwise or operator (|) to specify multiple audio filters.If you set the enabled parameter to , you do not need to set the includeAudioFilters parameter.

    -
  • -
+
  • (1 << 1): Add an audio filter to the in-ear monitor. If you implement functions such as voice beautifier and audio effect, users can hear the voice after adding these effects. 该枚举值支持使用按位或运算符(|)进行组合。
  • +
  • (1 << 2): Enable noise suppression to the in-ear monitor. 该枚举值支持使用按位或运算符(|)进行组合。
  • +
  • (1 <<15): 复用发送端已进行过音效处理的 Audio filter。 通过复用 Audio filter 降低耳返对 CPU 的占用率,但会增加耳返延迟,适用于需要降低 CPU 消耗且对耳返延迟不敏感的场景。 该枚举值仅支持单独使用,一旦指定了该选项,其他 Audio filter 配置将自动失效。
  • + + This parameter only takes effect when the enable parameter is . +
    diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_getcallid.dita b/en-US/dita/RTC-NG/API/api_irtcengine_getcallid.dita index ed8aaf1b526..808ecdfe0d5 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_getcallid.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_getcallid.dita @@ -26,12 +26,12 @@
    Details -

    When a user joins a channel on a client, a callId is generated to identify the call from the client. Some methods, such as and , must be called after the call ends to submit feedback to the SDK. These methods require the callId parameter.

    - Call this method after joining a channel.
    +

    When a user joins a channel on a client, a callId is generated to identify the call from the client. 你可以调用该方法获取 callId 参数,然后在调用 等方法时填入。

    + Call this method after joining a channel.
    Parameters - + callId Output parameter, the current call ID. diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_joinchannel.dita b/en-US/dita/RTC-NG/API/api_irtcengine_joinchannel.dita index 54bbafd2a14..b6ea3ba99d4 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_joinchannel.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_joinchannel.dita @@ -14,7 +14,7 @@

    public abstract int joinChannel( - String token, String channelName, String optionalInfo, int optionalUid); + String token, String channelId, String optionalInfo, int uid); - (int)joinChannelByToken:(NSString * _Nullable)token channelId:(NSString * _Nonnull)channelId info:(NSString * _Nullable)info @@ -66,8 +66,7 @@ (Optional) Reserved for future use. - uid - optionalUid + uid The user ID. This parameter is used to identify the user in the channel for real-time audio and video interaction. You need to set and manage user IDs yourself, and ensure that each user ID in the same channel is unique. This parameter is a 32-bit unsigned integer. The value range is 1 to 232-1. If the user ID is not assigned (or set to 0), the SDK assigns a random user ID and returns it in the callback. Your application must record and maintain the returned user ID, because the SDK does not do so. diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita index ad5434df9ee..ef2486fc811 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita @@ -30,8 +30,11 @@

    Details - -

    Before calling this method, ensure that you set publishCustomAudioTrack to , and publishCustomAudioTrackId in to the audio track ID that you want to publish in the channel.

    + +

    调用该方法推送外部音频数据前,请先进行以下操作:

      +
    1. Call this method to create a custom audio track and get the audio track ID.
    2. +
    3. Call to join the channel. In , set publishCustomAduioTrackId to the audio track ID that you want to publish, and set publishCustomAudioTrack to .
    4. +

    Parameters @@ -48,11 +51,11 @@ timestamp The timestamp (ms) of the external audio frame. It is required. You can use it to restore the order of the captured audio frame, or synchronize audio and video frames in video-related scenarios (including scenarios where external video sources are used). - + sampleRate The sample rate (Hz) of the external audio source which can be set as 8000, 16000, 32000, 44100, or 48000. - + channels The number of audio channels of the external audio sink:
    • 1: Mono.
    • @@ -63,7 +66,7 @@ bytesPerSample The number of bytes per sample. The number of bytes per audio sample, which is usually 16-bit (2-byte). - + trackId The audio track ID. Set this parameter to the custom audio track ID returned in . diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_queryscreencapturecapability.dita b/en-US/dita/RTC-NG/API/api_irtcengine_queryscreencapturecapability.dita index 70ea2771899..45dab8373ae 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_queryscreencapturecapability.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_queryscreencapturecapability.dita @@ -42,10 +42,10 @@
    <ph keyref="return-section-title"/> -
    • The highest frame rate supported by the device, if the method is called successfully. See .
    • -
    • If the call fails, returns .
    +
    • The highest frame rate supported by the device, if the method is called successfully. See .
    • +
    • If the call fails, returns .
      -
    • The highest frame rate supported by the device, if the method is called successfully. See .
        +
      • The highest frame rate supported by the device, if the method is called successfully. See .
        • 0: The device supports the frame rate of up to 15 fps.
        • 1: The device supports the frame rate of up to 30 fps.
        • 2: The device supports the frame rate of up to 60 fps.
      • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita index c1098d3ddb3..154eda0fd3a 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita @@ -61,6 +61,8 @@
      • : A virtual stereo effect that renders monophonic audio as stereo audio. Before using this preset, set the profile parameter of to or ; otherwise, the preset setting is invalid.
      • : A more spatial audio effect.
      • : A more ethereal audio effect.
      • +
      • Virtual surround sound, that is, the SDK generates a simulated surround sound field on the basis of stereo channels, thereby creating a surround sound effect.If the virtual surround sound is enabled, users need to use stereo audio playback devices to hear the anticipated audio effect.
      • +
      • : 合唱。 声网推荐你在合唱场景下使用,使人声更具空间立体感。
      • : A 3D voice effect that makes the voice appear to be moving around the user. The default movement cycle is 10 seconds. After setting this effect, you can call to modify the movement period.
        • Before using this preset, set the profile parameter of to or ; otherwise, the preset setting is invalid.
        • If the 3D voice effect is enabled, users need to use stereo audio playback devices to hear the anticipated voice effect.
        • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcameracapturerconfiguration.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcameracapturerconfiguration.dita index 51e80423b67..5e0e4e54040 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcameracapturerconfiguration.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcameracapturerconfiguration.dita @@ -33,8 +33,10 @@ Details
            -
          • This method is for Android and iOS only.
          • +
          • This method is for Android and iOS only.
          • Call this method before enabling local camera capture, such as before calling and .
          • +
          • 在调整摄像头的焦距配置前,建议先调用 查询设备支持的焦距能力,再根据查询结果进行配置。
          • +
          • 由于部分 Android 设备的限制,即使根据 的查询结果设置焦距类型,设置结果也可能不生效。
    Parameters diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcameratorchon.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcameratorchon.dita index 5c0b1eff74a..b5537ab4a10 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcameratorchon.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcameratorchon.dita @@ -29,7 +29,7 @@ Details
      -
    • This method is for Android and iOS only.
    • +
    • This method is for Android and iOS only.
    @@ -53,4 +53,4 @@
  • < 0: Failure. See for details and resolution suggestions.
  • - \ No newline at end of file + diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita index 81b6513648d..b9f9c4a090e 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita @@ -27,6 +27,7 @@
    Details +

    部分 iOS 设备的后置摄像头为多个摄像头组成的融合镜头,如双摄(广角和超广角)或三摄(广角、超广角和长焦),对于这种具备超广角能力的融合镜头,你可以调用 cameraFocalLengthType 设置为 (0)(标准镜头),然后调用该方法将摄像头缩放比例设置为小于 1.0 的数值,从而实现超广角的拍摄效果。

    • This method is for Android and iOS only.
    • @@ -38,7 +39,7 @@ factor zoomFactor - The camera zoom ratio. The value ranges between 1.0 and the maximum zoom supported by the device. You can get the maximum zoom ratio supported by the device by calling the method. + Sets the camera zoom ratio. 对不支持超广角的设备,取值范围从 1.0 到最大缩放比例;对支持超广角的设备,取值范围从 0.5 到最大缩放比例。 You can get the maximum zoom ratio supported by the device by calling the method.
    diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startcameracapture.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startcameracapture.dita index efe84d80d8e..191f8d711c2 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startcameracapture.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startcameracapture.dita @@ -51,7 +51,11 @@ sourceType

    The type of the video source. See .

    -
    • On the mobile platforms, you can capture video from up to 2 cameras, provided the device has dual cameras or supports an external camera.
    • On the desktop platforms, you can capture video from up to 4 cameras.
    +
      +
    • iOS 设备最多支持 2 路摄像头采集的视频流(要求设备配备多摄像头或支持外接摄像头)。
    • +
    • Android 设备最多支持 4 路摄像头采集的视频流(要求设备配备多摄像头或支持外接摄像头)。
    • +
    • On the desktop platforms, you can capture video from up to 4 cameras.
    • +
    diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startdirectcdnstreaming.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startdirectcdnstreaming.dita index 6d9ce87033b..cf6c3af41f2 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startdirectcdnstreaming.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startdirectcdnstreaming.dita @@ -43,12 +43,12 @@

    If you want to push audio and video streams published by the host to the CDN, the media setting options should be set as follows:

    • publishCustomAudioTrack is set as and call the method
    • -
    • publishCustomAudioTrack is set as and call the or method
    • +
    • publishCustomAudioTrack is set as and call the or method
    • publishCustomVideoTrack is set as and call the method
    • publishCameraTrack is set as (the default value)
    • publishMicrophoneTrack is set as (the default value)
    -

    As of v4.2.0, Agora SDK supports audio-only live streaming. You can set publishCustomAudioTrack or publishMicrophoneTrack in as and call to push audio streams. As of v4.2.0, Agora SDK supports audio-only live streaming. You can set publishCustomAudioTrack or publishMicrophoneTrack in as and call or to push audio streams.Agora only supports pushing one audio and video streams or one audio streams to CDN.

    +

    As of v4.2.0, Agora SDK supports audio-only live streaming. You can set publishCustomAudioTrack or publishMicrophoneTrack in as and call to push audio streams. As of v4.2.0, Agora SDK supports audio-only live streaming. You can set publishCustomAudioTrack or publishMicrophoneTrack in as and call or to push audio streams.Agora only supports pushing one audio and video streams or one audio streams to CDN.

    Parameters diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita b/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita index 0491d5fdbe1..57a69b34a2d 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita @@ -27,8 +27,12 @@
    Details +

    你可以调用该方法在 App 运行期间基于可用摄像头的实际情况来动态切换摄像头,而无需重启视频流或重新配置视频源。

    • This method is for Android and iOS only.
    • -
    • This method must be called after the camera is successfully enabled, that is, after the SDK triggers the callback and returns the local video state as (1).
    +
  • This method must be called after the camera is successfully enabled, that is, after the SDK triggers the callback and returns the local video state as (1).
  • +
  • 该方法仅会对第一路摄像头采集的视频流进行摄像头切换操作,即调用 时设置为 (0) 的视频源。
  • +
  • 该方法和 均用于切换摄像头,区别在于 通过指定摄像头 ID 切换到特定的摄像头,该方法则切换摄像头的方向(前置或后置)。
  • +
    <ph keyref="return-section-title"/> diff --git a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onconnectionstatechanged.dita b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onconnectionstatechanged.dita index 79bd9d33812..8a67de5a216 100644 --- a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onconnectionstatechanged.dita +++ b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onconnectionstatechanged.dita @@ -72,10 +72,10 @@
  • (0): The SDK is connecting to Agora's edge server.
  • (1): The SDK has joined the channel successfully.
  • (2): The connection between the SDK and Agora's edge server is interrupted.
  • -
  • (3): The connection between the SDK and Agora's edge server is banned by Agora's edge server.
  • +
  • (3):网络连接被服务器禁止,有可能是因为用户被踢出频道。
  • (4): The SDK fails to join the channel.
  • (5): The SDK has left the channel.
  • -
  • (6): The connection failed because the App ID is not valid. Rejoin the channel with a valid App ID.
  • +
  • (6): The connection failed because the App ID is not valid. Please rejoin the channel with a valid App ID.
  • (7): The connection failed because the channel name is invalid. Rejoin the channel with a valid channel name.
  • (8): The connection failed because the token is invalid. Possible reasons are as follows:
    • The App Certificate for the project is enabled in Agora Console, but you do not use a token when joining the channel. If you enable the App Certificate, you must use a token to join the channel.
    • @@ -98,4 +98,4 @@
  • - \ No newline at end of file + diff --git a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onencryptionerror.dita b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onencryptionerror.dita index c28532f6874..c6afcdc785b 100644 --- a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onencryptionerror.dita +++ b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onencryptionerror.dita @@ -14,7 +14,7 @@

    public void onEncryptionError(int errorType) {} - - (void)rtcEngine:(AgoraRtcEngineKit * _Nonnull)engine + - (void)rtcEngine:(AgoraRtcEngineKit * _Nonnull)engine didOccurEncryptionError:(AgoraEncryptionErrorType)errorType; virtual void onEncryptionError(ENCRYPTION_ERROR_TYPE errorType) { (void)errorType; @@ -55,9 +55,11 @@ errorType Error types.

      -
    • (0): Internal reasons.
    • -
    • (1): Decryption errors. Ensure that the receiver and the sender use the same encryption mode and key.
    • -
    • (2): Encryption errors.
    • +
    • (0): Internal reasons.
    • +
    • (1): 媒体流解密错误。 Ensure that the receiver and the sender use the same encryption mode and key.
    • +
    • (2): 媒体流加密错误。
    • +
    • (3): 数据流解密错误。 Ensure that the receiver and the sender use the same encryption mode and key.
    • +
    • (4): 数据流加密错误。
    diff --git a/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita b/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita index 055e65ee4f4..f815b3b80b8 100644 --- a/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita +++ b/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita @@ -7,9 +7,10 @@

    public class CameraCapturerConfiguration { - public enum CAMERA_DIRECTION { - CAMERA_REAR(0), - CAMERA_FRONT(1); + public enum CAMERA_DIRECTION { + CAMERA_REAR(0), + CAMERA_FRONT(1), + CAMERA_EXTRA(2); private int value; @@ -22,12 +23,32 @@ } } - public CAMERA_DIRECTION cameraDirection; + public enum CAMERA_FOCAL_LENGTH_TYPE { + CAMERA_FOCAL_LENGTH_DEFAULT(0), + CAMERA_FOCAL_LENGTH_WIDE_ANGLE(1), + CAMERA_FOCAL_LENGTH_URLTRA_WIDE(2), + CAMERA_FOCAL_LENGTH_TELEPHOTO(3); + + private int value; + private CAMERA_FOCAL_LENGTH_TYPE(int v) { + value = v; + } + + public int getValue() { + return this.value; + } + } + + public CAMERA_DIRECTION cameraDirection; + + public String cameraId = null; + + public CAMERA_FOCAL_LENGTH_TYPE cameraFocalLengthType; static public class CaptureFormat { - public int width; - public int height; - public int fps; + public int width; + public int height; + public int fps; public CaptureFormat(int width, int height, int fps) { this.width = width; @@ -65,25 +86,49 @@ public CaptureFormat captureFormat; - public boolean followEncodeDimensionRatio; + public boolean followEncodeDimensionRatio; + + public CameraCapturerConfiguration(CAMERA_DIRECTION cameraDirection) { + this.cameraDirection = cameraDirection; + this.captureFormat = new CaptureFormat(); + this.followEncodeDimensionRatio = true; + this.cameraId = null; + this.cameraFocalLengthType = CAMERA_FOCAL_LENGTH_TYPE.CAMERA_FOCAL_LENGTH_DEFAULT; + } - public CameraCapturerConfiguration(CAMERA_DIRECTION cameraDirection) { + public CameraCapturerConfiguration( + CAMERA_DIRECTION cameraDirection, CAMERA_FOCAL_LENGTH_TYPE cameraFocalLengthType) { this.cameraDirection = cameraDirection; + this.cameraFocalLengthType = cameraFocalLengthType; this.captureFormat = new CaptureFormat(); this.followEncodeDimensionRatio = true; + this.cameraId = null; } - public CameraCapturerConfiguration(CaptureFormat captureFormat) { + public CameraCapturerConfiguration(CaptureFormat captureFormat) { this.captureFormat = captureFormat; this.cameraDirection = CAMERA_DIRECTION.CAMERA_FRONT; + this.cameraFocalLengthType = CAMERA_FOCAL_LENGTH_TYPE.CAMERA_FOCAL_LENGTH_DEFAULT; this.followEncodeDimensionRatio = true; + this.cameraId = null; } - public CameraCapturerConfiguration( + public CameraCapturerConfiguration( CAMERA_DIRECTION cameraDirection, CaptureFormat captureFormat) { this.cameraDirection = cameraDirection; this.captureFormat = captureFormat; + this.cameraFocalLengthType = CAMERA_FOCAL_LENGTH_TYPE.CAMERA_FOCAL_LENGTH_DEFAULT; this.followEncodeDimensionRatio = true; + this.cameraId = null; + } + + public CameraCapturerConfiguration(CAMERA_DIRECTION cameraDirection, + CAMERA_FOCAL_LENGTH_TYPE cameraFocalLengthType, CaptureFormat captureFormat) { + this.cameraDirection = cameraDirection; + this.cameraFocalLengthType = cameraFocalLengthType; + this.captureFormat = captureFormat; + this.followEncodeDimensionRatio = true; + cameraId = null; } @CalledByNative @@ -91,6 +136,16 @@ return cameraDirection.value; } + @CalledByNative + public String getCameraId() { + return cameraId; + } + + @CalledByNative + public int getCameraFocalLengthType() { + return cameraFocalLengthType.value; + } + @CalledByNative public CaptureFormat getCaptureFormat() { return captureFormat; @@ -105,33 +160,46 @@ public String toString() { return "CameraCapturerConfiguration{" + "cameraDirection=" + cameraDirection + ", captureDimensions=" + captureFormat - + ", followEncodeDimensionRatio=" + followEncodeDimensionRatio + '}'; + + ", cameraId=" + cameraId + ", followEncodeDimensionRatio=" + followEncodeDimensionRatio + + '}'; } } __attribute__((visibility("default"))) @interface AgoraCameraCapturerConfiguration: NSObject #if TARGET_OS_IOS @property (assign, nonatomic) AgoraCameraDirection cameraDirection; -#endif +@property(assign, nonatomic) AgoraFocalLength cameraFocalLengthType; #elif TARGET_OS_MAC @property (copy, nonatomic) NSString * _Nullable deviceId; +#endif @property(assign, nonatomic) CGSize dimensions; @property(assign, nonatomic) int frameRate; @property(assign, nonatomic) BOOL followEncodeDimensionRatio; @end struct CameraCapturerConfiguration { - #if defined(__ANDROID__) || (defined(__APPLE__) && TARGET_OS_IOS) - CAMERA_DIRECTION cameraDirection; +#if defined(__ANDROID__) || (defined(__APPLE__) && TARGET_OS_IOS) + CAMERA_DIRECTION cameraDirection; + + CAMERA_FOCAL_LENGTH_TYPE cameraFocalLengthType; #else - char deviceId[MAX_DEVICE_ID_LENGTH]; + char deviceId[MAX_DEVICE_ID_LENGTH]; +#endif + +#if defined(__ANDROID__) + char cameraId[MAX_DEVICE_ID_LENGTH]; #endif - VideoFormat format; + VideoFormat format; bool followEncodeDimensionRatio; CameraCapturerConfiguration() : followEncodeDimensionRatio(true) { #if defined(__ANDROID__) || (defined(__APPLE__) && TARGET_OS_IOS) cameraDirection = CAMERA_REAR; + #else memset(deviceId, 0, sizeof(deviceId)); #endif + +#if defined(__ANDROID__) + memset(cameraId, 0, sizeof(cameraId)); +#endif } }; USTRUCT(BlueprintType) @@ -217,31 +285,56 @@ struct FCameraCapturerConfiguration Map<String, dynamic> toJson() => _$CameraCapturerConfigurationToJson(this); } -

    -
    +

    <text conref="../conref/conref_api_metadata.dita#conref_api_metadata/property"/> cameraDirection - - This parameter applies to Android and iOS only.The camera direction. See . + (可选)This parameter applies to Android and iOS only.The camera direction. See . + + + cameraId + (可选)摄像头 ID。 你可以通过 Android 原生系统 API 获取摄像头 ID,详见
      +
    • This method is for Android only.
    • +
    • 该参数和 cameraDirection 均用于指定摄像头,二者为互斥关系,你可以按需选用其中之一,具体区别如下:
        +
      • 通过 cameraDirection 指定摄像头的方式更为简便。 你只需指定摄像头的方向(前置或后置),无需指定具体的摄像头 ID,SDK 会通过系统 API 去检索和确定实际的摄像头 ID。
      • +
      • 通过 cameraId 则可以更精确地指定某个特定的摄像头。 对于多摄像头的设备,cameraDirection 无法识别或访问全部可用摄像头,这种情况建议使用 cameraId 直接指定你想要的摄像头 ID。
      • +
    +
    +
    + + cameraFocalLengthType + (可选)摄像头的焦距类型。 See .
      +
    • This method is for Android and iOS only.
    • +
    • 如需设置摄像头的焦距类型,仅支持通过 cameraDirection 指定摄像头,不支持通过 cameraId 进行指定。
    • +
    • 部分 iOS 设备的后置摄像头为多个摄像头组成的融合镜头,如双摄(广角和超广角)或三摄(广角、超广角和长焦),对于这种具备超广角能力的融合镜头,你可以通过以下任意一种方式实现超广角的采集效果:
        +
      • 方式一:将该参数设置为 (2)(超广角镜头)。
      • +
      • 方式二:将该参数设置为 (0)(标准镜头),然后调用 将相机缩放比例设置为小于 1.0 的数值,最小可以设置为 0.5。
      区别为方式一的超广角大小不可调节,方式二支持自由调节相机的缩放比例。
    • +
    +
    - - format + + format captureFormat - The format of the video frame. See . + (可选)视频帧格式。 See . + + + dimension + (可选)视频帧的分辨率 (px)。 + + + frameRate + (可选)视频帧的帧率 (fps)。 - + deviceId - - This method applies to Windows only. - This method applies to macOS only.The ID of the camera. The maximum length is . + (可选) The ID of the camera. The maximum length is .This method is for Windows and macOS only. followEncodeDimensionRatio - Whether to follow the video aspect ratio set in :
      + (可选)是否跟随 中设置的视频宽高比:
      • : (Default) Follow the set video aspect ratio. The SDK crops the captured video according to the set video aspect ratio and synchronously changes the local preview screen and the video frame in and .
      • : Do not follow the system default audio playback device. The SDK does not change the aspect ratio of the captured video frame.
      diff --git a/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita b/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita index 796dbc98a47..f2a27a73c91 100644 --- a/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita +++ b/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita @@ -9,6 +9,8 @@ public class ChannelMediaOptions { public Boolean publishCameraTrack; public Boolean publishSecondaryCameraTrack; + public Boolean publishThirdCameraTrack; + public Boolean publishFourthCameraTrack; public Boolean publishMicrophoneTrack; public Boolean publishScreenCaptureVideo; public Boolean publishScreenCaptureAudio; @@ -589,20 +591,21 @@ class ChannelMediaOptions {
    - + publishThirdCameraTrack Whether to publish the video captured by the third camera:
    • : Publish the video captured by the third camera.
    • : Do not publish the video captured by the third camera.
    -

    This is for Windows and macOS only.

    + This method is for Android, iOS and macOS only.This method is for Android only.
    - + publishFourthCameraTrack Whether to publish the video captured by the fourth camera:
    • : Publish the video captured by the fourth camera.
    • : Do not publish the video captured by the fourth camera.
    • -

    This is for Windows and macOS only.

    + + This method is for Android, iOS and macOS only.This method is for Android only.
    publishScreenTrack @@ -668,7 +671,7 @@ class ChannelMediaOptions {
  • : Publish the local transcoded video.
  • : Do not publish the local transcoded video.
  • -

    As of v4.2.0, the parameter name is corrected from publishTrancodedVideoTrack to publishTranscodedVideoTrack.

    + As of v4.2.0, the parameter name is corrected from publishTrancodedVideoTrack to publishTranscodedVideoTrack.
    @@ -766,10 +769,10 @@ class ChannelMediaOptions { channelProfile - + audioDelayMs -

    The delay in milliseconds for sending audio frames. This is used for explicit control of A/V sync.

    +

    发送音频帧的延时(毫秒)。 在视频延迟较大的场景下,你可以通过该参数来设置需要发送的音频帧的延时,以确保音画同步。

    To switch off the delay, set the value to 0.

    diff --git a/en-US/dita/RTC-NG/API/class_encryptionconfig.dita b/en-US/dita/RTC-NG/API/class_encryptionconfig.dita index e7ed87fc52c..a26b7f53694 100644 --- a/en-US/dita/RTC-NG/API/class_encryptionconfig.dita +++ b/en-US/dita/RTC-NG/API/class_encryptionconfig.dita @@ -7,68 +7,39 @@

    public class EncryptionConfig { - public enum EncryptionMode { - AES_128_XTS(1), - AES_128_ECB(2), - AES_256_XTS(3), - SM4_128_ECB(4), - AES_128_GCM(5), - AES_256_GCM(6), - AES_128_GCM2(7), - AES_256_GCM2(8), - MODE_END(9); - private int value; - - private EncryptionMode(int v) { - value = v; - } - - public int getValue() { - return this.value; - } + public EncryptionMode encryptionMode; + public String encryptionKey; + public final byte[] encryptionKdfSalt = new byte[32]; + public boolean datastreamEncryptionEnabled; + + public EncryptionConfig() { + encryptionMode = EncryptionMode.AES_128_GCM2; + encryptionKey = null; + datastreamEncryptionEnabled = false; + java.util.Arrays.fill(encryptionKdfSalt, (byte) 0); + } } __attribute__((visibility("default"))) @interface AgoraEncryptionConfig: NSObject @property (assign, nonatomic) AgoraEncryptionMode encryptionMode; @property (copy, nonatomic) NSString * _Nullable encryptionKey; @property (strong, nonatomic) NSData * _Nullable encryptionKdfSalt; + @property (assign, nonatomic) BOOL datastreamEncryptionEnabled; @end struct EncryptionConfig { ENCRYPTION_MODE encryptionMode; const char* encryptionKey; - uint8_t encryptionKdfSalt[32]; + uint8_t encryptionKdfSalt[32]; + bool datastreamEncryptionEnabled; EncryptionConfig() : encryptionMode(AES_128_GCM2), - encryptionKey(NULL) + encryptionKey(OPTIONAL_NULLPTR), + datastreamEncryptionEnabled(false) { memset(encryptionKdfSalt, 0, sizeof(encryptionKdfSalt)); } - - const char* getEncryptionString() const { - switch(encryptionMode) { - case AES_128_XTS: - return "aes-128-xts"; - case AES_128_ECB: - return "aes-128-ecb"; - case AES_256_XTS: - return "aes-256-xts"; - case SM4_128_ECB: - return "sm4-128-ecb"; - case AES_128_GCM: - return "aes-128-gcm"; - case AES_256_GCM: - return "aes-256-gcm"; - case AES_128_GCM2: - return "aes-128-gcm-2"; - case AES_256_GCM2: - return "aes-256-gcm-2"; - default: - return "aes-128-gcm-2"; - } - return "aes-128-gcm-2"; - } -}; +}; USTRUCT(BlueprintType) struct FEncryptionConfig { @@ -162,6 +133,14 @@ struct FEncryptionConfig This parameter takes effect only in or encrypted mode. In this case, ensure that this parameter is not 0. + + datastreamEncryptionEnabled + 是否开启数据流加密:

      +
    • :开启数据流加密。
    • +
    • :(默认)关闭数据流加密。
    • +
    + +
    diff --git a/en-US/dita/RTC-NG/API/class_remoteaudiostats.dita b/en-US/dita/RTC-NG/API/class_remoteaudiostats.dita index a11a8e6bc83..90246b993b5 100644 --- a/en-US/dita/RTC-NG/API/class_remoteaudiostats.dita +++ b/en-US/dita/RTC-NG/API/class_remoteaudiostats.dita @@ -22,6 +22,7 @@ public long publishDuration; public long qoeQuality; public int qualityChangedReason; + public int e2eDelay; } __attribute__((visibility("default"))) @interface AgoraRtcRemoteAudioStats : NSObject @property(assign, nonatomic) NSUInteger uid; @@ -39,6 +40,7 @@ @property(assign, nonatomic) NSUInteger mosValue; @property(assign, nonatomic) NSInteger qoeQuality; @property(assign, nonatomic) AgoraExperiencePoorReason qualityChangedReason; +@property(assign, nonatomic) NSInteger e2eDelay; @end struct RemoteAudioStats { @@ -57,6 +59,7 @@ int publishDuration; int qoeQuality; int qualityChangedReason; + int e2eDelay; RemoteAudioStats() : uid(0), @@ -72,8 +75,9 @@ mosValue(0), totalActiveTime(0), publishDuration(0), - qoeQuality(0) {} - qualityChangedReason(0){} + qoeQuality(0) + qualityChangedReason(0) + e2eDelay(0) {} }; USTRUCT(BlueprintType) struct FRemoteAudioStats @@ -112,35 +116,35 @@ struct FRemoteAudioStats int qualityChangedReason; }; export class RemoteAudioStats { - + uid?: number; - + quality?: number; - + networkTransportDelay?: number; - + jitterBufferDelay?: number; - + audioLossRate?: number; - + numChannels?: number; - + receivedSampleRate?: number; - + receivedBitrate?: number; - + totalFrozenTime?: number; - + frozenRate?: number; - + mosValue?: number; - + totalActiveTime?: number; - + publishDuration?: number; - + qoeQuality?: number; - + qualityChangedReason?: number; } public class RemoteAudioStats @@ -202,35 +206,35 @@ struct FRemoteAudioStats public int qualityChangedReason { set; get; } }; export class RemoteAudioStats { - + uid?: number; - + quality?: number; - + networkTransportDelay?: number; - + jitterBufferDelay?: number; - + audioLossRate?: number; - + numChannels?: number; - + receivedSampleRate?: number; - + receivedBitrate?: number; - + totalFrozenTime?: number; - + frozenRate?: number; - + mosValue?: number; - + totalActiveTime?: number; - + publishDuration?: number; - + qoeQuality?: number; - + qualityChangedReason?: number; } class RemoteAudioStats { @@ -431,6 +435,10 @@ struct FRemoteAudioStats

    + + e2eDelay + 端到端音频延时(毫秒),即自远端用户音频采集起,至本地用户开始播放音频的总时长。 +
    -
    \ No newline at end of file + diff --git a/en-US/dita/RTC-NG/API/class_segmentationproperty.dita b/en-US/dita/RTC-NG/API/class_segmentationproperty.dita index a2b8f484e45..d2d7820358a 100644 --- a/en-US/dita/RTC-NG/API/class_segmentationproperty.dita +++ b/en-US/dita/RTC-NG/API/class_segmentationproperty.dita @@ -109,7 +109,7 @@ struct FSegmentationProperty greenCapacity -

    The range of accuracy for identifying green colors (different shades of green) in the view. The value range is [0,1], and the default value is 0.5. The larger the value, the wider the range of identifiable shades of green. When the value of this parameter is too large, the edge of the portrait and the green color in the portrait range are also detected. Agora recommends that you dynamically adjust the value of this parameter according to the actual effect.

    +

    对画面中背景颜色识别的精度范围。 The value range is [0,1], and the default value is 0.5. The larger the value, the wider the range of identifiable shades of green. When the value of this parameter is too large, the edge of the portrait and the green color in the portrait range are also detected. Agora recommends that you dynamically adjust the value of this parameter according to the actual effect.

    This parameter only takes effect when modelType is set to .
    diff --git a/en-US/dita/RTC-NG/API/class_simulcaststreamconfig.dita b/en-US/dita/RTC-NG/API/class_simulcaststreamconfig.dita index 907a7e16c6a..d7c825dfe2a 100644 --- a/en-US/dita/RTC-NG/API/class_simulcaststreamconfig.dita +++ b/en-US/dita/RTC-NG/API/class_simulcaststreamconfig.dita @@ -89,12 +89,12 @@ struct FSimulcastStreamConfig dimensions - The video dimension. See . The default value is 160 × 120. + The video dimension. See . 默认值为视频大流的 50%。 bitrate kBitrate - Video receive bitrate (Kbps), represented by an instantaneous value. The default value is 65. + Video receive bitrate (Kbps), represented by an instantaneous value. This parameter does not need to be set; keeping the default value is sufficient. The SDK automatically matches the most suitable bitrate based on the video resolution and frame rate you have set. frameRate diff --git a/en-US/dita/RTC-NG/API/class_videocanvas.dita b/en-US/dita/RTC-NG/API/class_videocanvas.dita index 644ad878566..b36ea937ba1 100644 --- a/en-US/dita/RTC-NG/API/class_videocanvas.dita +++ b/en-US/dita/RTC-NG/API/class_videocanvas.dita @@ -16,12 +16,14 @@ public static final int VIEW_SETUP_MODE_ADD = 1; public static final int VIEW_SETUP_MODE_REMOVE = 2; public View view; + public SurfaceTexture surfaceTexture; public int renderMode; public int mirrorMode; public int setupMode = VIEW_SETUP_MODE_REPLACE; public int sourceType; public int mediaPlayerId; public Rect rect; + public boolean enableAlphaMask; public int backgroundColor; public Constants.VideoModulePosition position = Constants.VideoModulePosition.VIDEO_MODULE_POSITION_POST_CAPTURER; @@ -251,11 +253,15 @@ class VideoCanvas { view - The video display window. + The video display window. 必须为一个 对象。在一个 中,你只能选择 viewsurfaceTexture 其中一个进行设置,如果同时设置,只有 view 中的设置会生效。 The video image. You need to define a pointer of UImage type and pass in this parameter. The sample code is as follows:agora::rtc::VideoCanvas videoCanvas; UImage* LocalVideo; videoCanvas.view = LocalVideo; + + Get the SurfaceTexture + 提供视频图像的容器,当你使用该成员时,需要自行实现 OPENGL 中的纹理绘制。 See .在一个 中,你只能选择 viewsurfaceTexture 其中一个进行设置,如果同时设置,只有 view 中的设置会生效。 + renderMode The rendering mode of the video. See . @@ -264,16 +270,19 @@ class VideoCanvas { mirrorMode -

    The mirror mode of the view. See .

    -

    -

      -
    • -

    - -
      -
    • For the mirror mode of the local video view: If you use a front camera, the SDK enables the mirror mode by default; if you use a rear camera, the SDK disables the mirror mode by default.
    • -
    • For the remote user: The mirror mode is disabled by default.
    • -
    +

    The mirror mode of the view. See .

    +

    +

      +
    • +
    +

    + +
      +
    • For the mirror mode of the local video view: If you use a front camera, the SDK enables the mirror mode by default; if you use a rear camera, the SDK disables the mirror mode by default.
    • +
    • For the remote user: The mirror mode is disabled by default.
    • +
    +
    +
    uid @@ -313,17 +322,21 @@ class VideoCanvas { backgroundColor The background color of the video canvas in RGBA format. The default value is 0x00000000, which represents completely transparent black. - - enableAlphaMask - (Optional) Whether the receiver enables alpha mask rendering:
      -
    • : The receiver enables alpha mask rendering.
    • -
    • : (default) The receiver disables alpha mask rendering.
    • -
    -

    Alpha mask rendering can create images with transparent effects and extract portraits from videos. When used in combination with other methods, you can implement effects such as portrait-in-picture and watermarking.

    -
    • This property applies to macOS only.
    • The receiver can render alpha channel information only when the sender enables alpha transmission.
    • To enable alpha transmission, .
    -
    - Reserved. -
    + + enableAlphaMask + (Optional) Whether the receiver enables alpha mask rendering:
      +
    • : The receiver enables alpha mask rendering.
    • +
    • : (default) The receiver disables alpha mask rendering.
    • +
    +

    Alpha mask rendering can create images with transparent effects and extract portraits from videos. When used in combination with other methods, you can implement effects such as portrait-in-picture and watermarking.

    + +
      +
    • The receiver can render alpha channel information only when the sender enables alpha transmission.
    • +
    • To enable alpha transmission, .
    • +
    +
    + Reserved. +
    position The observation position of the video frame in the video link. See . diff --git a/en-US/dita/RTC-NG/API/class_videoencoderconfiguration.dita b/en-US/dita/RTC-NG/API/class_videoencoderconfiguration.dita index 7466dab3a7a..cbabaf63a88 100644 --- a/en-US/dita/RTC-NG/API/class_videoencoderconfiguration.dita +++ b/en-US/dita/RTC-NG/API/class_videoencoderconfiguration.dita @@ -281,7 +281,7 @@ VIDEO_MIRROR_MODE_TYPE mirrorMode; AdvanceOptions advanceOptions; VideoEncoderConfiguration(const VideoDimensions& d, int f, int b, ORIENTATION_MODE m, VIDEO_MIRROR_MODE_TYPE mirror = VIDEO_MIRROR_MODE_DISABLED) - : codecType(VIDEO_CODEC_H265), + : codecType(VIDEO_CODEC_NONE), dimensions(d), frameRate(f), bitrate(b), @@ -291,7 +291,7 @@ mirrorMode(mirror), advanceOptions(PREFER_AUTO, PREFER_LOW_LATENCY) {} VideoEncoderConfiguration(int width, int height, int f, int b, ORIENTATION_MODE m, VIDEO_MIRROR_MODE_TYPE mirror = VIDEO_MIRROR_MODE_DISABLED) - : codecType(VIDEO_CODEC_H265), + : codecType(VIDEO_CODEC_NONE), dimensions(width, height), frameRate(f), bitrate(b), @@ -311,7 +311,7 @@ mirrorMode(config.mirrorMode), advanceOptions(config.advanceOptions) {} VideoEncoderConfiguration() - : codecType(VIDEO_CODEC_H265), + : codecType(VIDEO_CODEC_NONE), dimensions(FRAME_WIDTH_960, FRAME_HEIGHT_540), frameRate(FRAME_RATE_FPS_15), bitrate(STANDARD_BITRATE), @@ -605,7 +605,7 @@ struct FVideoEncoderConfiguration mirrorMode

    Sets the mirror mode of the published local video stream. It only affects the video that the remote user sees. See .

    -

    The mirror mode specified in video encoder configurations only affect the view of remote users.

      +

      Sets the mirror mode of the published local video stream. It only affects the video that the remote user sees.

      • (0): The SDK determines whether to enable the mirror mode. The SDK disables mirror mode by default.
      • (1): Enables the mirror mode for remote users.
      • (2): Disables the mirror mode for remote users.
      • diff --git a/en-US/dita/RTC-NG/API/enum_errorcodetype.dita b/en-US/dita/RTC-NG/API/enum_errorcodetype.dita index f79560c63f0..c4485af3cc9 100644 --- a/en-US/dita/RTC-NG/API/enum_errorcodetype.dita +++ b/en-US/dita/RTC-NG/API/enum_errorcodetype.dita @@ -167,13 +167,17 @@ - 120: Decryption fails. The user might have entered an incorrect password to join the channel. Check the entered password, or tell the user to try rejoining the channel. + 120:媒体流解密失败。 The user might have entered an incorrect password to join the channel. Check the entered password, or tell the user to try rejoining the channel. 121: The user ID is invalid. - + + + 122:数据流解密失败。 The user might have entered an incorrect password to join the channel. Check the entered password, or tell the user to try rejoining the channel. + + 123: The user is banned from the server. diff --git a/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita b/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita index 34027a33e9d..82f69895d11 100644 --- a/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita +++ b/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita @@ -20,13 +20,13 @@ 2: No permission to use the local video capturing device. Remind the user to grant permissions and rejoin the channel.
        Deprecated:
        -
        This enumerator is deprecated. Please use in the callback instead.
        +
        This enumerator is deprecated. Please use in the callback instead.
        - 3: The local video capturing device is in use. Remind the user to check whether another application occupies the camera. + 3: The local video capturing device is in use. 请提示用户检查摄像头是否被其他 App 占用。 @@ -79,6 +79,17 @@ 13: (Windows only) The window being shared is overlapped by another window, so the overlapped area is blacked out by the SDK during window sharing. + + + 14:(仅适用于 Android)视频采集中断。 Possible reasons include the following:
          +
        • 摄像头被其他 App 占用。 请提示用户检查摄像头是否被其他 App 占用。
        • +
        • 当前 App 已被切换到后台。 可以使用前台服务通知操作系统,确保 App 在切换到后台时仍可采集视频。 For more details, see
        • +
        +
        + + + 15:(仅适用于 Android)视频采集设备出错。 请提示用户关闭并重新启动摄像头以恢复功能,如果该操作不能解决问题,请检查摄像头是否出现硬件故障。 + 20: (Windows only) The SDK does not support sharing this type of window. @@ -103,9 +114,9 @@ 26: (Windows only) The window for screen capture has been restored from hidden state. - + - 27: (Windows only) The window for screen capture has been restored from minimized state. + 27:(仅适用于 macOS 和 Windows)进行屏幕采集的窗口已经从最小化状态恢复正常。 diff --git a/en-US/dita/RTC-NG/API/enum_mediasourcetype.dita b/en-US/dita/RTC-NG/API/enum_mediasourcetype.dita index 9517166baf0..03e38d8e6ef 100644 --- a/en-US/dita/RTC-NG/API/enum_mediasourcetype.dita +++ b/en-US/dita/RTC-NG/API/enum_mediasourcetype.dita @@ -27,6 +27,10 @@ 6. Custom video source. + + + 13: 视频源为语音驱动插件处理后的视频。 + 100: Unknown media source. diff --git a/en-US/dita/RTC-NG/API/enum_videocodectype.dita b/en-US/dita/RTC-NG/API/enum_videocodectype.dita index 981db9a938b..62d6bd80030 100644 --- a/en-US/dita/RTC-NG/API/enum_videocodectype.dita +++ b/en-US/dita/RTC-NG/API/enum_videocodectype.dita @@ -30,6 +30,10 @@

        This type is used for transmitting raw video data, such as encrypted video frames. The SDK returns this type of video frames in callbacks, and you need to decode and render the frames yourself.

        + + + 12:AV1。 + 20: Generic JPEG.

        This type consumes minimum computing resources and applies to IoT devices.

        diff --git a/en-US/dita/RTC-NG/API/enum_videosourcetype.dita b/en-US/dita/RTC-NG/API/enum_videosourcetype.dita index a818a8ed65c..675e0f8aa7f 100644 --- a/en-US/dita/RTC-NG/API/enum_videosourcetype.dita +++ b/en-US/dita/RTC-NG/API/enum_videosourcetype.dita @@ -59,13 +59,13 @@ 10: One transcoded video source.
        - + - 11: (For Windows and macOS only) The third camera. + 11:(仅适用于 Android、Windows 和 macOS)(仅适用于 Android)视频源为第三个摄像头。 - + - 12: (For Windows and macOS only) The fourth camera. + 12:(仅适用于 Android、Windows 和 macOS)(仅适用于 Android)视频源为第四个摄像头。 @@ -75,6 +75,10 @@ 14: (For Windows and macOS only) The fourth screen. + + + 15:视频源为语音驱动插件处理后的视频。 + 100: An unknown video source. diff --git a/en-US/dita/RTC-NG/API/rtc_api_data_type.dita b/en-US/dita/RTC-NG/API/rtc_api_data_type.dita index a8a61bfdf18..f2ddf563d38 100644 --- a/en-US/dita/RTC-NG/API/rtc_api_data_type.dita +++ b/en-US/dita/RTC-NG/API/rtc_api_data_type.dita @@ -41,6 +41,7 @@
      • +
      • @@ -170,6 +171,7 @@
      • +
      • @@ -1059,6 +1061,8 @@
      • +
      • +
      • @@ -1187,6 +1191,7 @@
      • +
      • @@ -1244,6 +1249,7 @@
      • +
      • diff --git a/en-US/dita/RTC-NG/API/rtc_api_overview.dita b/en-US/dita/RTC-NG/API/rtc_api_overview.dita index 1b7894e0272..4ddf9e9052d 100644 --- a/en-US/dita/RTC-NG/API/rtc_api_overview.dita +++ b/en-US/dita/RTC-NG/API/rtc_api_overview.dita @@ -681,8 +681,8 @@ - - + + @@ -871,6 +871,10 @@ + + + (For iOS only) +
        @@ -1025,6 +1029,14 @@ + + + (For iOS and macOS only) + + + + (For iOS and macOS only) + @@ -1049,6 +1061,14 @@ + + + + + + + +
        @@ -1339,6 +1359,10 @@ + + + + @@ -2028,6 +2052,14 @@ + + + + + + + + @@ -2040,6 +2072,14 @@ + + + + + + + + @@ -2167,6 +2207,10 @@ (For Android and iOS only) + + + + (For Android and iOS only) @@ -2243,6 +2287,10 @@ (For Android and iOS only) + + + (For Android and iOS only) + @@ -2372,6 +2420,10 @@ (For Windows and macOS only) + + + (For macOS only) + (For Windows and macOS only) @@ -2404,6 +2456,10 @@ (For Windows and macOS only) + + + (For macOS only) + (For Windows and macOS only) @@ -2448,10 +2504,18 @@ (For Windows and macOS only) + + + (For macOS only) + (For Windows and macOS only) + + + (For macOS only) + (For Windows and macOS only) @@ -2613,6 +2677,10 @@ + + + + @@ -2673,6 +2741,10 @@ + + + + From 42c9b6922457eea09c75e125a5c30fbd39f61d23 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:36:29 +0800 Subject: [PATCH 02/23] New translations --- ...diodevicecollection_getdefaultdevice2.dita | 54 ++++++++++++ ...api_iaudiodevicecollection_getdevice2.dita | 59 +++++++++++++ ...odevicemanager_getplaybackdeviceinfo2.dita | 59 +++++++++++++ ...devicemanager_getrecordingdeviceinfo2.dita | 53 ++++++++++++ ...imediaengine_registerfaceinfoobserver.dita | 61 +++++++++++++ ...pi_irtcengine_enablecameracenterstage.dita | 81 ++++++++++++++++++ ...tcengine_iscameracenterstagesupported.dita | 52 ++++++++++++ ...ne_pushexternalaudioframesamplebuffer.dita | 17 +++- ...e_pushexternalaudioframesamplebuffer2.dita | 46 +++++++--- ...gine_querycamerafocallengthcapability.dita | 63 ++++++++++++++ ...rtcengine_setaudiomixingplaybackspeed.dita | 55 ++++++++++++ ...irtcengine_setcamerastabilizationmode.dita | 72 ++++++++++++++++ .../API/api_irtcengine_switchcamera2.dita | 59 +++++++++++++ .../api_irtcengineex_enableencryptionex.dita | 61 +++++++++++++ .../API/api_irtcengineex_getcallidex.dita | 50 +++++++++++ ...callback_ifaceinfoobserver_onfaceinfo.dita | 85 +++++++++++++++++++ .../RTC-NG/API/class_focallengthinfo.dita | 66 ++++++++++++++ .../RTC-NG/API/class_ifaceinfoobserver.dita | 11 +++ .../RTC-NG/API/enum_audioeffectpreset.dita | 18 ++-- .../dita/RTC-NG/API/enum_cameradirection.dita | 8 +- .../API/enum_camerafocallengthtype.dita | 38 +++++++++ .../API/enum_camerastabilizationmode.dita | 41 +++++++++ .../API/enum_earmonitoringfiltertype.dita | 16 ++-- .../RTC-NG/API/enum_encryptionerrortype.dita | 12 ++- 24 files changed, 1101 insertions(+), 36 deletions(-) create mode 100644 en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice2.dita create mode 100644 en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdevice2.dita create mode 100644 en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita create mode 100644 en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo2.dita create mode 100644 en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita create mode 100644 en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita create mode 100644 en-US/dita/RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita create mode 100644 en-US/dita/RTC-NG/API/api_irtcengine_querycamerafocallengthcapability.dita create mode 100644 en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingplaybackspeed.dita create mode 100644 en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita create mode 100644 en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita create mode 100644 en-US/dita/RTC-NG/API/api_irtcengineex_enableencryptionex.dita create mode 100644 en-US/dita/RTC-NG/API/api_irtcengineex_getcallidex.dita create mode 100644 en-US/dita/RTC-NG/API/callback_ifaceinfoobserver_onfaceinfo.dita create mode 100644 en-US/dita/RTC-NG/API/class_focallengthinfo.dita create mode 100644 en-US/dita/RTC-NG/API/class_ifaceinfoobserver.dita create mode 100644 en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita create mode 100644 en-US/dita/RTC-NG/API/enum_camerastabilizationmode.dita diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice2.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice2.dita new file mode 100644 index 00000000000..ff1396e23d2 --- /dev/null +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice2.dita @@ -0,0 +1,54 @@ + + + + <ph keyref="getDefaultDevice2_IAudioDeviceCollection"/> + 获取系统默认的音频设备及设备类型。 + + + + + + + + +
        +

        + + + virtual int getDefaultDevice(char deviceName[MAX_DEVICE_ID_LENGTH], char deviceTypeName[MAX_DEVICE_ID_LENGTH], char deviceId[MAX_DEVICE_ID_LENGTH]) = 0; + + + + +

        +
        +
        + Details +
        + +
        Since
        +
        v4.3.1
        +
        +
        +
        • This method applies to macOS only.
        • +
        • You need to call or to get the device list before calling this method.
        +
        +
        + Parameters + + + + + + + + + + + + + +
        +
        +
        +
        diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdevice2.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdevice2.dita new file mode 100644 index 00000000000..494161021c5 --- /dev/null +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdevice2.dita @@ -0,0 +1,59 @@ + + + + <ph keyref="getDevice2_IAudioDeviceCollection"/> + 获取指定 index 的音频设备信息及设备类型。 + + + + + + + + +
        +

        + + + virtual int getDevice(int index, char deviceName[MAX_DEVICE_ID_LENGTH], char deviceTypeName[MAX_DEVICE_ID_LENGTH], + char deviceId[MAX_DEVICE_ID_LENGTH]) = 0; + + + + +

        +
        +
        + Details +
        + +
        Since
        +
        v4.3.1
        +
        +
        +

        你可以调用该方法获取指定音频设备的名称、设备类型及 ID。

        + This method is for macOS only. +
        +
        + Parameters + + + + + + + + + + + + + + + deviceTypeName + 输出参数,音频设备类型,如:built-in、USB、HDMI 等。 The maximum length is . + +
        +
        +
        +
        diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita new file mode 100644 index 00000000000..515fc1017b8 --- /dev/null +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita @@ -0,0 +1,59 @@ + + + + <ph keyref="getPlaybackDeviceInfo2"/> + 获取音频播放设备信息及其类型。 + + + + + + + + +
        +

        + + + virtual int getPlaybackDeviceInfo(char deviceId[MAX_DEVICE_ID_LENGTH], char deviceName[MAX_DEVICE_ID_LENGTH], char deviceTypeName[MAX_DEVICE_ID_LENGTH]) = 0; + + + + +

        +
        +
        + Details +
        + +
        Since
        +
        v4.3.1
        +
        +
        +

        This method applies to macOS only.

        +
        +
        + Parameters + + + + + + + + + + + deviceTypeName + 输出参数,音频播放设备类型,如:built-in、USB、HDMI 等。 The maximum length is . + +
        +
        + <ph keyref="return-section-title"/> +

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly.

        +
          +
        • 0: Success.
        • +
        • < 0: Failure. See for details and resolution suggestions.
        • +
        +
        +
        diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo2.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo2.dita new file mode 100644 index 00000000000..b3305e6569c --- /dev/null +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo2.dita @@ -0,0 +1,53 @@ + + + + <ph keyref="getRecordingDeviceInfo2"/> + 获取音频采集设备信息及其类型。 + + + + + + + + +
        +

        + + + virtual int getRecordingDeviceInfo(char deviceId[MAX_DEVICE_ID_LENGTH], char deviceName[MAX_DEVICE_ID_LENGTH], char deviceTypeName[MAX_DEVICE_ID_LENGTH]) = 0; + + + + +

        +
        +
        + Details +
        + +
        Since
        +
        v4.3.1
        +
        +
        +

        This method applies to macOS only.

        +
        +
        + Parameters + + + + + + + + + + + deviceTypeName + 输出参数,音频采集设备类型,如:built-in、USB、HDMI 等。 The maximum length is . + +
        +
        +
        +
        diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita b/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita new file mode 100644 index 00000000000..6442dd117ef --- /dev/null +++ b/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita @@ -0,0 +1,61 @@ + + + + <ph keyref="registerFaceInfoObserver" /> + 注册一个人脸信息观测器。 + + + + + + + + +
        +

        + public abstract int registerFaceInfoObserver(IFaceInfoObserver receiver); + - (BOOL)setFaceInfoDelegate:(id<AgoraFaceInfoDelegate> _Nullable)delegate NS_SWIFT_NAME(setFaceInfoDelegate(_:)); + virtual int registerFaceInfoObserver(IFaceInfoObserver* observer) = 0; + + + + +

        +
        +
        + Details +
        + +
        Since
        +
        v4.3.1
        +
        +
        +

        你可以调用该方法注册 回调获取声网语音驱动插件处理后的人脸信息。 When calling this method to register a video observer, you can register callbacks in the class as needed. 在成功注册人脸信息观测器后,SDK 会在捕捉到经过语音驱动插件转换的人脸信息时,触发你所注册的回调。

        + +
          +
        • Ensure that you call this method before joining a channel.
        • +
        • 调用该方法前,你需要确保已调用 启用语音驱动插件。
        • +
        +
        +
        +
        + Applicable scenarios +

        通过声网语音驱动插件处理后的人脸信息为符合 ARkit 标准的 BS(Blend Shape)数据,你可以使用第三方 3D 渲染引擎对 BS 数据进一步处理,例如驱动虚拟人面部作出语音对应的口型变化。

        +
        +
        + Parameters + + + observer + 人脸信息观测器,详见 + +
        +
        + <ph keyref="return-section-title"/> +

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly.

        +
          +
        • 0: Success.
        • +
        • < 0: Failure. See for details and resolution suggestions.
        • +
        +
        +
        diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita new file mode 100644 index 00000000000..0d52487402e --- /dev/null +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita @@ -0,0 +1,81 @@ + + + + <ph keyref="enableCameraCenterStage"/> + 开启或关闭人像锁定功能。 + + + + + + + + +
        +

        + + - (int)enableCameraCenterStage:(BOOL)enabled NS_SWIFT_NAME(enableCameraCenterStage(_:)); + virtual int enableCameraCenterStage(bool enabled) = 0; + + + + +

        +
        +
        +
        + +
        Since
        +
        v4.3.1
        +
        +
        +

        人像锁定功能默认关闭,你需要调用该方法开启。 如果需要关闭该功能,则需重新调用该方法并将 enabled 设置为

        + +

        This method is for Windows and macOS only.

        +
        +
        +
        + Applicable scenarios +

        人像锁定功能可广泛应用于在线会议、秀场、在线教育等场景。 主播可以开启该功能,确保无论移动与否,自己始终在画面中心,以便取得良好的展示效果。

        +
        +
        + 调用时机 +

        This method must be called after the camera is successfully enabled, that is, after the SDK triggers the callback and returns the local video state as (1).

        +
        +
        + 调用限制 +

        由于该功能对设备性能要求较高,你需要在以下类型或更高性能的设备上使用该功能:

          +
        • iPad:
            +
          • 12.9 英寸 iPad Pro(第五代)
          • +
          • 11 英寸 iPad Pro(第三代)
          • +
          • iPad(第九代)
          • +
          • iPad mini(第六代)
          • +
          • iPad Air 3 (4th generation)
        • +
        • 2020 年 M1 MacBook Pro 13 英寸 + iPhone 11(将 iPhone 作为 MacBook 的外接摄像头使用)
        • +

        +

        声网建议你在开启该功能前,先调用 查询当前设备是否支持人像锁定。

        +
        + +
        + Parameters + + + enabled + 是否开启人像锁定功能:
          +
        • :开启人像锁定。
        • +
        • :关闭人像锁定。
        • +
        +
        +
        +
        + <ph keyref="return-section-title"/> +

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly.

        +
          +
        • 0: Success.
        • +
        • < 0: Failure. See for details and resolution suggestions.
        • +
        +
        +
        diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita b/en-US/dita/RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita new file mode 100644 index 00000000000..f23e67c30a5 --- /dev/null +++ b/en-US/dita/RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita @@ -0,0 +1,52 @@ + + + + <ph keyref="isCameraCenterStageSupported"/> + Check if the camera supports portrait lock mode. + + + + + + + + +
        +

        + + - (BOOL)isCameraCenterStageSupported NS_SWIFT_NAME(isCameraCenterStageSupported()); + virtual bool isCameraCenterStageSupported() = 0; + + + + +

        +
        +
        +
        + +
        Since
        +
        v4.3.1
        +
        +
        + +

        This method is for Windows and macOS only.

        +
        +

        Before calling to enable portrait lock, it is recommended to call this method to check if the current device supports portrait lock.

        +
        +
        + 调用时机 +

        This method must be called after the camera is successfully enabled, that is, after the SDK triggers the callback and returns the local video state as (1).

        +
        +
        + 调用限制 +

        No

        +
        +
        + <ph keyref="return-section-title"/> +
          +
        • : 当前摄像头支持人像锁定。
        • +
        • : 当前摄像头不支持人像锁定。
        • +
        +
        +
        diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer.dita b/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer.dita index a091279f01f..ae83877041c 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer.dita @@ -1,12 +1,12 @@ - <ph keyref="pushExternalAudioFrameSampleBuffer1" /> + <ph keyref="pushExternalAudioFrameSampleBuffer1"/> Pushes external CMSampleBuffer audio frames. - + @@ -16,6 +16,15 @@ - (int)pushExternalAudioFrameSampleBuffer:(CMSampleBufferRef _Nonnull)sampleBuffer;

        +
        + Details +
        + +
        Deprecated:
        +
        Deprecated as of v2.3.2. Please use instead.
        +
        +
        +
        Parameters @@ -28,8 +37,8 @@ Returns
        • 0: Success.
        • -
        • < 0: Failure.
        • +
        • < 0: Failure. See for details and resolution suggestions.
        - \ No newline at end of file + diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer2.dita index 4904f1faedd..e89bd6487e7 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer2.dita @@ -1,43 +1,63 @@ - <ph keyref="pushExternalAudioFrameSampleBuffer2" /> - Pushes external CMSampleBuffer audio frames to the specified position. + <ph keyref="pushExternalAudioFrameSampleBuffer2"/> + 将外部 CMSampleBuffer 音频帧通过自定义音频轨道推送到频道中。 - +

        - - (int)pushExternalAudioFrameSampleBuffer:(AgoraAudioExternalSourcePos)sourcePos sampleBuffer:(CMSampleBufferRef _Nonnull)sampleBuffer; + - (int)pushExternalAudioFrameSampleBuffer:(CMSampleBufferRef _Nonnull)sampleBuffer + sampleRate:(NSInteger)sampleRate + channels:(NSInteger)channels + trackId:(NSInteger)trackId NS_SWIFT_NAME(pushExternalAudioFrameSampleBuffer(_:sampleRate:channels:trackId:));

        -
        +
        + Details +
        + +
        Since
        +
        v4.3.1
        +
        +
        + +
        Parameters - - - - - - + + + + + + + + + + + + + +
        Returns
        • 0: Success.
        • -
        • < 0: Failure.
        • +
        • < 0: Failure. See for details and resolution suggestions.
        - \ No newline at end of file + diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_querycamerafocallengthcapability.dita b/en-US/dita/RTC-NG/API/api_irtcengine_querycamerafocallengthcapability.dita new file mode 100644 index 00000000000..5e966b14c67 --- /dev/null +++ b/en-US/dita/RTC-NG/API/api_irtcengine_querycamerafocallengthcapability.dita @@ -0,0 +1,63 @@ + + + + <ph keyref="queryCameraFocalLengthCapability" /> + 查询摄像头支持的焦距能力。 + + + + + + + + +
        +

        + public abstract AgoraFocalLengthInfo[] queryCameraFocalLengthCapability(); + - (NSArray<AgoraFocalLengthInfo *>* __nullable)queryCameraFocalLengthCapability NS_SWIFT_NAME(queryCameraFocalLengthCapability()); + virtual int queryCameraFocalLengthCapability(agora::rtc::FocalLengthInfo* focalLengthInfos, int& size) = 0; + + + + + +

        +
        +
        + Details +
        + +
        Since
        +
        v4.3.1
        +
        +
        +

        如需开启摄像头广角、超广角拍摄模式,建议你先调用该方法查询设备是否具备相应的焦距能力,再根据查询结果调用 调整摄像头的焦距配置,以达到最佳的摄像头采集效果。

        + This method is for Android and iOS only.
        +
        + Parameters + + + focalLengthInfos + Input and output parameter. 指向 对象数组的指针:
          +
        • 输入值:指定焦距信息的存储位置。
        • +
        • 输出值:输出查询到的摄像头焦距信息。
        +
        +
        + + size + Input and output parameter. 焦距信息数量:
          +
        • 输入值:指定 focalLengthInfos 可以容纳的最大焦距信息数量。 请确保该值不小于 8,即 focalLengthInfos 至少有空间存储 8 个焦距信息。
        • +
        • 输出值:输出查询到的焦距信息数量。
        +
        +
        +
        +
        + <ph keyref="return-section-title"/> +

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        返回一个 对象,其中包含摄像头支持的焦距信息。

        +
          +
        • 0: Success.
        • +
        • < 0: Failure. See for details and resolution suggestions.
        • +
        +
        +
        \ No newline at end of file diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingplaybackspeed.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingplaybackspeed.dita new file mode 100644 index 00000000000..cde91642423 --- /dev/null +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingplaybackspeed.dita @@ -0,0 +1,55 @@ + + + + <ph keyref="setAudioMixingPlaybackSpeed"/> + Sets the channel mode of the current audio file. + + + + + + + + +
        +

        + public abstract int setAudioMixingPlaybackSpeed(int speed); + - (int)setAudioMixingPlaybackSpeed:(NSInteger)speed NS_SWIFT_NAME(setAudioMixingPlaybackSpeed(_:)); + virtual int setAudioMixingPlaybackSpeed(int speed) = 0; + + + + +

        +
        +
        + Details +
        + +
        Since
        +
        v4.3.1
        +
        +
        +

        你需要在调用 并收到 回调报告播放状态为 后再调用该方法。

        +
        +
        + Parameters + + + speed + The number of times the music file plays. Agora recommends that you limit this value to between 50 and 400, defined as follows:
          +
        • 50: Half the original speed.
        • +
        • 100: The original speed.
        • +
        • 400: 4 times the original speed.
        • +
        +
        +
        +
        + <ph keyref="return-section-title"/> +

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly.

        +
          +
        • 0: Success.
        • +
        • < 0: Failure. See for details and resolution suggestions.
        • +
        +
        +
        diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita new file mode 100644 index 00000000000..2be3746cc41 --- /dev/null +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita @@ -0,0 +1,72 @@ + + + + <ph keyref="setCameraStabilizationMode"/> + 设置摄像头防抖模式。 + + + + + + + + +
        +

        + + - (int) setCameraStabilizationMode:(AgoraCameraStabilizationMode)mode NS_SWIFT_NAME(setCameraStabilizationMode(_:)); + virtual int setCameraStabilizationMode(CAMERA_STABILIZATION_MODE mode) = 0; + + + + +

        +
        +
        +
        + +
        Since
        +
        v4.3.1
        +
        +
        + +

        This method applies to iOS only.

        +
        +

        摄像头防抖模式默认关闭,你需要调用该方法开启并设置合适的防抖模式。

        +
        +
        + Applicable scenarios +

        在移动拍摄、暗光环境拍摄、手持拍摄时,你可以设置摄像头防抖模式,以减小摄像头晃动导致的影响,获得更加稳定、清晰的画面。

        +
        +
        + 调用时机 +

        This method must be called after the camera is successfully enabled, that is, after the SDK triggers the callback and returns the local video state as (1).

        +
        +
        + 调用限制 +
          +
        • 摄像头防抖只对视频分辨率大于 1280 × 720 以上的场景生效。
        • +
        • 开启摄像头防抖后,摄像头防抖等级越高,相机的视角就越小、相机时延就越大。 为保障用户体验,建议你将 mode 参数设置为
        • +
        +
        + +
        + Parameters + + + mode + 摄像头的防抖模式。 See . + +
        +
        + <ph keyref="return-section-title"/> +

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly.

        +
          +
        • 0: Success.
        • +
        • < 0: Failure. See for details and resolution suggestions.
        • +
        +
        +
        diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita new file mode 100644 index 00000000000..0c3e25164c8 --- /dev/null +++ b/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita @@ -0,0 +1,59 @@ + + + + <ph keyref="switchCamera2" /> + 通过摄像头 ID 切换摄像头。 + + + + + + + + +
        +

        + public abstract int switchCamera(String cameraId); + + + + + + + +

        +
        +
        + Details +
        + +
        Since
        +
        v4.3.1
        +
        +
        +

        + +

          +
        • +
        • +
        • 该方法和 均用于切换摄像头,区别在于 切换摄像头的方向(前置或后置),该方法则通过指定摄像头 ID 切换到特定的摄像头。
        • +
        +
        +
        + Parameters + + + cameraId + The ID of the camera. 你可以通过 Android 原生系统 API 获取摄像头 ID,详见 + + +
        +
        + <ph keyref="return-section-title"/> +

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +
          +
        • 0: Success.
        • +
        • < 0: Failure. See for details and resolution suggestions.
        • +
        +
        +
        \ No newline at end of file diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_enableencryptionex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_enableencryptionex.dita new file mode 100644 index 00000000000..d57494bf44e --- /dev/null +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_enableencryptionex.dita @@ -0,0 +1,61 @@ + + + + <ph keyref="enableEncryptionEx"/> + Enables or disables the built-in encryption. + + + + + + + + +
        +

        + public abstract int enableEncryptionEx( + boolean enabled, EncryptionConfig config, RtcConnection connection); + - (int)enableEncryptionEx:(bool)enabled encryptionConfig:(AgoraEncryptionConfig *_Nonnull)config connection:(AgoraRtcConnection* _Nonnull)connection NS_SWIFT_NAME(enableEncryptionEx(_:encryptionConfig:connection:)); + virtual int enableEncryptionEx(const RtcConnection& connection, bool enabled, const EncryptionConfig& config) = 0; + + + + +

        +
        +
        + Details +
        + +
        Since
        +
        v4.3.1
        +
        +
        +

        +

        +
        +
        + Parameters + + + + + + + + + + + + + +
        +
        + <ph keyref="return-section-title"/> +

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly.

        +
          +
        • 0: Success.
        • +
        • < 0: Failure. See for details and resolution suggestions.
        • +
        +
        +
        diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_getcallidex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_getcallidex.dita new file mode 100644 index 00000000000..3e479542153 --- /dev/null +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_getcallidex.dita @@ -0,0 +1,50 @@ + + + + getCallIdEx + 使用连接 ID 获取通话 ID。 + + + + + + + + +
        +

        + public abstract String getCallIdEx(RtcConnection connection); + - (NSString * _Nullable)getCallIdEx:(AgoraRtcConnection * _Nonnull)connection NS_SWIFT_NAME(getCallIdEx(_:)); + virtual int getCallIdEx(agora::util::AString& callId, const RtcConnection& connection) = 0; + + + + +

        +
        +
        + Details +
        + +
        Since
        +
        v4.3.1
        +
        +
        +

        + +

        +
        + Parameters + + + + + + + + + +
        +
        + + diff --git a/en-US/dita/RTC-NG/API/callback_ifaceinfoobserver_onfaceinfo.dita b/en-US/dita/RTC-NG/API/callback_ifaceinfoobserver_onfaceinfo.dita new file mode 100644 index 00000000000..4a05864e72b --- /dev/null +++ b/en-US/dita/RTC-NG/API/callback_ifaceinfoobserver_onfaceinfo.dita @@ -0,0 +1,85 @@ + + + + <ph keyref="onFaceInfo" /> + 报告已获取语音驱动插件处理后的人脸信息。 + + + + + + + + +
        +

        + boolean onFaceInfo(String outFaceInfo); + - (BOOL)onFaceInfo:(NSString* _Nonnull)outFaceInfo NS_SWIFT_NAME(onFaceInfo(_:)); + virtual bool onFaceInfo(const char* outFaceInfo) = 0; + + + + + +

        +
        +
        +
        + +
        Since
        +
        v4.3.1
        +
        +
        +

        +

        +
        + Parameters + + + outFaceInfo + 输出参数,语音驱动插件处理后的人脸信息 JSON 字符串,包含以下字段:
          +
        • faces:Object 序列。 包含识别到的人脸信息,每一张人脸对应一个 Object。
        • +
        • blendshapes:Object。 面捕系数集,命名符合 ARkit 标准,内部的键值对为每一个 blendshape 系数。 blendshape 系数为浮点,取值范围为 [0.0,1.0]。
        • +
        • rotation:Object 序列。 头部旋转量,包含以下三个键值对,取值为浮点数,范围为 [-180.0,180.0]:
            +
          • pitch:头部俯仰角度。 低头为正值,抬头为负值。
          • +
          • yaw:头部水平旋转角度。 左转为正值,右转为负值。
          • +
          • roll:头部垂直旋转角度。 右倾为正值,左倾为负值。
          • +
          +
        • +
        • timestamp:String。 输出结果的时间戳,单位为毫秒。
        • +
        +

        以下为 JSON 示例: +{ + "faces":[{ + "blendshapes":{ + "eyeBlinkLeft":0.9, "eyeLookDownLeft":0.0, "eyeLookInLeft":0.0, "eyeLookOutLeft":0.0, "eyeLookUpLeft":0.0, + "eyeSquintLeft":0.0, "eyeWideLeft":0.0, "eyeBlinkRight":0.0, "eyeLookDownRight":0.0, "eyeLookInRight":0.0, + "eyeLookOutRight":0.0, "eyeLookUpRight":0.0, "eyeSquintRight":0.0, "eyeWideRight":0.0, "jawForward":0.0, + "jawLeft":0.0, "jawRight":0.0, "jawOpen":0.0, "mouthClose":0.0, "mouthFunnel":0.0, "mouthPucker":0.0, + "mouthLeft":0.0, "mouthRight":0.0, "mouthSmileLeft":0.0, "mouthSmileRight":0.0, "mouthFrownLeft":0.0, + "mouthFrownRight":0.0, "mouthDimpleLeft":0.0, "mouthDimpleRight":0.0, "mouthStretchLeft":0.0, "mouthStretchRight":0.0, + "mouthRollLower":0.0, "mouthRollUpper":0.0, "mouthShrugLower":0.0, "mouthShrugUpper":0.0, "mouthPressLeft":0.0, + "mouthPressRight":0.0, "mouthLowerDownLeft":0.0, "mouthLowerDownRight":0.0, "mouthUpperUpLeft":0.0, "mouthUpperUpRight":0.0, + "browDownLeft":0.0, "browDownRight":0.0, "browInnerUp":0.0, "browOuterUpLeft":0.0, "browOuterUpRight":0.0, + "cheekPuff":0.0, "cheekSquintLeft":0.0, "cheekSquintRight":0.0, "noseSneerLeft":0.0, "noseSneerRight":0.0, + "tongueOut":0.0 + }, + "rotation":{"pitch":30.0, "yaw":25.5, "roll":-15.5}, + + }], + "timestamp":"654879876546" +} + +

        +
        +
        +
        +
        + Returns +
          +
        • : 人脸信息 JSON 解析成功。
        • +
        • : 人脸信息 JSON 解析失败。
        • +
        +
        +
        +
        diff --git a/en-US/dita/RTC-NG/API/class_focallengthinfo.dita b/en-US/dita/RTC-NG/API/class_focallengthinfo.dita new file mode 100644 index 00000000000..f2a7555a79a --- /dev/null +++ b/en-US/dita/RTC-NG/API/class_focallengthinfo.dita @@ -0,0 +1,66 @@ + + + + <ph keyref="FocalLengthInfo"/> + 摄像头支持的焦距信息,包含摄像头的方向以及焦距类型。 + +
        +

        + public class AgoraFocalLengthInfo { + + public CameraCapturerConfiguration.CAMERA_DIRECTION cameraDirection; + + public CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE focalLengthType; + + @CalledByNative + public AgoraFocalLengthInfo(int cameraDirection, int focalLengthType) { + this.cameraDirection = CameraCapturerConfiguration.CAMERA_DIRECTION.values()[cameraDirection]; + this.focalLengthType = CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE.values()[focalLengthType]; + } + + @Override + public String toString() { + return "AgoraFocalLengthInfo{" + + "cameraDirection=" + cameraDirection + + ", focalLengthType=" + focalLengthType + + '}'; + } +} + __attribute__((visibility("default"))) @interface AgoraFocalLengthInfo : NSObject +@property(assign, nonatomic) int cameraDirection; +@property(assign, nonatomic) AgoraFocalLength focalLengthType; +@end + struct FocalLengthInfo { + int cameraDirection; + CAMERA_FOCAL_LENGTH_TYPE focalLengthType; +}; + + + + +

        +
        +
        +
        + +
        Since
        +
        v4.3.1
        +
        +
        + (For Android and iOS only) +

        +

        +
        + Parameters + + + cameraDirection + The camera direction. See . + + + focalLengthType + 焦距类型。 See . + +
        +
        +
        diff --git a/en-US/dita/RTC-NG/API/class_ifaceinfoobserver.dita b/en-US/dita/RTC-NG/API/class_ifaceinfoobserver.dita new file mode 100644 index 00000000000..5d7eb7d6275 --- /dev/null +++ b/en-US/dita/RTC-NG/API/class_ifaceinfoobserver.dita @@ -0,0 +1,11 @@ + + + + <ph keyref="IFaceInfoObserver" /> + 人脸信息观测器。 + +
        +

        You can call to register or unregister the object.

        +
        +
        +
        \ No newline at end of file diff --git a/en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita b/en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita index 55cba75ff8c..d7fe4ea052b 100644 --- a/en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita +++ b/en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita @@ -2,9 +2,9 @@ <ph keyref="AUDIO_EFFECT_PRESET"/> - Preset audio effects. + Preset voice effects. -
        To get better audio effects, Agora recommends calling and setting the profile parameter as recommended below before using the preset audio effects. +
        To get better audio effects, Agora recommends calling and setting the profile parameter as recommended below before using the preset audio effects.
        @@ -23,11 +23,11 @@
      • - or + or - Other preset audio effects (except for ) - or + Other preset audio effects (except for ) + or
        @@ -71,10 +71,14 @@ Virtual surround sound, that is, the SDK generates a simulated surround sound field on the basis of stereo channels, thereby creating a surround sound effect.If the virtual surround sound is enabled, users need to use stereo audio playback devices to hear the anticipated audio effect. + + + 合唱。 声网推荐你在合唱场景下使用,使人声更具空间立体感。 + -

        A 3D voice effect that makes the voice appear to be moving around the user. The default cycle period is 10 seconds. After setting this effect, you can call to modify the movement period.

        +

        A 3D voice effect that makes the voice appear to be moving around the user. The default movement cycle is 10 seconds. After setting this effect, you can call to modify the movement period.

        If the 3D voice effect is enabled, users need to use stereo audio playback devices to hear the anticipated voice effect.
        @@ -86,7 +90,7 @@ -

        An older man's voice.

        +

        A senior man's voice.

        Agora recommends using this preset to process a male-sounding voice; otherwise, you may not hear the anticipated voice effect.
        diff --git a/en-US/dita/RTC-NG/API/enum_cameradirection.dita b/en-US/dita/RTC-NG/API/enum_cameradirection.dita index 01e6e55fb8e..d185efdd281 100644 --- a/en-US/dita/RTC-NG/API/enum_cameradirection.dita +++ b/en-US/dita/RTC-NG/API/enum_cameradirection.dita @@ -9,11 +9,15 @@ - The rear camera. + 0: 后置摄像头。 - The front camera. + 1: 前置摄像头。 + + + + 2: 外接摄像头。 diff --git a/en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita b/en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita new file mode 100644 index 00000000000..75834180f37 --- /dev/null +++ b/en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita @@ -0,0 +1,38 @@ + + + + <ph keyref="CAMERA_FOCAL_LENGTH_TYPE"/> + 摄像头的焦距类型。 + +
        +
        + +
        Since
        +
        v4.3.1
        +
        +
        + (For Android and iOS only) +
        +
        + Enumerator + + + + 0:(默认)标准镜头。 + + + + 1:广角镜头。 + + + + 2:超广角镜头。 + + + + 3:长焦镜头。(For iOS only) + + + +
        +
        diff --git a/en-US/dita/RTC-NG/API/enum_camerastabilizationmode.dita b/en-US/dita/RTC-NG/API/enum_camerastabilizationmode.dita new file mode 100644 index 00000000000..6c5ef659a0e --- /dev/null +++ b/en-US/dita/RTC-NG/API/enum_camerastabilizationmode.dita @@ -0,0 +1,41 @@ + + + + <ph keyref="CAMERA_STABILIZATION_MODE"/> + 摄像头防抖模式。 + +
        +
        + +
        Since
        +
        v4.3.1
        +
        +
        +

        摄像头的防抖效果按照 1 < 2 <3 的顺序依次增强,时延也会相应增大。

        +
        +
        + Enumerator + + + + -1:(默认)摄像头防抖模式关闭。 + + + + 0:摄像头自动防抖,系统会根据摄像头的状态自动选择一种防抖模式。 但是在该模式下的时延较大,建议你不要使用该枚举。 + + + + 1:(推荐)摄像头 1 级防抖。 + + + + 2:摄像头 2 级防抖。 + + + + 3:摄像头 3 级防抖。 + + +
        +
        diff --git a/en-US/dita/RTC-NG/API/enum_earmonitoringfiltertype.dita b/en-US/dita/RTC-NG/API/enum_earmonitoringfiltertype.dita index bd98d17ff55..86c420c8056 100644 --- a/en-US/dita/RTC-NG/API/enum_earmonitoringfiltertype.dita +++ b/en-US/dita/RTC-NG/API/enum_earmonitoringfiltertype.dita @@ -2,29 +2,29 @@ <ph keyref="EAR_MONITORING_FILTER_TYPE"/> - The audio filter of in-ear monitoring. + The audio filter of in-ear monitoring:
        Enumerator - -

        1<<0: Do not add an audio filter to the in-ear monitor.

        -
        + 1: Do not add an audio filter to the in-ear monitor.
        - -

        1<<1: Add an audio filter to the in-ear monitor. If you implement functions such as voice beautifier and audio effect, users can hear the voice after adding these effects.

        -
        + (1 << 1): Add an audio filter to the in-ear monitor. If you implement functions such as voice beautifier and audio effect, users can hear the voice after adding these effects.
        -

        1<<2: Enable noise suppression to the in-ear monitor.

        +

        (1 << 2): Enable noise suppression to the in-ear monitor.

        + + + 1<<15: 复用发送端已进行过音效处理的 Audio filter。 通过复用 Audio filter 降低耳返对 CPU 的占用率,但会增加耳返延迟,适用于需要降低 CPU 消耗且对耳返延迟不敏感的场景。 +
        diff --git a/en-US/dita/RTC-NG/API/enum_encryptionerrortype.dita b/en-US/dita/RTC-NG/API/enum_encryptionerrortype.dita index b30269f4a4d..d440c26f545 100644 --- a/en-US/dita/RTC-NG/API/enum_encryptionerrortype.dita +++ b/en-US/dita/RTC-NG/API/enum_encryptionerrortype.dita @@ -13,11 +13,19 @@
        - 1: Decryption errors. Ensure that the receiver and the sender use the same encryption mode and key. + 1: 媒体流解密错误。 Ensure that the receiver and the sender use the same encryption mode and key. - 2: Encryption errors. + 2: 媒体流加密错误。 + + + + 3: 数据流解密错误。 Ensure that the receiver and the sender use the same encryption mode and key. + + + + 4: 数据流加密错误。 From 246d7cb47672b8542c3e7238c5b707f0a1615793 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:41:21 +0800 Subject: [PATCH 03/23] New translations --- ...pi_irtcengine_enablecameracenterstage.dita | 12 +++++------ ...tcengine_iscameracenterstagesupported.dita | 10 +++++----- ...gine_querycamerafocallengthcapability.dita | 16 +++++++-------- ...irtcengine_setcamerastabilizationmode.dita | 20 +++++++++---------- .../API/api_irtcengine_switchcamera2.dita | 8 ++++---- .../class_cameracapturerconfiguration.dita | 2 +- .../RTC-NG/API/class_focallengthinfo.dita | 2 +- .../dita/RTC-NG/API/enum_cameradirection.dita | 6 +++--- .../API/enum_camerafocallengthtype.dita | 12 +++++------ .../API/enum_camerastabilizationmode.dita | 14 ++++++------- 10 files changed, 51 insertions(+), 51 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita index 0d52487402e..ea9c657e389 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita @@ -2,7 +2,7 @@ <ph keyref="enableCameraCenterStage"/> - 开启或关闭人像锁定功能。 + Enables or disables portrait lock function. @@ -29,7 +29,7 @@
        v4.3.1
        -

        人像锁定功能默认关闭,你需要调用该方法开启。 如果需要关闭该功能,则需重新调用该方法并将 enabled 设置为

        +

        The portrait lock function is turned off by default, you need to call this method to turn it on. 如果需要关闭该功能,则需重新调用该方法并将 enabled 设置为

        This method is for Windows and macOS only.

        @@ -39,11 +39,11 @@

        人像锁定功能可广泛应用于在线会议、秀场、在线教育等场景。 主播可以开启该功能,确保无论移动与否,自己始终在画面中心,以便取得良好的展示效果。

        - 调用时机 + Call timing

        This method must be called after the camera is successfully enabled, that is, after the SDK triggers the callback and returns the local video state as (1).

        - 调用限制 + Restrictions

        由于该功能对设备性能要求较高,你需要在以下类型或更高性能的设备上使用该功能:

        • iPad:
          • 12.9 英寸 iPad Pro(第五代)
          • @@ -56,8 +56,8 @@

            声网建议你在开启该功能前,先调用 查询当前设备是否支持人像锁定。

        Parameters diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita b/en-US/dita/RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita index f23e67c30a5..3e80a6866f9 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita @@ -35,18 +35,18 @@

        Before calling to enable portrait lock, it is recommended to call this method to check if the current device supports portrait lock.

        - 调用时机 + Call timing

        This method must be called after the camera is successfully enabled, that is, after the SDK triggers the callback and returns the local video state as (1).

        - 调用限制 -

        No

        + Restrictions +

        No.

        <ph keyref="return-section-title"/>
          -
        • : 当前摄像头支持人像锁定。
        • -
        • : 当前摄像头不支持人像锁定。
        • +
        • : The current camera supports portrait lock mode.
        • +
        • : The current camera supports portrait lock mode.
        diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_querycamerafocallengthcapability.dita b/en-US/dita/RTC-NG/API/api_irtcengine_querycamerafocallengthcapability.dita index 5e966b14c67..8dbdac4df78 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_querycamerafocallengthcapability.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_querycamerafocallengthcapability.dita @@ -2,7 +2,7 @@ <ph keyref="queryCameraFocalLengthCapability" /> - 查询摄像头支持的焦距能力。 + Queries the focal length capability supported by the camera. @@ -31,29 +31,29 @@
        v4.3.1
        -

        如需开启摄像头广角、超广角拍摄模式,建议你先调用该方法查询设备是否具备相应的焦距能力,再根据查询结果调用 调整摄像头的焦距配置,以达到最佳的摄像头采集效果。

        +

        If you need to enable wide-angle or ultra-wide-angle mode for the camera capture, it is recommended to call this method first to query whether the device has the corresponding focal length capability, and then adjust the camera's focal length configuration based on the query result by calling , to achieve the best camera capture effect.

        This method is for Android and iOS only.
        Parameters focalLengthInfos - Input and output parameter. 指向 对象数组的指针:
          -
        • 输入值:指定焦距信息的存储位置。
        • -
        • 输出值:输出查询到的摄像头焦距信息。
        + Input and output parameter. A pointer to an array of objects:
          +
        • Input value: Specifies the storage location of the focal length information.
        • +
        • Output value: Outputs the queried camera focal length information.
        size - Input and output parameter. 焦距信息数量:
          -
        • 输入值:指定 focalLengthInfos 可以容纳的最大焦距信息数量。 请确保该值不小于 8,即 focalLengthInfos 至少有空间存储 8 个焦距信息。
        • + Input and output parameter. The number of focal length information:
            +
          • Input value: Specifies the maximum number of focal length information that focalLengthInfos can accommodate. Make sure that this value is not less than 8, meaning that focalLengthInfos has at least enough space to store 8 focal length information.
          • 输出值:输出查询到的焦距信息数量。
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        返回一个 对象,其中包含摄像头支持的焦距信息。

        • 0: Success.
        • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita index 2be3746cc41..b11677836ea 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita @@ -2,7 +2,7 @@ <ph keyref="setCameraStabilizationMode"/> - 设置摄像头防抖模式。 + Set the camera stabilization mode. @@ -32,33 +32,33 @@

          This method applies to iOS only.

          -

          摄像头防抖模式默认关闭,你需要调用该方法开启并设置合适的防抖模式。

          +

          The camera stabilization mode is off by default. You need to call this method to turn it on and set the appropriate stabilization mode.

        Applicable scenarios -

        在移动拍摄、暗光环境拍摄、手持拍摄时,你可以设置摄像头防抖模式,以减小摄像头晃动导致的影响,获得更加稳定、清晰的画面。

        +

        When shooting on the move, in low light conditions, or handheld, you can set the camera stabilization mode to reduce the impact of camera shake and get a more stable, clear picture.

        - 调用时机 + Call timing

        This method must be called after the camera is successfully enabled, that is, after the SDK triggers the callback and returns the local video state as (1).

        - 调用限制 + Restrictions
          -
        • 摄像头防抖只对视频分辨率大于 1280 × 720 以上的场景生效。
        • -
        • 开启摄像头防抖后,摄像头防抖等级越高,相机的视角就越小、相机时延就越大。 为保障用户体验,建议你将 mode 参数设置为
        • +
        • Camera stabilization only works for scenarios with a video resolution greater than 1280 x 720.
        • +
        • After enabling camera stabilization, the higher the camera stabilization level, the smaller the camera's field of view and the greater the camera's latency. To ensure user experience, it is recommended that you set the mode parameter to .
        Parameters mode - 摄像头的防抖模式。 See . + Camera stabilization mode. See .
        diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita index 0c3e25164c8..7f007c6eed3 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita @@ -2,7 +2,7 @@ <ph keyref="switchCamera2" /> - 通过摄像头 ID 切换摄像头。 + Switches cameras by camera ID. @@ -36,7 +36,7 @@
        • -
        • 该方法和 均用于切换摄像头,区别在于 切换摄像头的方向(前置或后置),该方法则通过指定摄像头 ID 切换到特定的摄像头。
        • +
        • This method and both are used to switch cameras. The difference is that switches the camera direction (front or rear), while this method switches to a specific camera by specifying the camera ID.
        @@ -44,13 +44,13 @@ cameraId - The ID of the camera. 你可以通过 Android 原生系统 API 获取摄像头 ID,详见 + The camera ID. You can obtain the camera ID through the Android native system API, see and for details.
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita b/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita index f815b3b80b8..f0e4ce38875 100644 --- a/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita +++ b/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita @@ -296,7 +296,7 @@ struct FCameraCapturerConfiguration cameraId - (可选)摄像头 ID。 你可以通过 Android 原生系统 API 获取摄像头 ID,详见
            + (可选)摄像头 ID。 You can obtain the camera ID through the Android native system API, see and for details.
            • This method is for Android only.
            • 该参数和 cameraDirection 均用于指定摄像头,二者为互斥关系,你可以按需选用其中之一,具体区别如下:
              • 通过 cameraDirection 指定摄像头的方式更为简便。 你只需指定摄像头的方向(前置或后置),无需指定具体的摄像头 ID,SDK 会通过系统 API 去检索和确定实际的摄像头 ID。
              • diff --git a/en-US/dita/RTC-NG/API/class_focallengthinfo.dita b/en-US/dita/RTC-NG/API/class_focallengthinfo.dita index f2a7555a79a..fe4acd1224a 100644 --- a/en-US/dita/RTC-NG/API/class_focallengthinfo.dita +++ b/en-US/dita/RTC-NG/API/class_focallengthinfo.dita @@ -47,7 +47,7 @@
                v4.3.1
                - (For Android and iOS only) + This enumeration class applies to Android and iOS only.

        diff --git a/en-US/dita/RTC-NG/API/enum_cameradirection.dita b/en-US/dita/RTC-NG/API/enum_cameradirection.dita index d185efdd281..8f4e2c02e41 100644 --- a/en-US/dita/RTC-NG/API/enum_cameradirection.dita +++ b/en-US/dita/RTC-NG/API/enum_cameradirection.dita @@ -9,15 +9,15 @@ - 0: 后置摄像头。 + 0: The rear camera. - 1: 前置摄像头。 + 1: The front camera. - 2: 外接摄像头。 + 2: The external camera.
        diff --git a/en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita b/en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita index 75834180f37..1df16cf628f 100644 --- a/en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita +++ b/en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita @@ -2,7 +2,7 @@ <ph keyref="CAMERA_FOCAL_LENGTH_TYPE"/> - 摄像头的焦距类型。 + The camera focal length types.
        @@ -11,26 +11,26 @@
        v4.3.1
        - (For Android and iOS only) + This enumeration class applies to Android and iOS only.
        Enumerator - 0:(默认)标准镜头。 + 0: (Default) Standard lens. - 1:广角镜头。 + 1: Wide-angle lens. - 2:超广角镜头。 + 2: Ultra-wide-angle lens. - 3:长焦镜头。(For iOS only) + 3: Telephoto lens.This enumerator applies to iOS only. diff --git a/en-US/dita/RTC-NG/API/enum_camerastabilizationmode.dita b/en-US/dita/RTC-NG/API/enum_camerastabilizationmode.dita index 6c5ef659a0e..2c96c525341 100644 --- a/en-US/dita/RTC-NG/API/enum_camerastabilizationmode.dita +++ b/en-US/dita/RTC-NG/API/enum_camerastabilizationmode.dita @@ -2,7 +2,7 @@ <ph keyref="CAMERA_STABILIZATION_MODE"/> - 摄像头防抖模式。 + Camera stabilization mode.
        @@ -11,30 +11,30 @@
        v4.3.1
        -

        摄像头的防抖效果按照 1 < 2 <3 的顺序依次增强,时延也会相应增大。

        +

        The camera stabilization effect increases in the order of 1 < 2 < 3, and the latency will also increase accordingly.

        Enumerator - -1:(默认)摄像头防抖模式关闭。 + -1: (Default) Camera stabilization mode off. - 0:摄像头自动防抖,系统会根据摄像头的状态自动选择一种防抖模式。 但是在该模式下的时延较大,建议你不要使用该枚举。 + 0: Automatic camera stabilization, the system automatically selects a stabilization mode based on the status of the camera. However, the latency is relatively high in this mode, so it is recommended not to use this enumeration. - 1:(推荐)摄像头 1 级防抖。 + 1: (Recommended) Level 1 camera stabilization. - 2:摄像头 2 级防抖。 + 2: Level 2 camera stabilization. - 3:摄像头 3 级防抖。 + 3: Level 3 camera stabilization.
        From c5389540a0b428bdbbf0bd280432d72313547d6e Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Thu, 11 Apr 2024 18:43:22 +0800 Subject: [PATCH 04/23] New translations --- ...udiodevicecollection_getdefaultdevice.dita | 6 ++-- ...diodevicecollection_getdefaultdevice2.dita | 2 +- ...api_iaudiodevicecollection_getdevice2.dita | 6 ++-- ...odevicemanager_getplaybackdeviceinfo2.dita | 4 +-- ...devicemanager_getrecordingdeviceinfo2.dita | 4 +-- ...pi_irtcengine_enablecameracenterstage.dita | 28 +++++++++---------- ...api_irtcengine_enableinearmonitoring2.dita | 4 +-- ...ne_pushexternalaudioframesamplebuffer.dita | 2 +- ...e_pushexternalaudioframesamplebuffer2.dita | 2 +- ...gine_querycamerafocallengthcapability.dita | 6 ++-- .../api_irtcengine_setaudioeffectpreset.dita | 2 +- ...rtcengine_setaudiomixingplaybackspeed.dita | 6 ++-- .../API/api_irtcengineex_getcallidex.dita | 2 +- ...cengineeventhandler_onencryptionerror.dita | 2 +- ...ideoframeobserver_oncapturevideoframe.dita | 4 +-- .../RTC-NG/API/class_encryptionconfig.dita | 6 ++-- .../RTC-NG/API/class_remoteaudiostats.dita | 2 +- .../API/class_simulcaststreamconfig.dita | 4 +-- en-US/dita/RTC-NG/API/class_videocanvas.dita | 6 ++-- .../RTC-NG/API/enum_audioeffectpreset.dita | 10 +++---- .../API/enum_earmonitoringfiltertype.dita | 10 +++---- .../RTC-NG/API/enum_encryptionerrortype.dita | 8 +++--- .../API/enum_localvideostreamreason.dita | 20 ++++++------- .../dita/RTC-NG/API/enum_videocodectype.dita | 2 +- 24 files changed, 74 insertions(+), 74 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice.dita index 9eca48268cd..e7465585a78 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice.dita @@ -31,16 +31,16 @@ type - 输出参数,设备的类型,详见 + Output parameter; the device type, see . deviceName - Output parameter, the name of the system default audio device. The maximum length is . + Output parameter; the name of the system default audio device. The maximum length is . deviceId - Output parameter, the device ID of the the system default audio device. The maximum length is . + Output parameter; the device ID of the the system default audio device. The maximum length is .
        diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice2.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice2.dita index ff1396e23d2..316e9dd0984 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice2.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice2.dita @@ -2,7 +2,7 @@ <ph keyref="getDefaultDevice2_IAudioDeviceCollection"/> - 获取系统默认的音频设备及设备类型。 + Get the system‘s default audio device and its type. diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdevice2.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdevice2.dita index 494161021c5..b49d0a0417a 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdevice2.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdevice2.dita @@ -2,7 +2,7 @@ <ph keyref="getDevice2_IAudioDeviceCollection"/> - 获取指定 index 的音频设备信息及设备类型。 + Get the audio device information and device type by index. @@ -31,7 +31,7 @@
        v4.3.1
        -

        你可以调用该方法获取指定音频设备的名称、设备类型及 ID。

        +

        You can call this method to get the name, type and ID of a specified audio device.

        This method is for macOS only.
        @@ -51,7 +51,7 @@ deviceTypeName - 输出参数,音频设备类型,如:built-in、USB、HDMI 等。 The maximum length is . + Output parameter; indicates the type of audio devices, such as built-in, USB and HDMI. The maximum length is .
        diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita index 515fc1017b8..c629d3fb2a0 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita @@ -2,7 +2,7 @@ <ph keyref="getPlaybackDeviceInfo2"/> - 获取音频播放设备信息及其类型。 + Get the information and type of audio playback device. @@ -45,7 +45,7 @@
        deviceTypeName - 输出参数,音频播放设备类型,如:built-in、USB、HDMI 等。 The maximum length is . + Output parameter; indicates the type of audio playback devices, such as built-in, USB and HDMI. The maximum length is .
        diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo2.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo2.dita index b3305e6569c..b3bb8438bf6 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo2.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo2.dita @@ -2,7 +2,7 @@ <ph keyref="getRecordingDeviceInfo2"/> - 获取音频采集设备信息及其类型。 + Get the information and type of audio capturing device. @@ -45,7 +45,7 @@ deviceTypeName - 输出参数,音频采集设备类型,如:built-in、USB、HDMI 等。 The maximum length is . + Output parameter; indicates the type of audio capturing devices, such as built-in, USB and HDMI. The maximum length is .
        diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita index ea9c657e389..1e7489b3ca9 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita @@ -2,7 +2,7 @@ <ph keyref="enableCameraCenterStage"/> - Enables or disables portrait lock function. + Enables or disables portrait lock feature. @@ -29,14 +29,14 @@
        v4.3.1
        -

        The portrait lock function is turned off by default, you need to call this method to turn it on. 如果需要关闭该功能,则需重新调用该方法并将 enabled 设置为

        +

        The portrait lock feature is off by default. You need to call this method to turn it on. If you need to disable this feature, you need to call this method again and set enabled to .

        This method is for Windows and macOS only.

        Applicable scenarios -

        人像锁定功能可广泛应用于在线会议、秀场、在线教育等场景。 主播可以开启该功能,确保无论移动与否,自己始终在画面中心,以便取得良好的展示效果。

        +

        The portrait lock feature can be widely used in scenarios such as online meetings, shows, online education, etc. The host can use this feature to ensure that they are always in the center of the screen, whether they move or not, in order to achieve a good display effect.

        Call timing @@ -44,16 +44,16 @@
        Restrictions -

        由于该功能对设备性能要求较高,你需要在以下类型或更高性能的设备上使用该功能:

          -
        • iPad:
            -
          • 12.9 英寸 iPad Pro(第五代)
          • -
          • 11 英寸 iPad Pro(第三代)
          • -
          • iPad(第九代)
          • -
          • iPad mini(第六代)
          • +

            Due to the high performance requirements of this feature, you need to use it on the following types of devices or devices with higher performance:

              +
            • iPad:
                +
              • 12.9-inch iPad Pro (5th generation)
              • +
              • 11-inch iPad Pro (3rd generation)
              • +
              • iPad (9th generation)
              • +
              • iPad mini (6th generation)
              • iPad Air 3 (4th generation)
            • -
            • 2020 年 M1 MacBook Pro 13 英寸 + iPhone 11(将 iPhone 作为 MacBook 的外接摄像头使用)
            • +
            • 2020 M1 MacBook Pro 13-inch + iPhone 11 (using iPhone as external camera for the MacBook)

            -

            声网建议你在开启该功能前,先调用 查询当前设备是否支持人像锁定。

            +

            Agora recommends that you call to check whether the current device supports portrait lock before enabling this feature.

        diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita index 965b3d6b83e..67f71873d98 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita @@ -52,12 +52,12 @@ includeAudioFilters - The audio filter of in-ear monitoring: See . + The audio filter types of in-ear monitoring. See . The audio filter of in-ear monitoring:
        • (1 << 0): Do not add an audio filter to the in-ear monitor.
        • (1 << 1): Add an audio filter to the in-ear monitor. If you implement functions such as voice beautifier and audio effect, users can hear the voice after adding these effects. 该枚举值支持使用按位或运算符(|)进行组合。
        • (1 << 2): Enable noise suppression to the in-ear monitor. 该枚举值支持使用按位或运算符(|)进行组合。
        • -
        • (1 <<15): 复用发送端已进行过音效处理的 Audio filter。 通过复用 Audio filter 降低耳返对 CPU 的占用率,但会增加耳返延迟,适用于需要降低 CPU 消耗且对耳返延迟不敏感的场景。 该枚举值仅支持单独使用,一旦指定了该选项,其他 Audio filter 配置将自动失效。
        • +
        • (1 <<15): 复用发送端已进行过音效处理的 Audio filter。 This enumerator reduces CPU usage while increasing in-ear monitoring latency, which is suitable for latency-tolerant scenarios requiring low CPU consumption. 该枚举值仅支持单独使用,一旦指定了该选项,其他 Audio filter 配置将自动失效。
        This parameter only takes effect when the enable parameter is .
        diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer.dita b/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer.dita index ae83877041c..4d8a30934d3 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer.dita @@ -21,7 +21,7 @@
        Deprecated:
        -
        Deprecated as of v2.3.2. Please use instead.
        +
        Deprecated as of v4.3.1. Use instead.
        diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer2.dita index e89bd6487e7..e6588c5fc6d 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer2.dita @@ -2,7 +2,7 @@ <ph keyref="pushExternalAudioFrameSampleBuffer2"/> - 将外部 CMSampleBuffer 音频帧通过自定义音频轨道推送到频道中。 + Pushes the external CMSampleBuffer audio frames to the channel through a custom audio track. diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_querycamerafocallengthcapability.dita b/en-US/dita/RTC-NG/API/api_irtcengine_querycamerafocallengthcapability.dita index 8dbdac4df78..d155942956a 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_querycamerafocallengthcapability.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_querycamerafocallengthcapability.dita @@ -31,7 +31,7 @@
        v4.3.1
        -

        If you need to enable wide-angle or ultra-wide-angle mode for the camera capture, it is recommended to call this method first to query whether the device has the corresponding focal length capability, and then adjust the camera's focal length configuration based on the query result by calling , to achieve the best camera capture effect.

        +

        If you want to enable wide-angle or ultra-wide-angle mode for camera capture, it is recommended to start by calling this method to check whether the device supports the required focal length capability. Then, adjust the camera's focal length configuration based on the query result by calling , ensuring the best camera capture performance.

        This method is for Android and iOS only.
        Parameters @@ -47,14 +47,14 @@ size Input and output parameter. The number of focal length information:
        • Input value: Specifies the maximum number of focal length information that focalLengthInfos can accommodate. Make sure that this value is not less than 8, meaning that focalLengthInfos has at least enough space to store 8 focal length information.
        • -
        • 输出值:输出查询到的焦距信息数量。
        +
      • Output value: Outputs the number of queried focal length information.
      • <ph keyref="return-section-title"/>

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        -

        返回一个 对象,其中包含摄像头支持的焦距信息。

        +

        Returns one object containing the supported focal length information of the camera.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita index 154eda0fd3a..10e5510e48b 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita @@ -62,7 +62,7 @@
        • : A more spatial audio effect.
        • : A more ethereal audio effect.
        • Virtual surround sound, that is, the SDK generates a simulated surround sound field on the basis of stereo channels, thereby creating a surround sound effect.If the virtual surround sound is enabled, users need to use stereo audio playback devices to hear the anticipated audio effect.
        • -
        • : 合唱。 声网推荐你在合唱场景下使用,使人声更具空间立体感。
        • +
        • : 合唱。 Agora recommends using this effect in chorus scenarios to enhance the sense of depth and dimension in the vocals.y
        • : A 3D voice effect that makes the voice appear to be moving around the user. The default movement cycle is 10 seconds. After setting this effect, you can call to modify the movement period.
          • Before using this preset, set the profile parameter of to or ; otherwise, the preset setting is invalid.
          • If the 3D voice effect is enabled, users need to use stereo audio playback devices to hear the anticipated voice effect.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingplaybackspeed.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingplaybackspeed.dita index cde91642423..283a0dda24d 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingplaybackspeed.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingplaybackspeed.dita @@ -2,7 +2,7 @@ <ph keyref="setAudioMixingPlaybackSpeed"/> - Sets the channel mode of the current audio file. + Sets the playback speed of the current audio file. @@ -30,14 +30,14 @@
            v4.3.1
            -

            你需要在调用 并收到 回调报告播放状态为 后再调用该方法。

            +

            Ensure you call this method after calling receiving the callback reporting the state as .

        Parameters speed - The number of times the music file plays. Agora recommends that you limit this value to between 50 and 400, defined as follows:
          + The playback speed. Agora recommends that you set this to a value between 50 and 400, defined as follows:
          • 50: Half the original speed.
          • 100: The original speed.
          • 400: 4 times the original speed.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_getcallidex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_getcallidex.dita index 3e479542153..fd8dfc29b0c 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_getcallidex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_getcallidex.dita @@ -2,7 +2,7 @@ getCallIdEx - 使用连接 ID 获取通话 ID。 + Gets the call ID with the connection ID. diff --git a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onencryptionerror.dita b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onencryptionerror.dita index c6afcdc785b..411055e0d4e 100644 --- a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onencryptionerror.dita +++ b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onencryptionerror.dita @@ -56,7 +56,7 @@ errorType Error types.
            • (0): Internal reasons.
            • -
            • (1): 媒体流解密错误。 Ensure that the receiver and the sender use the same encryption mode and key.
            • +
            • 1: Media stream decryption error. Ensure that the receiver and the sender use the same encryption mode and key.
            • (2): 媒体流加密错误。
            • (3): 数据流解密错误。 Ensure that the receiver and the sender use the same encryption mode and key.
            • (4): 数据流加密错误。
            • diff --git a/en-US/dita/RTC-NG/API/callback_ivideoframeobserver_oncapturevideoframe.dita b/en-US/dita/RTC-NG/API/callback_ivideoframeobserver_oncapturevideoframe.dita index a2a90720cae..9e558b9eff4 100644 --- a/en-US/dita/RTC-NG/API/callback_ivideoframeobserver_oncapturevideoframe.dita +++ b/en-US/dita/RTC-NG/API/callback_ivideoframeobserver_oncapturevideoframe.dita @@ -59,11 +59,11 @@ Returns

                -
              • When the video processing mode is :
                  +
                • When the video processing mode is :
                  • : Reserved for future use.
                  • : Reserved for future use.
                • -
                • When the video processing mode is :
                    +
                  • When the video processing mode is :
                    • : Sets the SDK to receive the video frame.
                    • : Sets the SDK to discard the video frame.
                  • diff --git a/en-US/dita/RTC-NG/API/class_encryptionconfig.dita b/en-US/dita/RTC-NG/API/class_encryptionconfig.dita index a26b7f53694..1e0f7f35d37 100644 --- a/en-US/dita/RTC-NG/API/class_encryptionconfig.dita +++ b/en-US/dita/RTC-NG/API/class_encryptionconfig.dita @@ -135,9 +135,9 @@ struct FEncryptionConfig datastreamEncryptionEnabled - 是否开启数据流加密:
                      -
                    • :开启数据流加密。
                    • -
                    • :(默认)关闭数据流加密。
                    • + Whether to enable data stream encryption:
                        +
                      • : Enable data stream encryption.
                      • +
                      • : (Default) Disable data stream encryption.
                      diff --git a/en-US/dita/RTC-NG/API/class_remoteaudiostats.dita b/en-US/dita/RTC-NG/API/class_remoteaudiostats.dita index 90246b993b5..e3a584db58c 100644 --- a/en-US/dita/RTC-NG/API/class_remoteaudiostats.dita +++ b/en-US/dita/RTC-NG/API/class_remoteaudiostats.dita @@ -437,7 +437,7 @@ struct FRemoteAudioStats e2eDelay - 端到端音频延时(毫秒),即自远端用户音频采集起,至本地用户开始播放音频的总时长。 + End-to-end audio delay (in milliseconds), which refers to the time from when the audio is captured by the remote user to when it is played by the local user.
        diff --git a/en-US/dita/RTC-NG/API/class_simulcaststreamconfig.dita b/en-US/dita/RTC-NG/API/class_simulcaststreamconfig.dita index d7c825dfe2a..75d8c6e1351 100644 --- a/en-US/dita/RTC-NG/API/class_simulcaststreamconfig.dita +++ b/en-US/dita/RTC-NG/API/class_simulcaststreamconfig.dita @@ -89,12 +89,12 @@ struct FSimulcastStreamConfig dimensions - The video dimension. See . 默认值为视频大流的 50%。 + The video dimension. See . The default value is 50% of the high-quality video stream. bitrate kBitrate - Video receive bitrate (Kbps), represented by an instantaneous value. This parameter does not need to be set; keeping the default value is sufficient. The SDK automatically matches the most suitable bitrate based on the video resolution and frame rate you have set. + Video receive bitrate (Kbps), represented by an instantaneous value. This parameter does not need to be set. The SDK automatically matches the most suitable bitrate based on the video resolution and frame rate you set. frameRate diff --git a/en-US/dita/RTC-NG/API/class_videocanvas.dita b/en-US/dita/RTC-NG/API/class_videocanvas.dita index b36ea937ba1..96101e8ef8a 100644 --- a/en-US/dita/RTC-NG/API/class_videocanvas.dita +++ b/en-US/dita/RTC-NG/API/class_videocanvas.dita @@ -253,14 +253,14 @@ class VideoCanvas { view - The video display window. 必须为一个 对象。在一个 中,你只能选择 viewsurfaceTexture 其中一个进行设置,如果同时设置,只有 view 中的设置会生效。 + The video display window. It must be one or object.In one , you can only choose to set either view or surfaceTexture, if both are set, only the settings in view takes effect. The video image. You need to define a pointer of UImage type and pass in this parameter. The sample code is as follows:agora::rtc::VideoCanvas videoCanvas; UImage* LocalVideo; videoCanvas.view = LocalVideo; - Get the SurfaceTexture - 提供视频图像的容器,当你使用该成员时,需要自行实现 OPENGL 中的纹理绘制。 See .在一个 中,你只能选择 viewsurfaceTexture 其中一个进行设置,如果同时设置,只有 view 中的设置会生效。 + surfaceTexture + A container that provides video images. When you use this member, you need to implement texture drawing in OPENGL yourself. See .In one , you can only choose to set either view or surfaceTexture, if both are set, only the settings in view takes effect. renderMode diff --git a/en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita b/en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita index d7fe4ea052b..95002ed0e02 100644 --- a/en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita +++ b/en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita @@ -4,7 +4,7 @@ <ph keyref="AUDIO_EFFECT_PRESET"/> Preset voice effects. -
        To get better audio effects, Agora recommends calling and setting the profile parameter as recommended below before using the preset audio effects.
        +
        To get better audio effects, Agora recommends calling and setting the profile parameter as recommended below before using the preset audio effects.
        @@ -23,11 +23,11 @@
      • - or + or - Other preset audio effects (except for ) - or + Other preset audio effects (except for ) + or
        @@ -73,7 +73,7 @@ - 合唱。 声网推荐你在合唱场景下使用,使人声更具空间立体感。 + The audio effect of chorus. Agora recommends using this effect in chorus scenarios to enhance the sense of depth and dimension in the vocals.y diff --git a/en-US/dita/RTC-NG/API/enum_earmonitoringfiltertype.dita b/en-US/dita/RTC-NG/API/enum_earmonitoringfiltertype.dita index 86c420c8056..57d976a704c 100644 --- a/en-US/dita/RTC-NG/API/enum_earmonitoringfiltertype.dita +++ b/en-US/dita/RTC-NG/API/enum_earmonitoringfiltertype.dita @@ -2,28 +2,28 @@ <ph keyref="EAR_MONITORING_FILTER_TYPE"/> - The audio filter of in-ear monitoring: + The audio filter types of in-ear monitoring.
        Enumerator - 1: Do not add an audio filter to the in-ear monitor. + 1<<0: No audio filter added to in-ear monitoring. - (1 << 1): Add an audio filter to the in-ear monitor. If you implement functions such as voice beautifier and audio effect, users can hear the voice after adding these effects. + 1<<1: Add audio effects audio filter to in-ear monitoring. If you implement functions such as voice beautifier and audio effect, users can hear the voice after adding these effects. -

        (1 << 2): Enable noise suppression to the in-ear monitor.

        +

        1<<2: Add noise suppression audio filter to in-ear monitoring.

        - 1<<15: 复用发送端已进行过音效处理的 Audio filter。 通过复用 Audio filter 降低耳返对 CPU 的占用率,但会增加耳返延迟,适用于需要降低 CPU 消耗且对耳返延迟不敏感的场景。 + 1<<15: Reuse the audio filter that is processed on the sending end. This enumerator reduces CPU usage while increasing in-ear monitoring latency, which is suitable for latency-tolerant scenarios requiring low CPU consumption.
        diff --git a/en-US/dita/RTC-NG/API/enum_encryptionerrortype.dita b/en-US/dita/RTC-NG/API/enum_encryptionerrortype.dita index d440c26f545..836760da73f 100644 --- a/en-US/dita/RTC-NG/API/enum_encryptionerrortype.dita +++ b/en-US/dita/RTC-NG/API/enum_encryptionerrortype.dita @@ -13,19 +13,19 @@
        - 1: 媒体流解密错误。 Ensure that the receiver and the sender use the same encryption mode and key. + 1: Media stream decryption error. Ensure that the receiver and the sender use the same encryption mode and key. - 2: 媒体流加密错误。 + 2: Media stream encryption error. - 3: 数据流解密错误。 Ensure that the receiver and the sender use the same encryption mode and key. + 3: Data stream decryption error. Ensure that the receiver and the sender use the same encryption mode and key. - 4: 数据流加密错误。 + 4: Data stream encryption error. diff --git a/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita b/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita index 82f69895d11..011555c6ab7 100644 --- a/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita +++ b/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita @@ -17,7 +17,7 @@ - 2: No permission to use the local video capturing device. Remind the user to grant permissions and rejoin the channel.
        + 2: No permission to use the local video capturing device. Prompt the user to grant permissions and rejoin the channel.
        Deprecated:
        This enumerator is deprecated. Please use in the callback instead.
        @@ -26,11 +26,11 @@ - 3: The local video capturing device is in use. 请提示用户检查摄像头是否被其他 App 占用。 + 3: The local video capturing device is in use. Prompt the user to check if the camera is being occupied by another app. - 4: The local video capture fails. Remind your user to check whether the video capture device is working properly, whether the camera is occupied by another application, or try to rejoin the channel. + 4: The local video capture fails. Prompt the user to check whether the video capture device is working properly, whether the camera is occupied by another application, or try to rejoin the channel. @@ -38,12 +38,12 @@ - 6: (iOS only) The app is in the background. Remind the user that video capture cannot be performed normally when the app is in the background. + 6: (iOS only) The app is in the background. Prompt the user that video capture cannot be performed normally when the app is in the background. 6: Reserved. - 7: (iOS only) The current application window is running in Slide Over, Split View, or Picture in Picture mode, and another app is occupying the camera. Remind the user that the application cannot capture video properly when the app is running in Slide Over, Split View, or Picture in Picture mode and another app is occupying the camera. + 7: (iOS only) The current app window is running in Slide Over, Split View, or Picture in Picture mode, and another app is occupying the camera. Prompt the user that the application cannot capture video properly when the app is running in Slide Over, Split View, or Picture in Picture mode and another app is occupying the camera. 7: Reserved. @@ -81,14 +81,14 @@ - 14:(仅适用于 Android)视频采集中断。 Possible reasons include the following:
          -
        • 摄像头被其他 App 占用。 请提示用户检查摄像头是否被其他 App 占用。
        • -
        • 当前 App 已被切换到后台。 可以使用前台服务通知操作系统,确保 App 在切换到后台时仍可采集视频。 For more details, see
        • + 14: (Android only) Video capture is interrupted.. Possible reasons include the following:
            +
          • The camera is being occupied by another app. Prompt the user to check if the camera is being occupied by another app.
          • +
          • The current app has been switched to the background. You can use foreground services to notify the operating system and ensure that the app can still collect video when it switches to the background. For more details, see .
          - 15:(仅适用于 Android)视频采集设备出错。 请提示用户关闭并重新启动摄像头以恢复功能,如果该操作不能解决问题,请检查摄像头是否出现硬件故障。 + 15: (Android only) The video capture device encounters an error. Prompt the user to close and restart the camera to restore functionality. If this operation does not solve the problem, check if the camera has a hardware failure. @@ -116,7 +116,7 @@ - 27:(仅适用于 macOS 和 Windows)进行屏幕采集的窗口已经从最小化状态恢复正常。 + 27: (macOS and Windows only) The window for screen capture has been restored from the minimized state. diff --git a/en-US/dita/RTC-NG/API/enum_videocodectype.dita b/en-US/dita/RTC-NG/API/enum_videocodectype.dita index 62d6bd80030..54eb805e99e 100644 --- a/en-US/dita/RTC-NG/API/enum_videocodectype.dita +++ b/en-US/dita/RTC-NG/API/enum_videocodectype.dita @@ -32,7 +32,7 @@ - 12:AV1。 + 12:AV1. From 83638086df746d90f9c8246849efbf8e9ed64a9c Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:48:10 +0800 Subject: [PATCH 05/23] New translations --- .../RTC-NG/API/api_imediaengine_pushaudioframe.dita | 4 ++-- .../RTC-NG/API/api_imediaengine_pushaudioframe0.dita | 4 ++-- .../RTC-NG/API/api_irtcengine_pushaudioframe2.dita | 12 ++++++------ .../API/api_irtcengine_startcameracapture.dita | 4 ++-- .../dita/RTC-NG/API/api_irtcengine_switchcamera.dita | 2 +- ...cengineeventhandler_onconnectionstatechanged.dita | 2 +- en-US/dita/RTC-NG/API/class_audioframe.dita | 2 +- en-US/dita/RTC-NG/API/class_focallengthinfo.dita | 4 ++-- en-US/dita/RTC-NG/API/class_videoframe.dita | 2 +- .../RTC-NG/API/enum_earmonitoringfiltertype.dita | 2 +- en-US/dita/RTC-NG/API/enum_videosourcetype.dita | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe.dita b/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe.dita index 6dc1f62db49..cd1b7ab4a82 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe.dita @@ -36,7 +36,7 @@ data - External audio data. + The external audio data. samples @@ -44,7 +44,7 @@ timestamp - The timestamp (ms) of the external audio frame. It is required. You can use it to restore the order of the captured audio frame, or synchronize audio and video frames in video-related scenarios (including scenarios where external video sources are used). + The timestamp (ms) of the external audio frame. This parameter is required. You can use it to restore the order of the captured audio frame, or synchronize audio and video frames in video-related scenarios (including scenarios where external video sources are used). diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita b/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita index e4fe203baa1..36c63b19b13 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita @@ -25,8 +25,8 @@
          Details -

          调用该方法推送外部音频数据前,请先进行以下操作:

            -
          1. Call this method to create a custom audio track and get the audio track ID.
          2. +

            Before calling this method to push external audio data, perform the following steps:

              +
            1. Call to create a custom audio track and obtain the audio track ID.
            2. Call to join the channel. In , set publishCustomAduioTrackId to the audio track ID that you want to publish, and set publishCustomAudioTrack to .

          diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita index ef2486fc811..f93ec9c6b0f 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita @@ -31,8 +31,8 @@
          Details -

          调用该方法推送外部音频数据前,请先进行以下操作:

            -
          1. Call this method to create a custom audio track and get the audio track ID.
          2. +

            Before calling this method to push external audio data, perform the following steps:

              +
            1. Call to create a custom audio track and obtain the audio track ID.
            2. Call to join the channel. In , set publishCustomAduioTrackId to the audio track ID that you want to publish, and set publishCustomAudioTrack to .

          @@ -41,7 +41,7 @@ data - External audio data. + The external audio data. samples @@ -49,11 +49,11 @@ timestamp - The timestamp (ms) of the external audio frame. It is required. You can use it to restore the order of the captured audio frame, or synchronize audio and video frames in video-related scenarios (including scenarios where external video sources are used). + The timestamp (ms) of the external audio frame. This parameter is required. You can use it to restore the order of the captured audio frame, or synchronize audio and video frames in video-related scenarios (including scenarios where external video sources are used). sampleRate - The sample rate (Hz) of the external audio source which can be set as 8000, 16000, 32000, 44100, or 48000. + The sample rate (Hz) of the external audio source, which can be set as 8000, 16000, 32000, 44100, or 48000. channels @@ -64,7 +64,7 @@ bytesPerSample - The number of bytes per sample. The number of bytes per audio sample, which is usually 16-bit (2-byte). + The number of bytes per sample. For PCM, this parameter is generally set to 16 bits (2 bytes). trackId diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startcameracapture.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startcameracapture.dita index 191f8d711c2..5054793c8c2 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startcameracapture.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startcameracapture.dita @@ -52,8 +52,8 @@

          The type of the video source. See .

            -
          • iOS 设备最多支持 2 路摄像头采集的视频流(要求设备配备多摄像头或支持外接摄像头)。
          • -
          • Android 设备最多支持 4 路摄像头采集的视频流(要求设备配备多摄像头或支持外接摄像头)。
          • +
          • On iOS devices, you can capture video from up to 2 cameras, provided the device has multiple cameras or supports external cameras.
          • +
          • On Android devices, you can capture video from up to 4 cameras, provided the device has multiple cameras or supports external cameras.
          • On the desktop platforms, you can capture video from up to 4 cameras.
          diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita b/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita index 57a69b34a2d..6579c8a8174 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita @@ -27,7 +27,7 @@
          Details -

          你可以调用该方法在 App 运行期间基于可用摄像头的实际情况来动态切换摄像头,而无需重启视频流或重新配置视频源。

          +

          You can call this method to dynamically switch cameras based on the actual availability of cameras during the App's run time, without having to restart the video stream or reconfigure the video source.

          • This method is for Android and iOS only.
          • This method must be called after the camera is successfully enabled, that is, after the SDK triggers the callback and returns the local video state as (1).
          • 该方法仅会对第一路摄像头采集的视频流进行摄像头切换操作,即调用 时设置为 (0) 的视频源。
          • diff --git a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onconnectionstatechanged.dita b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onconnectionstatechanged.dita index 8a67de5a216..c17ac91499d 100644 --- a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onconnectionstatechanged.dita +++ b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onconnectionstatechanged.dita @@ -72,7 +72,7 @@
          • (0): The SDK is connecting to Agora's edge server.
          • (1): The SDK has joined the channel successfully.
          • (2): The connection between the SDK and Agora's edge server is interrupted.
          • -
          • (3):网络连接被服务器禁止,有可能是因为用户被踢出频道。
          • +
          • (3): The network connection is blocked by the server, possibly because the user is kicked out of the channel.
          • (4): The SDK fails to join the channel.
          • (5): The SDK has left the channel.
          • (6): The connection failed because the App ID is not valid. Please rejoin the channel with a valid App ID.
          • diff --git a/en-US/dita/RTC-NG/API/class_audioframe.dita b/en-US/dita/RTC-NG/API/class_audioframe.dita index 86b45a90611..7830e0ee5af 100644 --- a/en-US/dita/RTC-NG/API/class_audioframe.dita +++ b/en-US/dita/RTC-NG/API/class_audioframe.dita @@ -203,7 +203,7 @@ struct FAudioFrame { bytesPerSample - The number of bytes per sample. The number of bytes per audio sample, which is usually 16-bit (2-byte). + The number of bytes per sample. For PCM, this parameter is generally set to 16 bits (2 bytes). channelschannelNums diff --git a/en-US/dita/RTC-NG/API/class_focallengthinfo.dita b/en-US/dita/RTC-NG/API/class_focallengthinfo.dita index fe4acd1224a..13df64743db 100644 --- a/en-US/dita/RTC-NG/API/class_focallengthinfo.dita +++ b/en-US/dita/RTC-NG/API/class_focallengthinfo.dita @@ -2,7 +2,7 @@ <ph keyref="FocalLengthInfo"/> - 摄像头支持的焦距信息,包含摄像头的方向以及焦距类型。 + Focal length information supported by the camera, including the camera direction and focal length type.

            @@ -59,7 +59,7 @@ focalLengthType - 焦距类型。 See . + The focal length type. See .

            diff --git a/en-US/dita/RTC-NG/API/class_videoframe.dita b/en-US/dita/RTC-NG/API/class_videoframe.dita index 595e6104ee4..35c6a129d3a 100644 --- a/en-US/dita/RTC-NG/API/class_videoframe.dita +++ b/en-US/dita/RTC-NG/API/class_videoframe.dita @@ -612,7 +612,7 @@ class VideoFrame {
            renderTimeMs - The Unix timestamp (ms) when the video frame is rendered. This timestamp can be used to guide the rendering of the video frame. It is required. + The Unix timestamp (ms) when the video frame is rendered. This timestamp can be used to guide the rendering of the video frame. This parameter is required. timestampNs diff --git a/en-US/dita/RTC-NG/API/enum_earmonitoringfiltertype.dita b/en-US/dita/RTC-NG/API/enum_earmonitoringfiltertype.dita index 57d976a704c..8e847c82b02 100644 --- a/en-US/dita/RTC-NG/API/enum_earmonitoringfiltertype.dita +++ b/en-US/dita/RTC-NG/API/enum_earmonitoringfiltertype.dita @@ -23,7 +23,7 @@ - 1<<15: Reuse the audio filter that is processed on the sending end. This enumerator reduces CPU usage while increasing in-ear monitoring latency, which is suitable for latency-tolerant scenarios requiring low CPU consumption. + 1<<15: Reuse the audio filter applied to the sending end on in-ear monitoring. This enumerator reduces CPU usage while increasing in-ear monitoring latency, which is suitable for latency-tolerant scenarios requiring low CPU consumption.
          diff --git a/en-US/dita/RTC-NG/API/enum_videosourcetype.dita b/en-US/dita/RTC-NG/API/enum_videosourcetype.dita index 675e0f8aa7f..1f92f3834ac 100644 --- a/en-US/dita/RTC-NG/API/enum_videosourcetype.dita +++ b/en-US/dita/RTC-NG/API/enum_videosourcetype.dita @@ -61,11 +61,11 @@
          - 11:(仅适用于 Android、Windows 和 macOS)(仅适用于 Android)视频源为第三个摄像头。 + 11: (For Android, Windows, and macOS only) (For Android only) The third camera. - 12:(仅适用于 Android、Windows 和 macOS)(仅适用于 Android)视频源为第四个摄像头。 + 12: (For Android, Windows, and macOS only) (For Android only) The fourth camera. From 71a900f44f3699055ab45d17e270d3e267fe9fb7 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:48:33 +0800 Subject: [PATCH 06/23] New translations --- .../dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita index b9f9c4a090e..a3172abd947 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita @@ -2,7 +2,7 @@ <ph keyref="setCameraZoomFactor" /> - Sets the camera zoom ratio. + Sets the camera zoom factor. diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita b/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita index 6579c8a8174..6c2f5ee1ec7 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita @@ -27,11 +27,11 @@
          Details -

          You can call this method to dynamically switch cameras based on the actual availability of cameras during the App's run time, without having to restart the video stream or reconfigure the video source.

          +

          You can call this method to dynamically switch cameras based on the actual camera availability during the app's runtime, without having to restart the video stream or reconfigure the video source.

          • This method is for Android and iOS only.
          • This method must be called after the camera is successfully enabled, that is, after the SDK triggers the callback and returns the local video state as (1).
          • -
          • 该方法仅会对第一路摄像头采集的视频流进行摄像头切换操作,即调用 时设置为 (0) 的视频源。
          • -
          • 该方法和 均用于切换摄像头,区别在于 通过指定摄像头 ID 切换到特定的摄像头,该方法则切换摄像头的方向(前置或后置)。
          • +
          • This method only switches the camera for the video stream captured by the first camera, that is, the video source set to (0) when calling .
          • +
          • This method and are both used to switch cameras. The difference is that switches to a specific camera by specifying the camera ID, while this method switches the direction of the camera (front or rear).
          From 4411fb91c4a9e4c9ad787f881191db03acfc0368 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:48:58 +0800 Subject: [PATCH 07/23] New translations --- .../API/api_irtcengine_enableinearmonitoring2.dita | 12 ++++++------ ...pi_irtcengine_setcameracapturerconfiguration.dita | 4 ++-- .../API/api_irtcengine_setcamerazoomfactor.dita | 4 ++-- .../RTC-NG/API/enum_earmonitoringfiltertype.dita | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita index 67f71873d98..a04105b258b 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita @@ -53,13 +53,13 @@ includeAudioFilters The audio filter types of in-ear monitoring. See . - The audio filter of in-ear monitoring:
            -
          • (1 << 0): Do not add an audio filter to the in-ear monitor.
          • -
          • (1 << 1): Add an audio filter to the in-ear monitor. If you implement functions such as voice beautifier and audio effect, users can hear the voice after adding these effects. 该枚举值支持使用按位或运算符(|)进行组合。
          • -
          • (1 << 2): Enable noise suppression to the in-ear monitor. 该枚举值支持使用按位或运算符(|)进行组合。
          • -
          • (1 <<15): 复用发送端已进行过音效处理的 Audio filter。 This enumerator reduces CPU usage while increasing in-ear monitoring latency, which is suitable for latency-tolerant scenarios requiring low CPU consumption. 该枚举值仅支持单独使用,一旦指定了该选项,其他 Audio filter 配置将自动失效。
          • + The audio filter types of in-ear monitoring:
              +
            • (1 << 0): No audio filter added to in-ear monitoring.
            • +
            • (1 << 1): Add vocal effects audio filter to in-ear monitoring. If you implement functions such as voice beautifier and audio effect, users can hear the voice after adding these effects. This enumerator supports combination using the bitwise OR operator (|).
            • +
            • (1 << 2): Add noise suppression audio filter to in-ear monitoring. This enumerator supports combination using the bitwise OR operator (|).
            • +
            • (1 <<15): Reuse the audio filter that has been processed on the sending end for in-ear monitoring. This enumerator reduces CPU usage while increasing in-ear monitoring latency, which is suitable for latency-tolerant scenarios requiring low CPU consumption. 该枚举值仅支持单独使用,一旦指定了该选项,其他 Audio filter 配置将自动失效。
            - This parameter only takes effect when the enable parameter is . + This parameter only takes effect when enabled is set as .
          diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcameracapturerconfiguration.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcameracapturerconfiguration.dita index 5e0e4e54040..75674c16f8e 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcameracapturerconfiguration.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcameracapturerconfiguration.dita @@ -35,8 +35,8 @@
          • This method is for Android and iOS only.
          • Call this method before enabling local camera capture, such as before calling and .
          • -
          • 在调整摄像头的焦距配置前,建议先调用 查询设备支持的焦距能力,再根据查询结果进行配置。
          • -
          • 由于部分 Android 设备的限制,即使根据 的查询结果设置焦距类型,设置结果也可能不生效。
          • +
          • To adjust the camera focal length configuration, It is recommended to call first to check the device's focal length capabilities, and then configure based on the query results.
          • +
          • Due to limitations on some Android devices, even if you set the focal length type according to the results returned in , the settings may not take effect.
          Parameters diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita index a3172abd947..360eefafc5d 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita @@ -27,7 +27,7 @@
          Details -

          部分 iOS 设备的后置摄像头为多个摄像头组成的融合镜头,如双摄(广角和超广角)或三摄(广角、超广角和长焦),对于这种具备超广角能力的融合镜头,你可以调用 cameraFocalLengthType 设置为 (0)(标准镜头),然后调用该方法将摄像头缩放比例设置为小于 1.0 的数值,从而实现超广角的拍摄效果。

          +

          For iOS devices equipped with multi-lens rear cameras, such as those featuring dual-camera (wide-angle and ultra-wide-angle) or triple-camera (wide-angle, ultra-wide-angle, and telephoto), you can manipulate the camera settings to utilize the ultra-wide-angle lens effectively. Call first to set the cameraFocalLengthType as (0) (standard lens). Then, adjust the camera zoom factor to a value less than 1.0. This configuration allows you to capture video with an ultra-wide-angle perspective.

          • This method is for Android and iOS only.
          • @@ -39,7 +39,7 @@ factor zoomFactor - Sets the camera zoom ratio. 对不支持超广角的设备,取值范围从 1.0 到最大缩放比例;对支持超广角的设备,取值范围从 0.5 到最大缩放比例。 You can get the maximum zoom ratio supported by the device by calling the method. + The camera zoom factor. For devices that do not support ultra-wide-angle, the value ranges from 1.0 to the maximum zoom factor; for devices that support ultra-wide-angle, the value ranges from 0.5 to the maximum zoom factor. You can get the maximum zoom factor supported by the device by calling the method.
          diff --git a/en-US/dita/RTC-NG/API/enum_earmonitoringfiltertype.dita b/en-US/dita/RTC-NG/API/enum_earmonitoringfiltertype.dita index 8e847c82b02..dad9d2e7014 100644 --- a/en-US/dita/RTC-NG/API/enum_earmonitoringfiltertype.dita +++ b/en-US/dita/RTC-NG/API/enum_earmonitoringfiltertype.dita @@ -13,7 +13,7 @@ - 1<<1: Add audio effects audio filter to in-ear monitoring. If you implement functions such as voice beautifier and audio effect, users can hear the voice after adding these effects. + 1<<1: Add vocal effects audio filter to in-ear monitoring. If you implement functions such as voice beautifier and audio effect, users can hear the voice after adding these effects. @@ -23,7 +23,7 @@ - 1<<15: Reuse the audio filter applied to the sending end on in-ear monitoring. This enumerator reduces CPU usage while increasing in-ear monitoring latency, which is suitable for latency-tolerant scenarios requiring low CPU consumption. + 1<<15: Reuse the audio filter that has been processed on the sending end for in-ear monitoring. This enumerator reduces CPU usage while increasing in-ear monitoring latency, which is suitable for latency-tolerant scenarios requiring low CPU consumption.
          From a8f9b58dd19ee2cb1cf0d4114a348f4a453f09e8 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:42:53 +0800 Subject: [PATCH 08/23] New translations --- ...ediaengine_registeraudioframeobserver.dita | 2 +- ...ediaengine_registervideoframeobserver.dita | 2 +- ...api_irtcengine_enableinearmonitoring2.dita | 2 +- ...callback_ifaceinfoobserver_onfaceinfo.dita | 14 ++-- ...eventhandler_onlocalvideostatechanged.dita | 6 +- .../class_cameracapturerconfiguration.dita | 80 +++++++------------ .../API/class_screencaptureconfiguration.dita | 2 +- en-US/dita/RTC-NG/API/class_videoformat.dita | 6 +- .../dita/RTC-NG/API/enum_cameradirection.dita | 2 +- .../API/enum_localaudiostreamreason.dita | 6 +- .../API/enum_localvideostreamreason.dita | 12 +-- 11 files changed, 58 insertions(+), 76 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_registeraudioframeobserver.dita b/en-US/dita/RTC-NG/API/api_imediaengine_registeraudioframeobserver.dita index e87b8f5510c..b2031ff90fb 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_registeraudioframeobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_registeraudioframeobserver.dita @@ -34,7 +34,7 @@ delegate audioFrameObserver -

          The observer instance. See . Set the value as to release the instance. Agora recommends calling this method after receiving to release the audio observer object.

          +

          The observer instance. See . Set the value as to release the instance. Agora recommends calling this method after receiving to release the audio observer object.

          diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_registervideoframeobserver.dita b/en-US/dita/RTC-NG/API/api_imediaengine_registervideoframeobserver.dita index e0f9a8c866c..226c4a3f201 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_registervideoframeobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_registervideoframeobserver.dita @@ -43,7 +43,7 @@ observer delegate videoFrameObserver - The observer instance. See . To release the instance, set the value as . + The observer instance. See . To release the instance, set the value as . mode diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita index a04105b258b..7da5895537b 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita @@ -57,7 +57,7 @@
        • (1 << 0): No audio filter added to in-ear monitoring.
        • (1 << 1): Add vocal effects audio filter to in-ear monitoring. If you implement functions such as voice beautifier and audio effect, users can hear the voice after adding these effects. This enumerator supports combination using the bitwise OR operator (|).
        • (1 << 2): Add noise suppression audio filter to in-ear monitoring. This enumerator supports combination using the bitwise OR operator (|).
        • -
        • (1 <<15): Reuse the audio filter that has been processed on the sending end for in-ear monitoring. This enumerator reduces CPU usage while increasing in-ear monitoring latency, which is suitable for latency-tolerant scenarios requiring low CPU consumption. 该枚举值仅支持单独使用,一旦指定了该选项,其他 Audio filter 配置将自动失效。
        • +
        • (1 <<15): Reuse the audio filter that has been processed on the sending end for in-ear monitoring. This enumerator reduces CPU usage while increasing in-ear monitoring latency, which is suitable for latency-tolerant scenarios requiring low CPU consumption. This enumerator is only supported for standalone use. Once selected, other audio filter configurations will be automatically disabled.
        This parameter only takes effect when enabled is set as .
        diff --git a/en-US/dita/RTC-NG/API/callback_ifaceinfoobserver_onfaceinfo.dita b/en-US/dita/RTC-NG/API/callback_ifaceinfoobserver_onfaceinfo.dita index 4a05864e72b..27972397d0b 100644 --- a/en-US/dita/RTC-NG/API/callback_ifaceinfoobserver_onfaceinfo.dita +++ b/en-US/dita/RTC-NG/API/callback_ifaceinfoobserver_onfaceinfo.dita @@ -2,7 +2,7 @@ <ph keyref="onFaceInfo" /> - 报告已获取语音驱动插件处理后的人脸信息。 + Occurs when the facial information processed by speech driven extension is received. @@ -37,12 +37,12 @@ outFaceInfo - 输出参数,语音驱动插件处理后的人脸信息 JSON 字符串,包含以下字段:
          -
        • faces:Object 序列。 包含识别到的人脸信息,每一张人脸对应一个 Object。
        • -
        • blendshapes:Object。 面捕系数集,命名符合 ARkit 标准,内部的键值对为每一个 blendshape 系数。 blendshape 系数为浮点,取值范围为 [0.0,1.0]。
        • -
        • rotation:Object 序列。 头部旋转量,包含以下三个键值对,取值为浮点数,范围为 [-180.0,180.0]:
            -
          • pitch:头部俯仰角度。 低头为正值,抬头为负值。
          • -
          • yaw:头部水平旋转角度。 左转为正值,右转为负值。
          • + Output parameter, the JSON string of the facial information processed by the voice driver plugin, including the following fields:
              +
            • faces: Object sequence. Includes recognized facial information, with each face corresponding to an object.
            • +
            • blendshapes: Object. The collection of face capture coefficients, named according to ARkit standards, with each key-value pair representing a blendshape coefficient. The blendshape coefficient is a floating point number with a range of [0.0, 1.0].
            • +
            • rotation: Object sequence. The rotation of the head, which includes the following three key-value pairs, with values as floating point numbers ranging from -180.0 to 180.0:
                +
              • pitch: The vertical rotation angle of the head. Looking down is positive, looking up is negative.
              • +
              • yaw: The horizontal rotation angle of the head. equals to positive value, right turn is negative value.
              • roll:头部垂直旋转角度。 右倾为正值,左倾为负值。
            • diff --git a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onlocalvideostatechanged.dita b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onlocalvideostatechanged.dita index dea419bd47d..69646c8a190 100644 --- a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onlocalvideostatechanged.dita +++ b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onlocalvideostatechanged.dita @@ -41,7 +41,7 @@

              When the state of the local video stream changes (including the state of the video capture and encoding), the SDK triggers this callback to report the current state. This callback indicates the state of the local video stream, including camera capturing and video encoding, and allows you to troubleshoot issues when exceptions occur.

              The SDK triggers the callback with the state code of and error code of in the following situations:

                -
              • The app switches to the background, and the system gets the camera resource.
              • +
              • App 退到后台,系统回收摄像头。
              • For Android 9 and later versions, after an app is in the background for a period, the system automatically revokes camera permissions.
              • For Android 6 and later versions, if the camera is held by a third-party app for a certain duration and then released, the SDK triggers this callback and reports the (,) callback.
              • The camera starts normally, but does not output video frames for four consecutive seconds.
              • @@ -82,8 +82,8 @@
                • (0): The local video is normal.
                • (1): No specified reason for the local video failure.
                • -
                • (3): The local video capturing device is in use. Remind the user to check whether another application occupies the camera.
                • -
                • (4): The local video capture failed. Remind your user to check whether the video capture device is working properly, whether the camera is occupied by another application, or try to rejoin the channel.
                • +
                • (3): The local video capturing device is in use. 请提示用户检查摄像头是否被其他 App 占用,或者尝试重新加入频道。
                • +
                • (4): The local video capture failed. Prompt the user to check whether the video capture device is working properly, whether the camera is occupied by another application, or try to rejoin the channel.
                • (5): The local video encoding fails.
                • (8): Fails to find a local video capture device. Remind the user to check whether the camera is connected to the device properly or the camera is working properly, and then to rejoin the channel.

                diff --git a/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita b/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita index f0e4ce38875..1b9f2384aa8 100644 --- a/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita +++ b/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita @@ -18,6 +18,7 @@ value = v; } + @CalledByNative("CAMERA_DIRECTION") public int getValue() { return this.value; } @@ -30,20 +31,22 @@ CAMERA_FOCAL_LENGTH_TELEPHOTO(3); private int value; + private CAMERA_FOCAL_LENGTH_TYPE(int v) { value = v; } + @CalledByNative("CAMERA_FOCAL_LENGTH_TYPE") public int getValue() { return this.value; } } - public CAMERA_DIRECTION cameraDirection; + public CAMERA_DIRECTION cameraDirection = null; public String cameraId = null; - public CAMERA_FOCAL_LENGTH_TYPE cameraFocalLengthType; + public CAMERA_FOCAL_LENGTH_TYPE cameraFocalLengthType = null; static public class CaptureFormat { public int width; @@ -57,8 +60,8 @@ } public CaptureFormat() { - this.width = 640; - this.height = 480; + this.width = 960; + this.height = 540; this.fps = 15; } @@ -86,40 +89,28 @@ public CaptureFormat captureFormat; - public boolean followEncodeDimensionRatio; + public Boolean followEncodeDimensionRatio = null; public CameraCapturerConfiguration(CAMERA_DIRECTION cameraDirection) { this.cameraDirection = cameraDirection; - this.captureFormat = new CaptureFormat(); - this.followEncodeDimensionRatio = true; - this.cameraId = null; - this.cameraFocalLengthType = CAMERA_FOCAL_LENGTH_TYPE.CAMERA_FOCAL_LENGTH_DEFAULT; + this.captureFormat = new CaptureFormat(0, 0, 0); } public CameraCapturerConfiguration( CAMERA_DIRECTION cameraDirection, CAMERA_FOCAL_LENGTH_TYPE cameraFocalLengthType) { this.cameraDirection = cameraDirection; this.cameraFocalLengthType = cameraFocalLengthType; - this.captureFormat = new CaptureFormat(); - this.followEncodeDimensionRatio = true; - this.cameraId = null; + this.captureFormat = new CaptureFormat(0, 0, 0); } public CameraCapturerConfiguration(CaptureFormat captureFormat) { this.captureFormat = captureFormat; - this.cameraDirection = CAMERA_DIRECTION.CAMERA_FRONT; - this.cameraFocalLengthType = CAMERA_FOCAL_LENGTH_TYPE.CAMERA_FOCAL_LENGTH_DEFAULT; - this.followEncodeDimensionRatio = true; - this.cameraId = null; } public CameraCapturerConfiguration( CAMERA_DIRECTION cameraDirection, CaptureFormat captureFormat) { this.cameraDirection = cameraDirection; this.captureFormat = captureFormat; - this.cameraFocalLengthType = CAMERA_FOCAL_LENGTH_TYPE.CAMERA_FOCAL_LENGTH_DEFAULT; - this.followEncodeDimensionRatio = true; - this.cameraId = null; } public CameraCapturerConfiguration(CAMERA_DIRECTION cameraDirection, @@ -127,13 +118,11 @@ this.cameraDirection = cameraDirection; this.cameraFocalLengthType = cameraFocalLengthType; this.captureFormat = captureFormat; - this.followEncodeDimensionRatio = true; - cameraId = null; } @CalledByNative - public int getCameraDirection() { - return cameraDirection.value; + public CAMERA_DIRECTION getCameraDirection() { + return cameraDirection; } @CalledByNative @@ -142,8 +131,8 @@ } @CalledByNative - public int getCameraFocalLengthType() { - return cameraFocalLengthType.value; + public CAMERA_FOCAL_LENGTH_TYPE getCameraFocalLengthType() { + return cameraFocalLengthType; } @CalledByNative @@ -152,7 +141,7 @@ } @CalledByNative - public boolean isFollowEncodeDimensionRatio() { + public Boolean isFollowEncodeDimensionRatio() { return followEncodeDimensionRatio; } @@ -161,7 +150,7 @@ return "CameraCapturerConfiguration{" + "cameraDirection=" + cameraDirection + ", captureDimensions=" + captureFormat + ", cameraId=" + cameraId + ", followEncodeDimensionRatio=" + followEncodeDimensionRatio - + '}'; + + ", cameraFocalLengthType=" + cameraFocalLengthType + '}'; } } __attribute__((visibility("default"))) @interface AgoraCameraCapturerConfiguration: NSObject @@ -171,36 +160,29 @@ #elif TARGET_OS_MAC @property (copy, nonatomic) NSString * _Nullable deviceId; #endif + @property(assign, nonatomic) CGSize dimensions; + @property(assign, nonatomic) int frameRate; + @property(assign, nonatomic) BOOL followEncodeDimensionRatio; + @end struct CameraCapturerConfiguration { #if defined(__ANDROID__) || (defined(__APPLE__) && TARGET_OS_IOS) - CAMERA_DIRECTION cameraDirection; + Optional<CAMERA_DIRECTION> cameraDirection; - CAMERA_FOCAL_LENGTH_TYPE cameraFocalLengthType; + Optional<CAMERA_FOCAL_LENGTH_TYPE> cameraFocalLengthType; #else - char deviceId[MAX_DEVICE_ID_LENGTH]; + Optional<const char *> deviceId; #endif #if defined(__ANDROID__) - char cameraId[MAX_DEVICE_ID_LENGTH]; + Optional<const char *> cameraId; #endif + Optional<bool> followEncodeDimensionRatio; VideoFormat format; - bool followEncodeDimensionRatio; - CameraCapturerConfiguration() : followEncodeDimensionRatio(true) { -#if defined(__ANDROID__) || (defined(__APPLE__) && TARGET_OS_IOS) - cameraDirection = CAMERA_REAR; - -#else - memset(deviceId, 0, sizeof(deviceId)); -#endif - -#if defined(__ANDROID__) - memset(cameraId, 0, sizeof(cameraId)); -#endif - } + CameraCapturerConfiguration() : format(VideoFormat(0, 0, 0)) {} }; USTRUCT(BlueprintType) struct FCameraCapturerConfiguration @@ -292,11 +274,11 @@ struct FCameraCapturerConfiguration cameraDirection - (可选)This parameter applies to Android and iOS only.The camera direction. See . + (可选)摄像头方向。 See .This parameter applies to Android and iOS only. cameraId - (可选)摄像头 ID。 You can obtain the camera ID through the Android native system API, see and for details.
                  + (可选)摄像头 ID。 默认为前置摄像头对应的摄像头 ID。 You can obtain the camera ID through the Android native system API, see and for details.
                  • This method is for Android only.
                  • 该参数和 cameraDirection 均用于指定摄像头,二者为互斥关系,你可以按需选用其中之一,具体区别如下:
                    • 通过 cameraDirection 指定摄像头的方式更为简便。 你只需指定摄像头的方向(前置或后置),无需指定具体的摄像头 ID,SDK 会通过系统 API 去检索和确定实际的摄像头 ID。
                    • @@ -322,15 +304,15 @@ struct FCameraCapturerConfiguration dimension - (可选)视频帧的分辨率 (px)。 + (可选)视频帧的分辨率 (px)。 The default value is 960 × 540. frameRate - (可选)视频帧的帧率 (fps)。 + (可选)视频帧的帧率 (fps)。 The default value is 15. deviceId - (可选) The ID of the camera. The maximum length is .This method is for Windows and macOS only. + (可选)摄像头的 ID。 The maximum length is .This method is for Windows and macOS only. followEncodeDimensionRatio diff --git a/en-US/dita/RTC-NG/API/class_screencaptureconfiguration.dita b/en-US/dita/RTC-NG/API/class_screencaptureconfiguration.dita index a4e292e1600..ffe332811bf 100644 --- a/en-US/dita/RTC-NG/API/class_screencaptureconfiguration.dita +++ b/en-US/dita/RTC-NG/API/class_screencaptureconfiguration.dita @@ -147,7 +147,7 @@ struct FScreenCaptureConfiguration params parameters - (For Windows and macOS only) The screen capture configuration. See . + (For Windows and macOS only) The screen capture configuration. See . regionRect diff --git a/en-US/dita/RTC-NG/API/class_videoformat.dita b/en-US/dita/RTC-NG/API/class_videoformat.dita index bcd38ea3793..56dd21ec606 100644 --- a/en-US/dita/RTC-NG/API/class_videoformat.dita +++ b/en-US/dita/RTC-NG/API/class_videoformat.dita @@ -82,15 +82,15 @@ struct FVideoFormat { width - The width (px) of the video frame. + The width (px) of the video frame. The default value is 360. height - The height (px) of the video frame. + The height (px) of the video frame. 默认值为 540. fps - The video frame rate (fps). + The video frame rate (fps). The default value is 15.
              diff --git a/en-US/dita/RTC-NG/API/enum_cameradirection.dita b/en-US/dita/RTC-NG/API/enum_cameradirection.dita index 8f4e2c02e41..8ba365c3370 100644 --- a/en-US/dita/RTC-NG/API/enum_cameradirection.dita +++ b/en-US/dita/RTC-NG/API/enum_cameradirection.dita @@ -13,7 +13,7 @@ - 1: The front camera. + 1: (默认)前置摄像头。 diff --git a/en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita b/en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita index f3d2a64ccdf..ff68a8224fc 100644 --- a/en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita +++ b/en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita @@ -47,16 +47,16 @@ - 8: (Android and iOS only) The local audio capture is interrupted by a system call, Siri, or alarm clock. Remind your users to end the phone call, Siri, or alarm clock if the local audio capture is required. + 8: (Android and iOS only) The local audio capture is interrupted by a system call, Siri, or alarm clock. Remind your users to end the phone call, Siri, or alarm clock if the local audio capture is required. Reserved. - 9: (Windows only) The ID of the local audio-capture device is invalid. Check the audio capture device ID. + 9: (Windows only) The ID of the local audio-capture device is invalid. 请提示用户检查音频采集设备 ID。 - 10: (Windows only) The ID of the local audio-playback device is invalid. Check the audio playback device ID. + 10: (Windows only) The ID of the local audio-playback device is invalid. 请提示用户检查音频播放设备 ID。 diff --git a/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita b/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita index 011555c6ab7..9706eeeb0ee 100644 --- a/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita +++ b/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita @@ -26,7 +26,7 @@ - 3: The local video capturing device is in use. Prompt the user to check if the camera is being occupied by another app. + 3: The local video capturing device is in use. 请提示用户检查摄像头是否被其他 App 占用,或者尝试重新加入频道。 @@ -43,7 +43,7 @@ - 7: (iOS only) The current app window is running in Slide Over, Split View, or Picture in Picture mode, and another app is occupying the camera. Prompt the user that the application cannot capture video properly when the app is running in Slide Over, Split View, or Picture in Picture mode and another app is occupying the camera. + 7:(仅适用于 iOS)当前 App 窗口处于侧拉、分屏、画中画模式,且其他 App 正占用摄像头。 Prompt the user that the application cannot capture video properly when the app is running in Slide Over, Split View, or Picture in Picture mode and another app is occupying the camera. 7: Reserved. @@ -61,7 +61,7 @@ - 11: (macOS and Windows only) The shared windows is minimized when you call the method to share a window. The SDK cannot share a minimized window. You can cancel the minimization of this window at the application layer, for example by maximizing this window. + 11: (macOS and Windows only) The shared windows is minimized when you call the method to share a window. The SDK cannot share a minimized window. 请提示用户将共享窗口取消最小化。 11: Reserved. @@ -69,7 +69,7 @@

              12: (macOS and Windows only) The error code indicates that a window shared by the window ID has been closed or a full-screen window shared by the window ID has exited full-screen mode. After exiting full-screen mode, remote users cannot see the shared window. To prevent remote users from seeing a black screen, Agora recommends that you immediately stop screen sharing.

              Common scenarios reporting this error code:

                -
              • When the local user closes the shared window, the SDK reports this error code.
              • +
              • 本地用户关闭共享的窗口。
              • The local user shows some slides in full-screen mode first, and then shares the windows of the slides. After the user exits full-screen mode, the SDK reports this error code.
              • The local user watches a web video or reads a web document in full-screen mode first, and then shares the window of the web video or document. After the user exits full-screen mode, the SDK reports this error code.

              @@ -83,7 +83,7 @@ 14: (Android only) Video capture is interrupted.. Possible reasons include the following:
              • The camera is being occupied by another app. Prompt the user to check if the camera is being occupied by another app.
              • -
              • The current app has been switched to the background. You can use foreground services to notify the operating system and ensure that the app can still collect video when it switches to the background. For more details, see .
              • +
              • The current app has been switched to the background. You can use foreground services to notify the operating system and ensure that the app can still collect video when it switches to the background. See .
              @@ -92,7 +92,7 @@ - 20: (Windows only) The SDK does not support sharing this type of window. + 20: (Windows only) The SDK does not support sharing this type of window. 请提示用户不支持此类窗口共享,请尝试共享整个屏幕。 From deb2b611a63f309ccaa9381adc3e23e8023890a5 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:49:23 +0800 Subject: [PATCH 09/23] New translations --- .../api_imediaengine_registerfaceinfoobserver.dita | 4 ++-- .../API/callback_ifaceinfoobserver_onfaceinfo.dita | 14 +++++++------- .../API/class_cameracapturerconfiguration.dita | 4 ++-- en-US/dita/RTC-NG/API/class_ifaceinfoobserver.dita | 2 +- en-US/dita/RTC-NG/API/class_videoformat.dita | 4 ++-- en-US/dita/RTC-NG/API/enum_cameradirection.dita | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita b/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita index 6442dd117ef..f18f762cdfd 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita @@ -2,7 +2,7 @@ <ph keyref="registerFaceInfoObserver" /> - 注册一个人脸信息观测器。 + Registers a facial information observer. @@ -30,7 +30,7 @@
              v4.3.1
        -

        你可以调用该方法注册 回调获取声网语音驱动插件处理后的人脸信息。 When calling this method to register a video observer, you can register callbacks in the class as needed. 在成功注册人脸信息观测器后,SDK 会在捕捉到经过语音驱动插件转换的人脸信息时,触发你所注册的回调。

        +

        You can call this method to register the callback to receive the facial information processed by Agora speech driven extension. When calling this method to register a video observer, you can register callbacks in the class as needed. 在成功注册人脸信息观测器后,SDK 会在捕捉到经过语音驱动插件转换的人脸信息时,触发你所注册的回调。

        • Ensure that you call this method before joining a channel.
        • diff --git a/en-US/dita/RTC-NG/API/callback_ifaceinfoobserver_onfaceinfo.dita b/en-US/dita/RTC-NG/API/callback_ifaceinfoobserver_onfaceinfo.dita index 27972397d0b..93f6ef37fe5 100644 --- a/en-US/dita/RTC-NG/API/callback_ifaceinfoobserver_onfaceinfo.dita +++ b/en-US/dita/RTC-NG/API/callback_ifaceinfoobserver_onfaceinfo.dita @@ -41,14 +41,14 @@
        • faces: Object sequence. Includes recognized facial information, with each face corresponding to an object.
        • blendshapes: Object. The collection of face capture coefficients, named according to ARkit standards, with each key-value pair representing a blendshape coefficient. The blendshape coefficient is a floating point number with a range of [0.0, 1.0].
        • rotation: Object sequence. The rotation of the head, which includes the following three key-value pairs, with values as floating point numbers ranging from -180.0 to 180.0:
            -
          • pitch: The vertical rotation angle of the head. Looking down is positive, looking up is negative.
          • -
          • yaw: The horizontal rotation angle of the head. equals to positive value, right turn is negative value.
          • -
          • roll:头部垂直旋转角度。 右倾为正值,左倾为负值。
          • +
          • pitch: Head pitch angle.. A positve value meansing looking down, while a negative value means looking up.
          • +
          • yaw: Head yaw angle. A positve value meansing turning left, while a negative value means turning right.
          • +
          • roll: Head roll angle. A positve value meansing tilting to the right, while a negative value means tilting to the left.
        • -
        • timestamp:String。 输出结果的时间戳,单位为毫秒。
        • +
        • timestamp: String. The timestamp of the output result, in milliseconds.
        -

        以下为 JSON 示例: +

        Here is an example of JSON: { "faces":[{ "blendshapes":{ @@ -77,8 +77,8 @@

        Returns
          -
        • : 人脸信息 JSON 解析成功。
        • -
        • : 人脸信息 JSON 解析失败。
        • +
        • : Facial information JSON parsing successful.
        • +
        • : Facial information JSON parsing failure.
        diff --git a/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita b/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita index 1b9f2384aa8..75a7c99cbe5 100644 --- a/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita +++ b/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita @@ -274,11 +274,11 @@ struct FCameraCapturerConfiguration cameraDirection - (可选)摄像头方向。 See .This parameter applies to Android and iOS only. + (Optional) The camera direction. See .This parameter applies to Android and iOS only. cameraId - (可选)摄像头 ID。 默认为前置摄像头对应的摄像头 ID。 You can obtain the camera ID through the Android native system API, see and for details.
          + (Optional) The camera ID. 默认为前置摄像头对应的摄像头 ID。 You can obtain the camera ID through the Android native system API, see and for details.
          • This method is for Android only.
          • 该参数和 cameraDirection 均用于指定摄像头,二者为互斥关系,你可以按需选用其中之一,具体区别如下:
            • 通过 cameraDirection 指定摄像头的方式更为简便。 你只需指定摄像头的方向(前置或后置),无需指定具体的摄像头 ID,SDK 会通过系统 API 去检索和确定实际的摄像头 ID。
            • diff --git a/en-US/dita/RTC-NG/API/class_ifaceinfoobserver.dita b/en-US/dita/RTC-NG/API/class_ifaceinfoobserver.dita index 5d7eb7d6275..b79985e3275 100644 --- a/en-US/dita/RTC-NG/API/class_ifaceinfoobserver.dita +++ b/en-US/dita/RTC-NG/API/class_ifaceinfoobserver.dita @@ -2,7 +2,7 @@ <ph keyref="IFaceInfoObserver" /> - 人脸信息观测器。 + Facial information observer.

              You can call to register or unregister the object.

              diff --git a/en-US/dita/RTC-NG/API/class_videoformat.dita b/en-US/dita/RTC-NG/API/class_videoformat.dita index 56dd21ec606..381480c7d06 100644 --- a/en-US/dita/RTC-NG/API/class_videoformat.dita +++ b/en-US/dita/RTC-NG/API/class_videoformat.dita @@ -82,11 +82,11 @@ struct FVideoFormat { width - The width (px) of the video frame. The default value is 360. + The width (px) of the video frame. The default value is 960. height - The height (px) of the video frame. 默认值为 540. + The height (px) of the video frame. The default value is 540. fps diff --git a/en-US/dita/RTC-NG/API/enum_cameradirection.dita b/en-US/dita/RTC-NG/API/enum_cameradirection.dita index 8ba365c3370..82af60e3cbd 100644 --- a/en-US/dita/RTC-NG/API/enum_cameradirection.dita +++ b/en-US/dita/RTC-NG/API/enum_cameradirection.dita @@ -13,7 +13,7 @@ - 1: (默认)前置摄像头。 + 1: (Default) The front camera. From 1bd1e4ce43a47896064c857dcfedf7f68e1b8c6a Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:52:10 +0800 Subject: [PATCH 10/23] New translations --- ...imediaengine_registerfaceinfoobserver.dita | 8 ++--- .../RTC-NG/API/api_irtcengine_getcallid.dita | 2 +- .../api_irtcengine_setaudioeffectpreset.dita | 2 +- .../api_irtcengine_setcamerazoomfactor.dita | 2 +- ...eventhandler_onlocalaudiostatechanged.dita | 2 +- ...eventhandler_onlocalvideostatechanged.dita | 6 ++-- .../class_cameracapturerconfiguration.dita | 34 +++++++++---------- .../RTC-NG/API/class_channelmediaoptions.dita | 4 +-- .../API/class_segmentationproperty.dita | 2 +- en-US/dita/RTC-NG/API/class_videocanvas.dita | 2 +- .../API/enum_localaudiostreamreason.dita | 6 ++-- .../API/enum_localvideostreamreason.dita | 14 ++++---- .../dita/RTC-NG/API/enum_mediasourcetype.dita | 4 +-- .../dita/RTC-NG/API/enum_videosourcetype.dita | 2 +- 14 files changed, 45 insertions(+), 45 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita b/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita index f18f762cdfd..87b557eca19 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita @@ -30,24 +30,24 @@
              v4.3.1
        -

        You can call this method to register the callback to receive the facial information processed by Agora speech driven extension. When calling this method to register a video observer, you can register callbacks in the class as needed. 在成功注册人脸信息观测器后,SDK 会在捕捉到经过语音驱动插件转换的人脸信息时,触发你所注册的回调。

        +

        You can call this method to register the callback to receive the facial information processed by Agora speech driven extension. When calling this method to register a facial information observer, you can register callbacks in the class as needed. After successfully registering the facial information observer, the SDK will trigger the callback you registered when it captures the facial information converted by the speech driven extension.

        • Ensure that you call this method before joining a channel.
        • -
        • 调用该方法前,你需要确保已调用 启用语音驱动插件。
        • +
        • Before calling this method, you need to make sure that the speech driven extension has been enabled by calling .
        Applicable scenarios -

        通过声网语音驱动插件处理后的人脸信息为符合 ARkit 标准的 BS(Blend Shape)数据,你可以使用第三方 3D 渲染引擎对 BS 数据进一步处理,例如驱动虚拟人面部作出语音对应的口型变化。

        +

        Facial information processed by the Agora speech driven extension is BS (Blend Shape) data that complies with ARkit standards. You can further process the BS data using third-party 3D rendering engines, such as driving avatar to make mouth movements corresponding to speech.

        Parameters observer - 人脸信息观测器,详见 + Facial information observer, see .
        diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_getcallid.dita b/en-US/dita/RTC-NG/API/api_irtcengine_getcallid.dita index 808ecdfe0d5..45a04c33212 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_getcallid.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_getcallid.dita @@ -26,7 +26,7 @@
        Details -

        When a user joins a channel on a client, a callId is generated to identify the call from the client. 你可以调用该方法获取 callId 参数,然后在调用 等方法时填入。

        +

        When a user joins a channel on a client, a callId is generated to identify the call from the client. You can call this method to get the callId parameter, and pass it in when calling methods such as and .

        Call this method after joining a channel.
        Parameters diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita index 10e5510e48b..8be51260422 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita @@ -62,7 +62,7 @@
      • : A more spatial audio effect.
      • : A more ethereal audio effect.
      • Virtual surround sound, that is, the SDK generates a simulated surround sound field on the basis of stereo channels, thereby creating a surround sound effect.If the virtual surround sound is enabled, users need to use stereo audio playback devices to hear the anticipated audio effect.
      • -
      • : 合唱。 Agora recommends using this effect in chorus scenarios to enhance the sense of depth and dimension in the vocals.y
      • +
      • : A chorus audio effect. Agora recommends using this effect in chorus scenarios to enhance the sense of depth and dimension in the vocals.y
      • : A 3D voice effect that makes the voice appear to be moving around the user. The default movement cycle is 10 seconds. After setting this effect, you can call to modify the movement period.
        • Before using this preset, set the profile parameter of to or ; otherwise, the preset setting is invalid.
        • If the 3D voice effect is enabled, users need to use stereo audio playback devices to hear the anticipated voice effect.
        • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita index 360eefafc5d..c9d3a82f85e 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita @@ -27,7 +27,7 @@
      • Details -

        For iOS devices equipped with multi-lens rear cameras, such as those featuring dual-camera (wide-angle and ultra-wide-angle) or triple-camera (wide-angle, ultra-wide-angle, and telephoto), you can manipulate the camera settings to utilize the ultra-wide-angle lens effectively. Call first to set the cameraFocalLengthType as (0) (standard lens). Then, adjust the camera zoom factor to a value less than 1.0. This configuration allows you to capture video with an ultra-wide-angle perspective.

        +

        For iOS devices equipped with multi-lens rear cameras, such as those featuring dual-camera (wide-angle and ultra-wide-angle) or triple-camera (wide-angle, ultra-wide-angle, and telephoto), you can call first to set the cameraFocalLengthType as (0) (standard lens). Then, adjust the camera zoom factor to a value less than 1.0. This configuration allows you to capture video with an ultra-wide-angle perspective.

        • This method is for Android and iOS only.
        • diff --git a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onlocalaudiostatechanged.dita b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onlocalaudiostatechanged.dita index 4a03f666d29..e1883757fc4 100644 --- a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onlocalaudiostatechanged.dita +++ b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onlocalaudiostatechanged.dita @@ -69,7 +69,7 @@
        • (3): The microphone is in use. Remind your users to check whether another application occupies the microphone. Local audio capture automatically resumes after the microphone is idle for about five seconds. You can also try to rejoin the channel after the microphone is idle.
        • (4): The local video capture failed.
        • (5): The local video encoding fails.
        • -
        • (8): The local audio capture is interrupted by system calls, Siri, or alarm clocks. Remind your users to end the phone call, Siri, or alarm clock if the local audio capture is required.
        • +
        • (8): The local audio capture is interrupted by system calls, smart assistants, or alarm clocks. Prompt your users to end the phone call, smart assistants, or alarm clock if the local audio capture is required.
        diff --git a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onlocalvideostatechanged.dita b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onlocalvideostatechanged.dita index 69646c8a190..2cb9d8a62ff 100644 --- a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onlocalvideostatechanged.dita +++ b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onlocalvideostatechanged.dita @@ -41,7 +41,7 @@

        When the state of the local video stream changes (including the state of the video capture and encoding), the SDK triggers this callback to report the current state. This callback indicates the state of the local video stream, including camera capturing and video encoding, and allows you to troubleshoot issues when exceptions occur.

        The SDK triggers the callback with the state code of and error code of in the following situations:

          -
        • App 退到后台,系统回收摄像头。
        • +
        • The app goes to the background and the system reclaims the camera.
        • For Android 9 and later versions, after an app is in the background for a period, the system automatically revokes camera permissions.
        • For Android 6 and later versions, if the camera is held by a third-party app for a certain duration and then released, the SDK triggers this callback and reports the (,) callback.
        • The camera starts normally, but does not output video frames for four consecutive seconds.
        • @@ -82,8 +82,8 @@
          • (0): The local video is normal.
          • (1): No specified reason for the local video failure.
          • -
          • (3): The local video capturing device is in use. 请提示用户检查摄像头是否被其他 App 占用,或者尝试重新加入频道。
          • -
          • (4): The local video capture failed. Prompt the user to check whether the video capture device is working properly, whether the camera is occupied by another application, or try to rejoin the channel.
          • +
          • (3): The local video capturing device is in use. Prompt the user to check if the camera is being used by another app, or try to rejoin the channel.
          • +
          • (4): The local video capture failed. Prompt the user to check whether the video capture device is working properly, whether the camera is occupied by another app, or try to rejoin the channel.
          • (5): The local video encoding fails.
          • (8): Fails to find a local video capture device. Remind the user to check whether the camera is connected to the device properly or the camera is working properly, and then to rejoin the channel.

          diff --git a/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita b/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita index 75a7c99cbe5..cc20620410b 100644 --- a/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita +++ b/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita @@ -274,49 +274,49 @@ struct FCameraCapturerConfiguration cameraDirection - (Optional) The camera direction. See .This parameter applies to Android and iOS only. + (Optional) The camera direction. See .This parameter is for Android and iOS only. cameraId - (Optional) The camera ID. 默认为前置摄像头对应的摄像头 ID。 You can obtain the camera ID through the Android native system API, see and for details.
            -
          • This method is for Android only.
          • -
          • 该参数和 cameraDirection 均用于指定摄像头,二者为互斥关系,你可以按需选用其中之一,具体区别如下:
              -
            • 通过 cameraDirection 指定摄像头的方式更为简便。 你只需指定摄像头的方向(前置或后置),无需指定具体的摄像头 ID,SDK 会通过系统 API 去检索和确定实际的摄像头 ID。
            • -
            • 通过 cameraId 则可以更精确地指定某个特定的摄像头。 对于多摄像头的设备,cameraDirection 无法识别或访问全部可用摄像头,这种情况建议使用 cameraId 直接指定你想要的摄像头 ID。
            • + (Optional) The camera ID. The default value is the camera ID of the front camera. You can obtain the camera ID through the Android native system API, see and for details.
                +
              • This parameter is for Android only.
              • +
              • This parameter and cameraDirection are mutually exclusive in specifying the camera; you can choose one based on your needs. The differences are as follows:
                  +
                • Specifying the camera via cameraDirection is more straightforward. You only need to indicate the camera direction (front or rear), without specifying a specific camera ID; the SDK will retrieve and confirm the actual camera ID through Android native system APIs.
                • +
                • Specifying via cameraId allows for more precise identification of a particular camera. For devices with multiple cameras, where cameraDirection cannot recognize or access all available cameras, it is recommended to use cameraId to specify the desired camera ID directly.
              cameraFocalLengthType - (可选)摄像头的焦距类型。 See .
                -
              • This method is for Android and iOS only.
              • -
              • 如需设置摄像头的焦距类型,仅支持通过 cameraDirection 指定摄像头,不支持通过 cameraId 进行指定。
              • -
              • 部分 iOS 设备的后置摄像头为多个摄像头组成的融合镜头,如双摄(广角和超广角)或三摄(广角、超广角和长焦),对于这种具备超广角能力的融合镜头,你可以通过以下任意一种方式实现超广角的采集效果:
                  -
                • 方式一:将该参数设置为 (2)(超广角镜头)。
                • -
                • 方式二:将该参数设置为 (0)(标准镜头),然后调用 将相机缩放比例设置为小于 1.0 的数值,最小可以设置为 0.5。
                区别为方式一的超广角大小不可调节,方式二支持自由调节相机的缩放比例。
              • + (Optional) The camera focal length type. See .
                  +
                • This parameter is for Android and iOS only.
                • +
                • To set the focal length type of the camera, it is only supported to specify the camera through cameraDirection, and not suppored to specify it through cameraId.
                • +
                • For iOS devices equipped with multi-lens rear cameras, such as those featuring dual-camera (wide-angle and ultra-wide-angle) or triple-camera (wide-angle, ultra-wide-angle, and telephoto), you can use one of the following methods to capture video with an ultra-wide-angle perspective:
                    +
                  • Method one: Set this parameter to (2) (ultra-wide lens).
                  • +
                  • Method two: Set this parameter to (0) (standard lens), then call to set the camera's zoom factor to a value less than 1.0, with the minimum setting being 0.5.
                  The difference is that the size of the ultra-wide angle in method one is not adjustable, whereas method two supports adjusting the camera's zoom factor freely.
                format captureFormat - (可选)视频帧格式。 See . + (Optional) The format of the video frame. See . dimension - (可选)视频帧的分辨率 (px)。 The default value is 960 × 540. + (Optional) The dimension (px) of the video frame. The default value is 960 × 540. frameRate - (可选)视频帧的帧率 (fps)。 The default value is 15. + (Optional) The frame rate (fps) of the video frame. The default value is 15. deviceId - (可选)摄像头的 ID。 The maximum length is .This method is for Windows and macOS only. + The camera ID. The maximum length is .This method is for Windows and macOS only. followEncodeDimensionRatio - (可选)是否跟随 中设置的视频宽高比:
                  + (Optional) Whether to follow the video aspect ratio set in :
                  • : (Default) Follow the set video aspect ratio. The SDK crops the captured video according to the set video aspect ratio and synchronously changes the local preview screen and the video frame in and .
                  • : Do not follow the system default audio playback device. The SDK does not change the aspect ratio of the captured video frame.
                  diff --git a/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita b/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita index f2a27a73c91..b143ffdcb01 100644 --- a/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita +++ b/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita @@ -624,7 +624,7 @@ class ChannelMediaOptions {
                • : Publish the video captured from the screen.
                • : Do not publish the video captured from the screen.

                - This parameter applies to Android and iOS only. + This parameter is for Android and iOS only. As of v4.0.0, the parameter name is changed from publishScreenTrack to publishScreenCaptureVideo.
                @@ -634,7 +634,7 @@ class ChannelMediaOptions {
              • : Publish the audio captured from the screen.
              • : Publish the audio captured from the screen.

              - This parameter applies to Android and iOS only. + This parameter is for Android and iOS only.
              diff --git a/en-US/dita/RTC-NG/API/class_segmentationproperty.dita b/en-US/dita/RTC-NG/API/class_segmentationproperty.dita index d2d7820358a..1b8c808fdff 100644 --- a/en-US/dita/RTC-NG/API/class_segmentationproperty.dita +++ b/en-US/dita/RTC-NG/API/class_segmentationproperty.dita @@ -109,7 +109,7 @@ struct FSegmentationProperty greenCapacity -

              对画面中背景颜色识别的精度范围。 The value range is [0,1], and the default value is 0.5. The larger the value, the wider the range of identifiable shades of green. When the value of this parameter is too large, the edge of the portrait and the green color in the portrait range are also detected. Agora recommends that you dynamically adjust the value of this parameter according to the actual effect.

              +

              The accuracy range for recognizing background colors in the image. The value range is [0,1], and the default value is 0.5. The larger the value, the wider the range of identifiable shades of pure color. When the value of this parameter is too large, the edge of the portrait and the pure color in the portrait range are also detected. Agora recommends that you dynamically adjust the value of this parameter according to the actual effect.

              This parameter only takes effect when modelType is set to .
        diff --git a/en-US/dita/RTC-NG/API/class_videocanvas.dita b/en-US/dita/RTC-NG/API/class_videocanvas.dita index 96101e8ef8a..a5ef14c4556 100644 --- a/en-US/dita/RTC-NG/API/class_videocanvas.dita +++ b/en-US/dita/RTC-NG/API/class_videocanvas.dita @@ -249,7 +249,7 @@ class VideoCanvas { subviewUid The ID of the user who publishes a specific sub-video stream within the mixed video stream. - Reserved for future use.This parameter applies to Android and iOS only. + Reserved for future use.This parameter is for Android and iOS only. view diff --git a/en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita b/en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita index ff68a8224fc..92a4a9d8877 100644 --- a/en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita +++ b/en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita @@ -47,16 +47,16 @@ - 8: (Android and iOS only) The local audio capture is interrupted by a system call, Siri, or alarm clock. Remind your users to end the phone call, Siri, or alarm clock if the local audio capture is required. + 8: (Android and iOS only) The local audio capture is interrupted by a system call, smart assistants, or alarm clock. Prompt your users to end the phone call, smart assistants, or alarm clock if the local audio capture is required. Reserved. - 9: (Windows only) The ID of the local audio-capture device is invalid. 请提示用户检查音频采集设备 ID。 + 9: (Windows only) The ID of the local audio-capture device is invalid. Prompt the user to check the audio capture device ID. - 10: (Windows only) The ID of the local audio-playback device is invalid. 请提示用户检查音频播放设备 ID。 + 10: (Windows only) The ID of the local audio-playback device is invalid. Prompt the user to check the audio playback device ID. diff --git a/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita b/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita index 9706eeeb0ee..8db0ed46322 100644 --- a/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita +++ b/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita @@ -26,11 +26,11 @@
        - 3: The local video capturing device is in use. 请提示用户检查摄像头是否被其他 App 占用,或者尝试重新加入频道。 + 3: The local video capturing device is in use. Prompt the user to check if the camera is being used by another app, or try to rejoin the channel. - 4: The local video capture fails. Prompt the user to check whether the video capture device is working properly, whether the camera is occupied by another application, or try to rejoin the channel. + 4: The local video capture fails. Prompt the user to check whether the video capture device is working properly, whether the camera is occupied by another app, or try to rejoin the channel. @@ -43,7 +43,7 @@ - 7:(仅适用于 iOS)当前 App 窗口处于侧拉、分屏、画中画模式,且其他 App 正占用摄像头。 Prompt the user that the application cannot capture video properly when the app is running in Slide Over, Split View, or Picture in Picture mode and another app is occupying the camera. + 7: (iOS only) The current app window is running in Slide Over, Split View, or Picture in Picture mode, and another app is occupying the camera. Prompt the user that the app cannot capture video properly when it is running in Slide Over, Split View, or Picture in Picture mode and another app is occupying the camera. 7: Reserved. @@ -61,7 +61,7 @@ - 11: (macOS and Windows only) The shared windows is minimized when you call the method to share a window. The SDK cannot share a minimized window. 请提示用户将共享窗口取消最小化。 + 11: (macOS and Windows only) The shared windows is minimized when you call the method to share a window. The SDK cannot share a minimized window. Please prompt the user to unminimize the shared window. 11: Reserved. @@ -69,7 +69,7 @@

        12: (macOS and Windows only) The error code indicates that a window shared by the window ID has been closed or a full-screen window shared by the window ID has exited full-screen mode. After exiting full-screen mode, remote users cannot see the shared window. To prevent remote users from seeing a black screen, Agora recommends that you immediately stop screen sharing.

        Common scenarios reporting this error code:

          -
        • 本地用户关闭共享的窗口。
        • +
        • The local user closes the shared window.
        • The local user shows some slides in full-screen mode first, and then shares the windows of the slides. After the user exits full-screen mode, the SDK reports this error code.
        • The local user watches a web video or reads a web document in full-screen mode first, and then shares the window of the web video or document. After the user exits full-screen mode, the SDK reports this error code.

        @@ -83,7 +83,7 @@ 14: (Android only) Video capture is interrupted.. Possible reasons include the following:
        • The camera is being occupied by another app. Prompt the user to check if the camera is being occupied by another app.
        • -
        • The current app has been switched to the background. You can use foreground services to notify the operating system and ensure that the app can still collect video when it switches to the background. See .
        • +
        • The current app has been switched to the background. You can use foreground services to notify the operating system and ensure that the app can still collect video when it switches to the background. See .
        @@ -92,7 +92,7 @@ - 20: (Windows only) The SDK does not support sharing this type of window. 请提示用户不支持此类窗口共享,请尝试共享整个屏幕。 + 20: (Windows only) The SDK does not support sharing this type of window. Prompt the user that this type of window sharing is not supported. Try sharing the entire screen instead. diff --git a/en-US/dita/RTC-NG/API/enum_mediasourcetype.dita b/en-US/dita/RTC-NG/API/enum_mediasourcetype.dita index 03e38d8e6ef..dccc1224ba7 100644 --- a/en-US/dita/RTC-NG/API/enum_mediasourcetype.dita +++ b/en-US/dita/RTC-NG/API/enum_mediasourcetype.dita @@ -25,11 +25,11 @@ - 6. Custom video source. + 6: Custom video source. - 13: 视频源为语音驱动插件处理后的视频。 + 13: Video processed by the speech driven extension. diff --git a/en-US/dita/RTC-NG/API/enum_videosourcetype.dita b/en-US/dita/RTC-NG/API/enum_videosourcetype.dita index 1f92f3834ac..53b28b2a9c9 100644 --- a/en-US/dita/RTC-NG/API/enum_videosourcetype.dita +++ b/en-US/dita/RTC-NG/API/enum_videosourcetype.dita @@ -77,7 +77,7 @@ - 15:视频源为语音驱动插件处理后的视频。 + 15: Video processed by the speech driven extension. From 58a6c538d166ed63186458c83b6c1a5cec139d31 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Fri, 12 Apr 2024 16:52:38 +0800 Subject: [PATCH 11/23] New translations --- .../API/api_iaudiodevicecollection_getdefaultdevice.dita | 2 +- .../RTC-NG/API/api_iaudiodevicecollection_getdevice.dita | 4 ++-- .../api_iaudiodevicemanager_getplaybackdeviceinfo.dita | 6 +++--- .../api_iaudiodevicemanager_getrecordingdeviceinfo.dita | 6 +++--- .../dita/RTC-NG/API/api_irtcengine_enableencryption.dita | 2 +- ...callback_irtcengineeventhandler_onencryptionerror.dita | 8 ++++---- en-US/dita/RTC-NG/API/class_channelmediaoptions.dita | 6 +++--- en-US/dita/RTC-NG/API/enum_errorcodetype.dita | 4 ++-- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice.dita index e7465585a78..41d8ae0dbd4 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice.dita @@ -36,7 +36,7 @@ deviceName - Output parameter; the name of the system default audio device. The maximum length is . + Output parameter; the name of the system's default audio device. The maximum length is . deviceId diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdevice.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdevice.dita index 89ed8c4d46b..ff6a5de054b 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdevice.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdevice.dita @@ -2,7 +2,7 @@ <ph keyref="getDevice_IAudioDeviceCollection" /> - Gets the information of a specified audio device. + Gets the information of a specified audio device by index. @@ -49,7 +49,7 @@
      • 0: Success.
      • < 0: Failure. See for details and resolution suggestions.
      • -

        Retrieves the volume of the audio recording device.

        +

        Retrieves the information of the audio recording device.

        diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo.dita index d0fe9a73f74..4e21a85a971 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo.dita @@ -2,7 +2,7 @@ <ph keyref="getPlaybackDeviceInfo" /> - Retrieves the audio playback device associated with the device ID. + Retrieves the information of the audio playback device. @@ -33,11 +33,11 @@ deviceId - The device ID of the audio playback device. The maximum length is . + Th ID of the audio playback device. The maximum length is . deviceName - 输出参数,播放设备的设备名称。 The maximum length is . + Output parameter; the name of the playback device. The maximum length is .
        diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo.dita index ca0b6aa4073..1e4af5d14d0 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo.dita @@ -2,7 +2,7 @@ <ph keyref="getRecordingDeviceInfo" /> - Retrieves the volume of the audio recording device. + Retrieves the information of the audio recording device. @@ -33,11 +33,11 @@ deviceId - The device ID of the audio playback device. The maximum length is . + Th ID of the audio playback device. The maximum length is . deviceName - 输出参数,播放设备的设备名称。 The maximum length is . + Output parameter; the name of the playback device. The maximum length is .
        diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enableencryption.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enableencryption.dita index 23fe0dce576..c38d304067a 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enableencryption.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enableencryption.dita @@ -38,7 +38,7 @@

        Whether to enable built-in encryption:

        • : Enable the built-in encryption.
        • -
        • :(默认)关闭内置加密。
        • +
        • : (Default) Disable the built-in encryption.

        diff --git a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onencryptionerror.dita b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onencryptionerror.dita index 411055e0d4e..79c0d6fb9ef 100644 --- a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onencryptionerror.dita +++ b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onencryptionerror.dita @@ -56,10 +56,10 @@ errorType Error types.
        • (0): Internal reasons.
        • -
        • 1: Media stream decryption error. Ensure that the receiver and the sender use the same encryption mode and key.
        • -
        • (2): 媒体流加密错误。
        • -
        • (3): 数据流解密错误。 Ensure that the receiver and the sender use the same encryption mode and key.
        • -
        • (4): 数据流加密错误。
        • +
        • (1): Media stream decryption error. Ensure that the receiver and the sender use the same encryption mode and key.
        • +
        • (2): Media stream encryption error.
        • +
        • (3): Data stream decryption error. Ensure that the receiver and the sender use the same encryption mode and key.
        • +
        • (4): Data stream encryption error.
        diff --git a/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita b/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita index b143ffdcb01..b74371db25a 100644 --- a/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita +++ b/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita @@ -597,7 +597,7 @@ class ChannelMediaOptions {
      • : Publish the video captured by the third camera.
      • : Do not publish the video captured by the third camera.
      • - This method is for Android, iOS and macOS only.This method is for Android only. + This method is for Android, Windows and macOS only.This method is for Android only.
        publishFourthCameraTrack @@ -605,7 +605,7 @@ class ChannelMediaOptions {
      • : Publish the video captured by the fourth camera.
      • : Do not publish the video captured by the fourth camera.
      • - This method is for Android, iOS and macOS only.This method is for Android only. + This method is for Android, Windows and macOS only.This method is for Android only.
        publishScreenTrack @@ -772,7 +772,7 @@ class ChannelMediaOptions { audioDelayMs -

        发送音频帧的延时(毫秒)。 在视频延迟较大的场景下,你可以通过该参数来设置需要发送的音频帧的延时,以确保音画同步。

        +

        Delay (in milliseconds) for sending audio frames. In scenarios involving significant video delay, you can use this parameter to set the delay of the audio frames to be sent, to ensure audio and video synchronization.

        To switch off the delay, set the value to 0.

        diff --git a/en-US/dita/RTC-NG/API/enum_errorcodetype.dita b/en-US/dita/RTC-NG/API/enum_errorcodetype.dita index c4485af3cc9..b14fb721e14 100644 --- a/en-US/dita/RTC-NG/API/enum_errorcodetype.dita +++ b/en-US/dita/RTC-NG/API/enum_errorcodetype.dita @@ -167,7 +167,7 @@
        - 120:媒体流解密失败。 The user might have entered an incorrect password to join the channel. Check the entered password, or tell the user to try rejoining the channel. + 120: Media streams decryption fails. The user might use an incorrect password to join the channel. Check the entered password, or tell the user to try rejoining the channel. @@ -175,7 +175,7 @@ - 122:数据流解密失败。 The user might have entered an incorrect password to join the channel. Check the entered password, or tell the user to try rejoining the channel. + 122: Data streams decryption fails. The user might use an incorrect password to join the channel. Check the entered password, or tell the user to try rejoining the channel. From 46f3de305223f65e29ab3aebed498483830896ab Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:09:31 +0800 Subject: [PATCH 12/23] New translations --- .../dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita | 2 +- .../RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita | 2 +- .../RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita | 2 +- ...allback_irtcengineeventhandler_onlocalvideostatechanged.dita | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita index 1e7489b3ca9..364a452119b 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita @@ -57,7 +57,7 @@
        Parameters diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita b/en-US/dita/RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita index 3e80a6866f9..027cc5d13ea 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita @@ -40,7 +40,7 @@
        Restrictions -

        No.

        +

        None.

        <ph keyref="return-section-title"/> diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita index b11677836ea..7a5a3a4d3b1 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita @@ -51,7 +51,7 @@
        Parameters diff --git a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onlocalvideostatechanged.dita b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onlocalvideostatechanged.dita index 2cb9d8a62ff..707c264176b 100644 --- a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onlocalvideostatechanged.dita +++ b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onlocalvideostatechanged.dita @@ -41,7 +41,7 @@

        When the state of the local video stream changes (including the state of the video capture and encoding), the SDK triggers this callback to report the current state. This callback indicates the state of the local video stream, including camera capturing and video encoding, and allows you to troubleshoot issues when exceptions occur.

        The SDK triggers the callback with the state code of and error code of in the following situations:

          -
        • The app goes to the background and the system reclaims the camera.
        • +
        • The app goes to the background and the system revokes the camera permission.
        • For Android 9 and later versions, after an app is in the background for a period, the system automatically revokes camera permissions.
        • For Android 6 and later versions, if the camera is held by a third-party app for a certain duration and then released, the SDK triggers this callback and reports the (,) callback.
        • The camera starts normally, but does not output video frames for four consecutive seconds.
        • From 077a7fb51a32d198441887133d2769f5a0e13718 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:09:53 +0800 Subject: [PATCH 13/23] New translations --- en-US/dita/RTC-NG/API/enum_camerastabilizationmode.dita | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en-US/dita/RTC-NG/API/enum_camerastabilizationmode.dita b/en-US/dita/RTC-NG/API/enum_camerastabilizationmode.dita index 2c96c525341..538ce4bb972 100644 --- a/en-US/dita/RTC-NG/API/enum_camerastabilizationmode.dita +++ b/en-US/dita/RTC-NG/API/enum_camerastabilizationmode.dita @@ -2,7 +2,7 @@ <ph keyref="CAMERA_STABILIZATION_MODE"/> - Camera stabilization mode. + Camera stabilization modes.
          @@ -22,7 +22,7 @@ - 0: Automatic camera stabilization, the system automatically selects a stabilization mode based on the status of the camera. However, the latency is relatively high in this mode, so it is recommended not to use this enumeration. + 0: Automatic camera stabilization. The system automatically selects a stabilization mode based on the status of the camera. However, the latency is relatively high in this mode, so it is recommended not to use this enumeration. From 10abd4d2e915b09143b0c6fb656b4a2f33b652a4 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:32:12 +0800 Subject: [PATCH 14/23] New translations --- en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita | 2 +- .../api_irtcengine_pushexternalaudioframesamplebuffer.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita | 2 +- en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita | 4 ++-- en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita | 3 +-- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita b/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita index 36c63b19b13..5c870da0af6 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita @@ -26,7 +26,7 @@ Details

          Before calling this method to push external audio data, perform the following steps:

            -
          1. Call to create a custom audio track and obtain the audio track ID.
          2. +
          3. Call to create a custom audio track and get the audio track ID.
          4. Call to join the channel. In , set publishCustomAduioTrackId to the audio track ID that you want to publish, and set publishCustomAudioTrack to .

          diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita index f93ec9c6b0f..44ec6c1e860 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita @@ -32,7 +32,7 @@ Details

          Before calling this method to push external audio data, perform the following steps:

            -
          1. Call to create a custom audio track and obtain the audio track ID.
          2. +
          3. Call to create a custom audio track and get the audio track ID.
          4. Call to join the channel. In , set publishCustomAduioTrackId to the audio track ID that you want to publish, and set publishCustomAudioTrack to .

        diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer.dita b/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer.dita index 4d8a30934d3..e379ee102fb 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_pushexternalaudioframesamplebuffer.dita @@ -21,7 +21,7 @@
        Deprecated:
        -
        Deprecated as of v4.3.1. Use instead.
        +
        This method is deprecated as of v4.3.1. Use instead.
        diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita index 7f007c6eed3..1db4bbb4524 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita @@ -44,7 +44,7 @@ cameraId - The camera ID. You can obtain the camera ID through the Android native system API, see and for details. + The camera ID. You can get the camera ID through the Android native system API, see and for details. diff --git a/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita b/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita index cc20620410b..d3a075b4bfd 100644 --- a/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita +++ b/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita @@ -278,7 +278,7 @@ struct FCameraCapturerConfiguration
        cameraId - (Optional) The camera ID. The default value is the camera ID of the front camera. You can obtain the camera ID through the Android native system API, see and for details.
          + (Optional) The camera ID. The default value is the camera ID of the front camera. You can get the camera ID through the Android native system API, see and for details.
          • This parameter is for Android only.
          • This parameter and cameraDirection are mutually exclusive in specifying the camera; you can choose one based on your needs. The differences are as follows:
            • Specifying the camera via cameraDirection is more straightforward. You only need to indicate the camera direction (front or rear), without specifying a specific camera ID; the SDK will retrieve and confirm the actual camera ID through Android native system APIs.
            • @@ -290,7 +290,7 @@ struct FCameraCapturerConfiguration cameraFocalLengthType (Optional) The camera focal length type. See .
              • This parameter is for Android and iOS only.
              • -
              • To set the focal length type of the camera, it is only supported to specify the camera through cameraDirection, and not suppored to specify it through cameraId.
              • +
              • To set the focal length type of the camera, it is only supported to specify the camera through cameraDirection, and not supported to specify it through cameraId.
              • For iOS devices equipped with multi-lens rear cameras, such as those featuring dual-camera (wide-angle and ultra-wide-angle) or triple-camera (wide-angle, ultra-wide-angle, and telephoto), you can use one of the following methods to capture video with an ultra-wide-angle perspective:
                • Method one: Set this parameter to (2) (ultra-wide lens).
                • Method two: Set this parameter to (0) (standard lens), then call to set the camera's zoom factor to a value less than 1.0, with the minimum setting being 0.5.
                The difference is that the size of the ultra-wide angle in method one is not adjustable, whereas method two supports adjusting the camera's zoom factor freely.
              • diff --git a/en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita b/en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita index 1df16cf628f..c5ea84fd3f2 100644 --- a/en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita +++ b/en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita @@ -30,8 +30,7 @@ - 3: Telephoto lens.This enumerator applies to iOS only. - + 3:(仅适用于 iOS)长焦镜头。 From c7b68b8bcc7a174d4860397018ee44a7627c9dd8 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:34:19 +0800 Subject: [PATCH 15/23] New translations --- en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita b/en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita index c5ea84fd3f2..07ece9464ac 100644 --- a/en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita +++ b/en-US/dita/RTC-NG/API/enum_camerafocallengthtype.dita @@ -30,7 +30,7 @@ - 3:(仅适用于 iOS)长焦镜头。 + 3: (For iOS only) Telephoto lens. From 68e60e47236da67ba5d4d3789f0a432846d8054f Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:37:10 +0800 Subject: [PATCH 16/23] New translations --- en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita b/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita index d3a075b4bfd..c86e83ae817 100644 --- a/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita +++ b/en-US/dita/RTC-NG/API/class_cameracapturerconfiguration.dita @@ -312,7 +312,7 @@ struct FCameraCapturerConfiguration deviceId - The camera ID. The maximum length is .This method is for Windows and macOS only. + The camera ID. The maximum length is .This parameter is for Windows and macOS only. followEncodeDimensionRatio From 8877d39c2e127efd8034129e13393c7b0c02264b Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:10:47 +0800 Subject: [PATCH 17/23] New translations --- .../API/api_imediaengine_registerfaceinfoobserver.dita | 2 +- .../API/api_irtcengine_setaudioeffectpreset.dita | 2 +- .../API/callback_ifaceinfoobserver_onfaceinfo.dita | 10 +++++----- en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita b/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita index 87b557eca19..d7618018b64 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita @@ -30,7 +30,7 @@
                v4.3.1
                -

                You can call this method to register the callback to receive the facial information processed by Agora speech driven extension. When calling this method to register a facial information observer, you can register callbacks in the class as needed. After successfully registering the facial information observer, the SDK will trigger the callback you registered when it captures the facial information converted by the speech driven extension.

                +

                You can call this method to register the callback to receive the facial information processed by Agora speech driven extension. When calling this method to register a facial information observer, you can register callbacks in the class as needed. After successfully registering the facial information observer, the SDK triggers the callback you have registered when it captures the facial information converted by the speech driven extension.

                • Ensure that you call this method before joining a channel.
                • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita index 8be51260422..52b36c0ba17 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita @@ -62,7 +62,7 @@
                • : A more spatial audio effect.
                • : A more ethereal audio effect.
                • Virtual surround sound, that is, the SDK generates a simulated surround sound field on the basis of stereo channels, thereby creating a surround sound effect.If the virtual surround sound is enabled, users need to use stereo audio playback devices to hear the anticipated audio effect.
                • -
                • : A chorus audio effect. Agora recommends using this effect in chorus scenarios to enhance the sense of depth and dimension in the vocals.y
                • +
                • : A chorus audio effect. Agora recommends using this effect in chorus scenarios to enhance the sense of depth and dimension in the vocals.
                • : A 3D voice effect that makes the voice appear to be moving around the user. The default movement cycle is 10 seconds. After setting this effect, you can call to modify the movement period.
                  • Before using this preset, set the profile parameter of to or ; otherwise, the preset setting is invalid.
                  • If the 3D voice effect is enabled, users need to use stereo audio playback devices to hear the anticipated voice effect.
                  • diff --git a/en-US/dita/RTC-NG/API/callback_ifaceinfoobserver_onfaceinfo.dita b/en-US/dita/RTC-NG/API/callback_ifaceinfoobserver_onfaceinfo.dita index 93f6ef37fe5..bc358201195 100644 --- a/en-US/dita/RTC-NG/API/callback_ifaceinfoobserver_onfaceinfo.dita +++ b/en-US/dita/RTC-NG/API/callback_ifaceinfoobserver_onfaceinfo.dita @@ -38,12 +38,12 @@ outFaceInfo Output parameter, the JSON string of the facial information processed by the voice driver plugin, including the following fields:
                      -
                    • faces: Object sequence. Includes recognized facial information, with each face corresponding to an object.
                    • +
                    • faces: Object sequence. The collection of facial information, with each face corresponding to an object.
                    • blendshapes: Object. The collection of face capture coefficients, named according to ARkit standards, with each key-value pair representing a blendshape coefficient. The blendshape coefficient is a floating point number with a range of [0.0, 1.0].
                    • rotation: Object sequence. The rotation of the head, which includes the following three key-value pairs, with values as floating point numbers ranging from -180.0 to 180.0:
                        -
                      • pitch: Head pitch angle.. A positve value meansing looking down, while a negative value means looking up.
                      • -
                      • yaw: Head yaw angle. A positve value meansing turning left, while a negative value means turning right.
                      • -
                      • roll: Head roll angle. A positve value meansing tilting to the right, while a negative value means tilting to the left.
                      • +
                      • pitch: Head pitch angle. A positve value means looking down, while a negative value means looking up.
                      • +
                      • yaw: Head yaw angle. A positve value means turning left, while a negative value means turning right.
                      • +
                      • roll: Head roll angle. A positve value means tilting to the right, while a negative value means tilting to the left.
                    • timestamp: String. The timestamp of the output result, in milliseconds.
                    • @@ -78,7 +78,7 @@ Returns
                      • : Facial information JSON parsing successful.
                      • -
                      • : Facial information JSON parsing failure.
                      • +
                      • : Facial information JSON parsing failed.
                      diff --git a/en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita b/en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita index 95002ed0e02..49f6760e40d 100644 --- a/en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita +++ b/en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita @@ -73,7 +73,7 @@ - The audio effect of chorus. Agora recommends using this effect in chorus scenarios to enhance the sense of depth and dimension in the vocals.y + The audio effect of chorus. Agora recommends using this effect in chorus scenarios to enhance the sense of depth and dimension in the vocals. From 917f311c28fab44854eb79e59f138fa463391865 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:11:45 +0800 Subject: [PATCH 18/23] New translations --- en-US/dita/RTC-NG/API/api_irtcengineex_getcallidex.dita | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_getcallidex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_getcallidex.dita index fd8dfc29b0c..f5287ec7c2b 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_getcallidex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_getcallidex.dita @@ -1,7 +1,7 @@ - getCallIdEx + <ph keyref="getCallIdEx" /> Gets the call ID with the connection ID. From 44ce8e0c46fa300526cf1d34296af15533d7762f Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:11:14 +0800 Subject: [PATCH 19/23] New translations --- .../RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita | 6 +++--- .../API/api_irtcengine_setcamerastabilizationmode.dita | 2 +- en-US/dita/RTC-NG/API/class_channelmediaoptions.dita | 4 ++-- en-US/dita/RTC-NG/API/class_videocanvas.dita | 6 +++--- en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita | 6 +++--- en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita | 4 ++-- en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita index 52b36c0ba17..f54becd6e1c 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita @@ -52,7 +52,7 @@ preset The options for SDK preset audio effects. See . - Preset voice effects.
                        + Preset audio effects.
                        • : Turn off audio effects and use the original voice.
                        • : The reverberation style typical of a KTV venue.
                        • : The reverberation style typical of a concert hall.
                        • @@ -61,9 +61,9 @@
                        • : A virtual stereo effect that renders monophonic audio as stereo audio. Before using this preset, set the profile parameter of to or ; otherwise, the preset setting is invalid.
                        • : A more spatial audio effect.
                        • : A more ethereal audio effect.
                        • -
                        • Virtual surround sound, that is, the SDK generates a simulated surround sound field on the basis of stereo channels, thereby creating a surround sound effect.If the virtual surround sound is enabled, users need to use stereo audio playback devices to hear the anticipated audio effect.
                        • +
                        • : Virtual surround sound, that is, the SDK generates a simulated surround sound field on the basis of stereo channels, thereby creating a surround sound effect.If the virtual surround sound is enabled, users need to use stereo audio playback devices to hear the anticipated audio effect.
                        • : A chorus audio effect. Agora recommends using this effect in chorus scenarios to enhance the sense of depth and dimension in the vocals.
                        • -
                        • : A 3D voice effect that makes the voice appear to be moving around the user. The default movement cycle is 10 seconds. After setting this effect, you can call to modify the movement period.
                            +
                          • : A 3D voice effect that makes the voice appear to be moving around the user. The default cycle period is 10 seconds. After setting this effect, you can call to modify the movement period.
                            • Before using this preset, set the profile parameter of to or ; otherwise, the preset setting is invalid.
                            • If the 3D voice effect is enabled, users need to use stereo audio playback devices to hear the anticipated voice effect.
                          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita index 7a5a3a4d3b1..b567a0f7dd7 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita @@ -36,7 +36,7 @@
                            Applicable scenarios -

                            When shooting on the move, in low light conditions, or handheld, you can set the camera stabilization mode to reduce the impact of camera shake and get a more stable, clear picture.

                            +

                            When shooting on the move, in low light conditions, or with mobile devices, you can set the camera stabilization mode to reduce the impact of camera shake and get a more stable, clear picture.

                            Call timing diff --git a/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita b/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita index b74371db25a..bf631cac887 100644 --- a/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita +++ b/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita @@ -597,7 +597,7 @@ class ChannelMediaOptions {
                          • : Publish the video captured by the third camera.
                          • : Do not publish the video captured by the third camera.
                          - This method is for Android, Windows and macOS only.This method is for Android only. + This parameter is for Android, Windows and macOS only.This parameter is for Android only. publishFourthCameraTrack @@ -605,7 +605,7 @@ class ChannelMediaOptions {
                        • : Publish the video captured by the fourth camera.
                        • : Do not publish the video captured by the fourth camera.
                        - This method is for Android, Windows and macOS only.This method is for Android only.
                        + This parameter is for Android, Windows and macOS only.This parameter is for Android only. publishScreenTrack diff --git a/en-US/dita/RTC-NG/API/class_videocanvas.dita b/en-US/dita/RTC-NG/API/class_videocanvas.dita index a5ef14c4556..8632528f2f0 100644 --- a/en-US/dita/RTC-NG/API/class_videocanvas.dita +++ b/en-US/dita/RTC-NG/API/class_videocanvas.dita @@ -253,14 +253,14 @@ class VideoCanvas { view - The video display window. It must be one or object.In one , you can only choose to set either view or surfaceTexture, if both are set, only the settings in view takes effect. + The video display window. It must be one or object.In one , you can only choose to set either view or surfaceTexture. If both are set, only the settings in view takes effect. The video image. You need to define a pointer of UImage type and pass in this parameter. The sample code is as follows:agora::rtc::VideoCanvas videoCanvas; UImage* LocalVideo; videoCanvas.view = LocalVideo; surfaceTexture - A container that provides video images. When you use this member, you need to implement texture drawing in OPENGL yourself. See .In one , you can only choose to set either view or surfaceTexture, if both are set, only the settings in view takes effect. + A container that provides video images. When you use this member, you need to implement texture drawing in OPENGL yourself. See .In one , you can only choose to set either view or surfaceTexture. If both are set, only the settings in view takes effect. renderMode @@ -326,7 +326,7 @@ class VideoCanvas { enableAlphaMask (Optional) Whether the receiver enables alpha mask rendering:
                        • : The receiver enables alpha mask rendering.
                        • -
                        • : (default) The receiver disables alpha mask rendering.
                        • +
                        • : (Default) The receiver disables alpha mask rendering.

                        Alpha mask rendering can create images with transparent effects and extract portraits from videos. When used in combination with other methods, you can implement effects such as portrait-in-picture and watermarking.

                        diff --git a/en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita b/en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita index 49f6760e40d..1fab94c4bc1 100644 --- a/en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita +++ b/en-US/dita/RTC-NG/API/enum_audioeffectpreset.dita @@ -2,7 +2,7 @@ <ph keyref="AUDIO_EFFECT_PRESET"/> - Preset voice effects. + Preset audio effects.
                        To get better audio effects, Agora recommends calling and setting the profile parameter as recommended below before using the preset audio effects.
        @@ -78,7 +78,7 @@ -

        A 3D voice effect that makes the voice appear to be moving around the user. The default movement cycle is 10 seconds. After setting this effect, you can call to modify the movement period.

        +

        A 3D voice effect that makes the voice appear to be moving around the user. The default cycle period is 10 seconds. After setting this effect, you can call to modify the movement period.

        If the 3D voice effect is enabled, users need to use stereo audio playback devices to hear the anticipated voice effect.
        @@ -90,7 +90,7 @@ -

        A senior man's voice.

        +

        An older man's voice.

        Agora recommends using this preset to process a male-sounding voice; otherwise, you may not hear the anticipated voice effect.
        diff --git a/en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita b/en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita index 92a4a9d8877..f7fb8d8a5b2 100644 --- a/en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita +++ b/en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita @@ -43,11 +43,11 @@ - 7: (Windows and macOS only) No local audio capture device. Remind your users to check whether the speaker is connected to the device properly in the control plane of the device or if the speaker is working properly. + 7: (Windows and macOS only) No local audio capture device. Remind your users to check whether the speaker is connected to the device properly in the control plane of the device or if the speaker is working properly. - 8: (Android and iOS only) The local audio capture is interrupted by a system call, smart assistants, or alarm clock. Prompt your users to end the phone call, smart assistants, or alarm clock if the local audio capture is required. + 8: (Android and iOS only) The local audio capture is interrupted by a system call, smart assistants, or alarm clock. Prompt your users to end the phone call, smart assistants, or alarm clock if the local audio capture is required. Reserved. diff --git a/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita b/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita index 8db0ed46322..7a1e96fb3ab 100644 --- a/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita +++ b/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita @@ -81,7 +81,7 @@ - 14: (Android only) Video capture is interrupted.. Possible reasons include the following:
          + 14: (Android only) Video capture is interrupted. Possible reasons include the following:
          • The camera is being occupied by another app. Prompt the user to check if the camera is being occupied by another app.
          • The current app has been switched to the background. You can use foreground services to notify the operating system and ensure that the app can still collect video when it switches to the background. See .
          From d6d891640df757d1229a1681f93a89cc3df1324c Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:14:47 +0800 Subject: [PATCH 20/23] New translations --- .../API/api_iaudiodevicecollection_getdefaultdevice.dita | 2 +- .../API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita | 2 +- .../api_iaudiodevicemanager_getrecordingdeviceinfo2.dita | 2 +- .../RTC-NG/API/api_irtcengine_enablecameracenterstage.dita | 4 ++-- .../API/api_irtcengine_iscameracenterstagesupported.dita | 6 +++--- .../API/api_irtcengine_setcamerastabilizationmode.dita | 2 +- ...ack_irtcengineeventhandler_onlocalvideostatechanged.dita | 2 +- en-US/dita/RTC-NG/API/class_videocanvas.dita | 4 ++-- en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita | 4 ++-- en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita | 6 +++--- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice.dita index 41d8ae0dbd4..cfede55331e 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_getdefaultdevice.dita @@ -40,7 +40,7 @@ deviceId - Output parameter; the device ID of the the system default audio device. The maximum length is . + Output parameter; the device ID of the system default audio device. The maximum length is .
          diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita index c629d3fb2a0..9bfabecd1a8 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita @@ -2,7 +2,7 @@ <ph keyref="getPlaybackDeviceInfo2"/> - Get the information and type of audio playback device. + Get the information and type of the audio playback device. diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo2.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo2.dita index b3bb8438bf6..b5d17a2a7e4 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo2.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getrecordingdeviceinfo2.dita @@ -2,7 +2,7 @@ <ph keyref="getRecordingDeviceInfo2"/> - Get the information and type of audio capturing device. + Get the information and type of the audio capturing device. diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita index 364a452119b..dacb9be267a 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita @@ -2,7 +2,7 @@ <ph keyref="enableCameraCenterStage"/> - Enables or disables portrait lock feature. + Enables or disables the portrait lock feature. @@ -64,7 +64,7 @@ enabled - Whether to enable portrait lock feature:
            + Whether to enable the portrait lock feature:
            • : Enable portrait lock.
            • : Disable portrait lock.
            diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita b/en-US/dita/RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita index 027cc5d13ea..8d58d7991a2 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_iscameracenterstagesupported.dita @@ -2,7 +2,7 @@ <ph keyref="isCameraCenterStageSupported"/> - Check if the camera supports portrait lock mode. + Check if the camera supports the portrait lock feature. @@ -45,8 +45,8 @@
            <ph keyref="return-section-title"/>
              -
            • : The current camera supports portrait lock mode.
            • -
            • : The current camera supports portrait lock mode.
            • +
            • : The current camera supports the portrait lock feature.
            • +
            • : The current camera supports the portrait lock feature.
            diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita index b567a0f7dd7..85d50572c54 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita @@ -46,7 +46,7 @@ Restrictions
            • Camera stabilization only works for scenarios with a video resolution greater than 1280 x 720.
            • -
            • After enabling camera stabilization, the higher the camera stabilization level, the smaller the camera's field of view and the greater the camera's latency. To ensure user experience, it is recommended that you set the mode parameter to .
            • +
            • After enabling camera stabilization, the higher the camera stabilization level, the smaller the camera's field of view and the greater the camera's latency. To improve user experience, it is recommended that you set the mode parameter to .

        diff --git a/en-US/dita/RTC-NG/API/class_videocanvas.dita b/en-US/dita/RTC-NG/API/class_videocanvas.dita index 8632528f2f0..36a4bc8e7c7 100644 --- a/en-US/dita/RTC-NG/API/class_videocanvas.dita +++ b/en-US/dita/RTC-NG/API/class_videocanvas.dita @@ -253,14 +253,14 @@ class VideoCanvas {
        view - The video display window. It must be one or object.In one , you can only choose to set either view or surfaceTexture. If both are set, only the settings in view takes effect. + The video display window. It must be one or object.In one , you can only choose to set either view or surfaceTexture. If both are set, only the settings in view take effect. The video image. You need to define a pointer of UImage type and pass in this parameter. The sample code is as follows:agora::rtc::VideoCanvas videoCanvas; UImage* LocalVideo; videoCanvas.view = LocalVideo; surfaceTexture - A container that provides video images. When you use this member, you need to implement texture drawing in OPENGL yourself. See .In one , you can only choose to set either view or surfaceTexture. If both are set, only the settings in view takes effect. + A container that provides video images. When you use this member, you need to implement texture drawing in OPENGL yourself. See .In one , you can only choose to set either view or surfaceTexture. If both are set, only the settings in view take effect. renderMode diff --git a/en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita b/en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita index f7fb8d8a5b2..e3afa6a9d60 100644 --- a/en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita +++ b/en-US/dita/RTC-NG/API/enum_localaudiostreamreason.dita @@ -39,11 +39,11 @@ - 6: (Windows and macOS only) No local audio capture device. Remind your users to check whether the microphone is connected to the device properly in the control plane of the device or if the microphone is working properly. + 6: (Windows and macOS only) No local audio capture device. Remind your users to check whether the microphone is connected to the device properly in the control panel of the device or if the microphone is working properly. - 7: (Windows and macOS only) No local audio capture device. Remind your users to check whether the speaker is connected to the device properly in the control plane of the device or if the speaker is working properly. + 7: (Windows and macOS only) No local audio capture device. Remind your users to check whether the speaker is connected to the device properly in the control panel of the device or if the speaker is working properly. diff --git a/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita b/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita index 7a1e96fb3ab..351b0d58e63 100644 --- a/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita +++ b/en-US/dita/RTC-NG/API/enum_localvideostreamreason.dita @@ -30,7 +30,7 @@ - 4: The local video capture fails. Prompt the user to check whether the video capture device is working properly, whether the camera is occupied by another app, or try to rejoin the channel. + 4: The local video capture fails. Prompt the user to check whether the video capture device is working properly, whether the camera is used by another app, or try to rejoin the channel. @@ -61,7 +61,7 @@ - 11: (macOS and Windows only) The shared windows is minimized when you call the method to share a window. The SDK cannot share a minimized window. Please prompt the user to unminimize the shared window. + 11: (macOS and Windows only) The shared window is minimized when you call the method to share a window. The SDK cannot share a minimized window. Please prompt the user to unminimize the shared window. 11: Reserved. @@ -82,7 +82,7 @@ 14: (Android only) Video capture is interrupted. Possible reasons include the following:
          -
        • The camera is being occupied by another app. Prompt the user to check if the camera is being occupied by another app.
        • +
        • The camera is being used by another app. Prompt the user to check if the camera is being used by another app.
        • The current app has been switched to the background. You can use foreground services to notify the operating system and ensure that the app can still collect video when it switches to the background. See .
        From d20041ff40e41a1aca366c0288b7615b2e305af1 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:20:10 +0800 Subject: [PATCH 21/23] New translations --- .../RTC-NG/API/api_iaudiodevicecollection_setdevice.dita | 2 +- .../api_iaudiodevicemanager_followsystemloopbackdevice.dita | 2 +- .../api_iaudiodevicemanager_followsystemplaybackdevice.dita | 2 +- ...api_iaudiodevicemanager_followsystemrecordingdevice.dita | 2 +- .../API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita | 2 +- .../API/api_iaudiodevicemanager_setloopbackdevice.dita | 2 +- .../API/api_iaudiodevicemanager_setplaybackdevice.dita | 2 +- .../API/api_iaudiodevicemanager_setplaybackdevicemute.dita | 2 +- .../api_iaudiodevicemanager_setplaybackdevicevolume.dita | 2 +- .../API/api_iaudiodevicemanager_setrecordingdevice.dita | 2 +- .../API/api_iaudiodevicemanager_setrecordingdevicemute.dita | 2 +- .../api_iaudiodevicemanager_setrecordingdevicevolume.dita | 2 +- ...pi_iaudiodevicemanager_startaudiodeviceloopbacktest.dita | 2 +- .../api_iaudiodevicemanager_startplaybackdevicetest.dita | 2 +- .../api_iaudiodevicemanager_startrecordingdevicetest.dita | 2 +- ...api_iaudiodevicemanager_stopaudiodeviceloopbacktest.dita | 2 +- .../API/api_iaudiodevicemanager_stopplaybackdevicetest.dita | 2 +- .../api_iaudiodevicemanager_stoprecordingdevicetest.dita | 2 +- ...i_ibasespatialaudioengine_muteallremoteaudiostreams.dita | 2 +- .../api_ibasespatialaudioengine_mutelocalaudiostream.dita | 2 +- .../api_ibasespatialaudioengine_muteremoteaudiostream.dita | 2 +- .../API/api_ibasespatialaudioengine_setaudiorecvrange.dita | 2 +- .../API/api_ibasespatialaudioengine_setdistanceunit.dita | 2 +- .../api_ibasespatialaudioengine_setmaxaudiorecvcount.dita | 2 +- .../api_ibasespatialaudioengine_setplayerattenuation.dita | 2 +- .../RTC-NG/API/api_ibasespatialaudioengine_setzones.dita | 2 +- ...pi_ibasespatialaudioengine_updateplayerpositioninfo.dita | 2 +- .../API/api_ibasespatialaudioengine_updateselfposition.dita | 2 +- .../api_ilocalspatialaudioengine_clearremotepositions.dita | 2 +- .../RTC-NG/API/api_ilocalspatialaudioengine_initialize.dita | 2 +- .../api_ilocalspatialaudioengine_removeremoteposition.dita | 2 +- ..._ilocalspatialaudioengine_setremoteaudioattenuation.dita | 2 +- .../api_ilocalspatialaudioengine_updateremoteposition.dita | 2 +- .../api_ilocalspatialaudioengine_updateselftransform.dita | 2 +- .../API/api_imediaengine_destroycustomaudiotrack.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaengine_pullaudioframe.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita | 2 +- .../RTC-NG/API/api_imediaengine_pushencodedvideoimage.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaengine_pushvideoframe.dita | 2 +- .../API/api_imediaengine_registeraudioframeobserver.dita | 2 +- .../API/api_imediaengine_registerfaceinfoobserver.dita | 2 +- .../api_imediaengine_registervideoencodedframeobserver.dita | 2 +- .../API/api_imediaengine_registervideoframeobserver.dita | 2 +- .../RTC-NG/API/api_imediaengine_setexternalaudiosink.dita | 2 +- .../API/api_imediaengine_setexternalaudiosource2.dita | 2 +- .../RTC-NG/API/api_imediaengine_setexternalvideosource.dita | 2 +- .../API/api_imediaengine_unregisteraudioframeobserver.dita | 2 +- ...pi_imediaengine_unregistervideoencodedframeobserver.dita | 2 +- .../API/api_imediaengine_unregistervideoframeobserver.dita | 2 +- .../RTC-NG/API/api_imediaplayer_adjustplayoutvolume.dita | 2 +- .../API/api_imediaplayer_adjustpublishsignalvolume.dita | 2 +- .../API/api_imediaplayer_enableautoswitchagoracdn.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaplayer_mute.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaplayer_open.dita | 2 +- .../RTC-NG/API/api_imediaplayer_openwithagoracdnsrc.dita | 2 +- .../RTC-NG/API/api_imediaplayer_openwithmediasource.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaplayer_pause.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaplayer_play.dita | 2 +- .../dita/RTC-NG/API/api_imediaplayer_playpreloadedsrc.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaplayer_preloadsrc.dita | 2 +- .../API/api_imediaplayer_registeraudioframeobserver2.dita | 2 +- .../API/api_imediaplayer_registerplayersourceobserver.dita | 2 +- .../API/api_imediaplayer_registervideoframeobserver.dita | 2 +- .../RTC-NG/API/api_imediaplayer_renewagoracdnsrctoken.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaplayer_resume.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaplayer_seek.dita | 2 +- .../dita/RTC-NG/API/api_imediaplayer_selectaudiotrack.dita | 2 +- .../RTC-NG/API/api_imediaplayer_selectmultiaudiotrack.dita | 2 +- .../RTC-NG/API/api_imediaplayer_setaudiodualmonomode.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaplayer_setaudiopitch.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaplayer_setloopcount.dita | 2 +- .../dita/RTC-NG/API/api_imediaplayer_setplaybackspeed.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaplayer_setplayeroption.dita | 2 +- .../dita/RTC-NG/API/api_imediaplayer_setplayeroption2.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaplayer_setrendermode.dita | 2 +- .../RTC-NG/API/api_imediaplayer_setspatialaudioparams.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaplayer_setview.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaplayer_stop.dita | 2 +- .../API/api_imediaplayer_switchagoracdnlinebyindex.dita | 2 +- .../dita/RTC-NG/API/api_imediaplayer_switchagoracdnsrc.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaplayer_switchsrc.dita | 2 +- en-US/dita/RTC-NG/API/api_imediaplayer_unloadsrc.dita | 2 +- .../API/api_imediaplayer_unregisteraudioframeobserver.dita | 2 +- .../api_imediaplayer_unregisterplayersourceobserver.dita | 2 +- .../API/api_imediaplayer_unregistervideoframeobserver.dita | 2 +- .../API/api_imediaplayercachemanager_removeallcaches.dita | 2 +- .../API/api_imediarecorder_setmediarecorderobserver.dita | 2 +- .../dita/RTC-NG/API/api_imediarecorder_startrecording.dita | 2 +- en-US/dita/RTC-NG/API/api_imediarecorder_stoprecording.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_addhandler.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_addpublishstreamurl.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_addvideowatermark.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_addvideowatermark2.dita | 2 +- .../API/api_irtcengine_adjustaudiomixingplayoutvolume.dita | 2 +- .../API/api_irtcengine_adjustaudiomixingpublishvolume.dita | 2 +- .../RTC-NG/API/api_irtcengine_adjustaudiomixingvolume.dita | 2 +- .../API/api_irtcengine_adjustcustomaudioplayoutvolume.dita | 2 +- .../API/api_irtcengine_adjustcustomaudiopublishvolume.dita | 2 +- .../API/api_irtcengine_adjustloopbacksignalvolume.dita | 2 +- .../API/api_irtcengine_adjustplaybacksignalvolume.dita | 2 +- .../API/api_irtcengine_adjustrecordingsignalvolume.dita | 2 +- .../API/api_irtcengine_adjustuserplaybacksignalvolume.dita | 2 +- .../RTC-NG/API/api_irtcengine_clearvideowatermarks.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_complain.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_configrhythmplayer.dita | 2 +- .../RTC-NG/API/api_irtcengine_destroycustomvideotrack.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_destroymediaplayer.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_disableaudio.dita | 2 +- .../API/api_irtcengine_disableaudiospectrummonitor.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_disablevideo.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_enableaudio.dita | 2 +- .../API/api_irtcengine_enableaudiospectrummonitor.dita | 2 +- .../API/api_irtcengine_enableaudiovolumeindication.dita | 2 +- .../RTC-NG/API/api_irtcengine_enablecameracenterstage.dita | 2 +- .../RTC-NG/API/api_irtcengine_enablecontentinspect.dita | 2 +- .../API/api_irtcengine_enablecustomaudiolocalplayback.dita | 2 +- .../RTC-NG/API/api_irtcengine_enabledualstreammode3.dita | 2 +- .../API/api_irtcengine_enableechocancellationexternal.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_enableencryption.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_enableextension.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_enablefacedetection.dita | 2 +- .../RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita | 2 +- .../API/api_irtcengine_enableinstantmediarendering.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_enablelocalaudio.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_enablelocalvideo.dita | 2 +- .../RTC-NG/API/api_irtcengine_enableloopbackrecording.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_enablemulticamera.dita | 2 +- .../API/api_irtcengine_enablesoundpositionindication.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_enablespatialaudio.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_enablevideo.dita | 2 +- .../RTC-NG/API/api_irtcengine_enablevideoimagesource.dita | 2 +- .../RTC-NG/API/api_irtcengine_enablevirtualbackground.dita | 2 +- .../RTC-NG/API/api_irtcengine_enablevirtualbackground2.dita | 2 +- .../API/api_irtcengine_enablewebsdkinteroperability.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_initialize.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_joinchannel2.dita | 2 +- .../API/api_irtcengine_joinchannelwithuseraccount.dita | 2 +- .../API/api_irtcengine_joinchannelwithuseraccountex.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_leavechannel.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_leavechannel2.dita | 2 +- .../RTC-NG/API/api_irtcengine_loadextensionprovider.dita | 2 +- .../API/api_irtcengine_muteallremoteaudiostreams.dita | 2 +- .../API/api_irtcengine_muteallremotevideostreams.dita | 2 +- .../RTC-NG/API/api_irtcengine_mutelocalaudiostream.dita | 2 +- .../RTC-NG/API/api_irtcengine_mutelocalvideostream.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_muterecordingsignal.dita | 2 +- .../RTC-NG/API/api_irtcengine_muteremoteaudiostream.dita | 2 +- .../RTC-NG/API/api_irtcengine_muteremotevideostream.dita | 2 +- .../API/api_irtcengine_pauseallchannelmediarelay.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_pausealleffects.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_pauseaudiomixing.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_pauseeffect.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_playalleffects.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_playeffect3.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_preloadchannel.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_preloadeffect.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita | 2 +- .../RTC-NG/API/api_irtcengine_pushcaptureaudioframe.dita | 2 +- .../RTC-NG/API/api_irtcengine_pushreverseaudioframe.dita | 2 +- .../api_irtcengine_querycamerafocallengthcapability.dita | 6 +++--- en-US/dita/RTC-NG/API/api_irtcengine_rate.dita | 2 +- .../api_irtcengine_registeraudioencodedframeobserver.dita | 2 +- .../API/api_irtcengine_registeraudiospectrumobserver.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_registerextension.dita | 2 +- .../RTC-NG/API/api_irtcengine_registerlocaluseraccount.dita | 2 +- .../API/api_irtcengine_registermediametadataobserver.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_removehandler.dita | 2 +- .../RTC-NG/API/api_irtcengine_removeinjectstreamurl.dita | 2 +- .../RTC-NG/API/api_irtcengine_removepublishstreamurl.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_renewtoken.dita | 2 +- .../API/api_irtcengine_resumeallchannelmediarelay.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_resumealleffects.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_resumeaudiomixing.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_resumeeffect.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_selectaudiotrack.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_sendmetadata.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_sendstreammessage.dita | 2 +- .../RTC-NG/API/api_irtcengine_setadvancedaudiooptions.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setainsmode.dita | 2 +- .../RTC-NG/API/api_irtcengine_setaudioeffectparameters.dita | 2 +- .../RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita | 2 +- .../API/api_irtcengine_setaudiomixingdualmonomode.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_setaudiomixingpitch.dita | 2 +- .../API/api_irtcengine_setaudiomixingplaybackspeed.dita | 2 +- .../RTC-NG/API/api_irtcengine_setaudiomixingposition.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setaudioprofile.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setaudioscenario.dita | 2 +- .../api_irtcengine_setaudiosessionoperationrestriction.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setavsyncsource.dita | 2 +- .../RTC-NG/API/api_irtcengine_setbeautyeffectoptions.dita | 2 +- .../RTC-NG/API/api_irtcengine_setbeautyeffectoptions2.dita | 2 +- ...api_irtcengine_setcameraautoexposurefacemodeenabled.dita | 2 +- .../api_irtcengine_setcameraautofocusfacemodeenabled.dita | 2 +- .../API/api_irtcengine_setcameracapturerconfiguration.dita | 2 +- .../API/api_irtcengine_setcameradeviceorientation.dita | 2 +- .../RTC-NG/API/api_irtcengine_setcameraexposurefactor.dita | 2 +- .../API/api_irtcengine_setcameraexposureposition.dita | 2 +- .../API/api_irtcengine_setcamerafocuspositioninpreview.dita | 2 +- .../API/api_irtcengine_setcamerastabilizationmode.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setcameratorchon.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setchannelprofile.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setclientrole2.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setcloudproxy.dita | 2 +- .../RTC-NG/API/api_irtcengine_setcolorenhanceoptions.dita | 2 +- .../RTC-NG/API/api_irtcengine_setcolorenhanceoptions2.dita | 2 +- .../api_irtcengine_setdefaultaudioroutetospeakerphone.dita | 2 +- .../api_irtcengine_setdefaultmuteallremoteaudiostreams.dita | 2 +- .../api_irtcengine_setdefaultmuteallremotevideostreams.dita | 2 +- ..._irtcengine_setdirectcdnstreamingaudioconfiguration.dita | 2 +- ..._irtcengine_setdirectcdnstreamingvideoconfiguration.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_setdualstreammode2.dita | 2 +- ...api_irtcengine_setearmonitoringaudioframeparameters.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_seteffectposition.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_seteffectsvolume.dita | 2 +- .../RTC-NG/API/api_irtcengine_setenablespeakerphone.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setencryptionmode.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_setencryptionsecret.dita | 2 +- .../RTC-NG/API/api_irtcengine_setextensionproperty.dita | 2 +- .../API/api_irtcengine_setextensionproviderproperty.dita | 2 +- .../RTC-NG/API/api_irtcengine_setheadphoneeqparameters.dita | 2 +- .../RTC-NG/API/api_irtcengine_setheadphoneeqpreset.dita | 2 +- .../RTC-NG/API/api_irtcengine_setinearmonitoringvolume.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_setlivetranscoding.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_setlocalaccesspoint.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_setlocalrendermode.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_setlocalrendermode2.dita | 2 +- .../RTC-NG/API/api_irtcengine_setlocalvideomirrormode.dita | 2 +- .../API/api_irtcengine_setlocalvoiceequalization.dita | 2 +- .../RTC-NG/API/api_irtcengine_setlocalvoiceformant.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_setlocalvoicepitch.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_setlocalvoicereverb.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setlogfile.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setlogfilesize.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setlogfilter.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setloglevel.dita | 2 +- .../API/api_irtcengine_setlowlightenhanceoptions.dita | 2 +- .../API/api_irtcengine_setlowlightenhanceoptions2.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_setmaxmetadatasize.dita | 2 +- .../API/api_irtcengine_setmixedaudioframeparameters.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setparameters.dita | 2 +- ...cengine_setplaybackaudioframebeforemixingparameters.dita | 2 +- .../API/api_irtcengine_setplaybackaudioframeparameters.dita | 2 +- .../api_irtcengine_setrecordingaudioframeparameters.dita | 2 +- .../API/api_irtcengine_setremotedefaultvideostreamtype.dita | 2 +- .../RTC-NG/API/api_irtcengine_setremoterendermode2.dita | 2 +- .../api_irtcengine_setremotesubscribefallbackoption.dita | 2 +- .../API/api_irtcengine_setremoteuserspatialaudioparams.dita | 2 +- .../RTC-NG/API/api_irtcengine_setremotevideostreamtype.dita | 2 +- .../api_irtcengine_setremotevideosubscriptionoptions.dita | 2 +- .../RTC-NG/API/api_irtcengine_setremotevoiceposition.dita | 2 +- .../API/api_irtcengine_setscreencapturecontenthint.dita | 2 +- .../RTC-NG/API/api_irtcengine_setscreencapturescenario.dita | 2 +- .../API/api_irtcengine_setsubscribeaudioallowlist.dita | 2 +- .../API/api_irtcengine_setsubscribeaudioblocklist.dita | 2 +- .../API/api_irtcengine_setsubscribevideoallowlist.dita | 2 +- .../API/api_irtcengine_setsubscribevideoblocklist.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setuplocalvideo.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setupremotevideo.dita | 2 +- .../RTC-NG/API/api_irtcengine_setvideodenoiseroptions.dita | 2 +- .../RTC-NG/API/api_irtcengine_setvideodenoiseroptions2.dita | 2 +- .../API/api_irtcengine_setvideoencoderconfiguration.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setvideoscenario.dita | 2 +- .../API/api_irtcengine_setvoicebeautifierparameters.dita | 2 +- .../RTC-NG/API/api_irtcengine_setvoicebeautifierpreset.dita | 2 +- .../RTC-NG/API/api_irtcengine_setvoiceconversionpreset.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_setvolumeofeffect.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing2.dita | 2 +- .../RTC-NG/API/api_irtcengine_startaudiorecording3.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_startcameracapture.dita | 2 +- .../RTC-NG/API/api_irtcengine_startdirectcdnstreaming.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_startechotest2.dita | 2 +- .../RTC-NG/API/api_irtcengine_startlastmileprobetest.dita | 2 +- .../API/api_irtcengine_startlocalvideotranscoder.dita | 2 +- .../API/api_irtcengine_startmediarenderingtracing.dita | 2 +- .../API/api_irtcengine_startorupdatechannelmediarelay.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_startpreview.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_startpreview2.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_startrhythmplayer.dita | 2 +- .../API/api_irtcengine_startrtmpstreamwithtranscoding.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_startscreencapture.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_startscreencapture2.dita | 2 +- .../API/api_irtcengine_startscreencapturebydisplayid.dita | 2 +- .../API/api_irtcengine_startscreencapturebyscreenrect.dita | 2 +- .../API/api_irtcengine_startscreencapturebywindowid.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_stopalleffects.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_stopaudiomixing.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_stopaudiorecording.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_stopcameracapture.dita | 2 +- .../RTC-NG/API/api_irtcengine_stopchannelmediarelay.dita | 2 +- .../RTC-NG/API/api_irtcengine_stopdirectcdnstreaming.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_stopechotest.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_stopeffect.dita | 2 +- .../RTC-NG/API/api_irtcengine_stoplastmileprobetest.dita | 2 +- .../RTC-NG/API/api_irtcengine_stoplocalvideotranscoder.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_stoppreview2.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_stoprhythmplayer.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_stoprtmpstream.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_stopscreencapture.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_stopscreencapture2.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_takesnapshot.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_unloadalleffects.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_unloadeffect.dita | 2 +- .../api_irtcengine_unregisteraudioencodedframeobserver.dita | 2 +- .../API/api_irtcengine_unregisteraudioframeobserver.dita | 2 +- .../API/api_irtcengine_unregisteraudiospectrumobserver.dita | 2 +- .../API/api_irtcengine_unregistermediametadataobserver.dita | 2 +- .../API/api_irtcengine_updatechannelmediaoptions.dita | 2 +- .../api_irtcengine_updatelocaltranscoderconfiguration.dita | 2 +- .../API/api_irtcengine_updatepreloadchanneltoken.dita | 2 +- .../RTC-NG/API/api_irtcengine_updatertmptranscoding.dita | 2 +- .../dita/RTC-NG/API/api_irtcengine_updatescreencapture.dita | 2 +- .../API/api_irtcengine_updatescreencaptureparameters.dita | 2 +- .../API/api_irtcengine_updatescreencaptureregion.dita | 2 +- .../API/api_irtcengine_updatescreencaptureregion2.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengine_uploadlogfile.dita | 2 +- .../RTC-NG/API/api_irtcengineex_addpublishstreamurlex.dita | 2 +- .../RTC-NG/API/api_irtcengineex_addvideowatermarkex.dita | 2 +- .../api_irtcengineex_adjustuserplaybacksignalvolumeex.dita | 2 +- .../RTC-NG/API/api_irtcengineex_clearvideowatermarkex.dita | 2 +- .../API/api_irtcengineex_enableaudiovolumeindicationex.dita | 2 +- .../RTC-NG/API/api_irtcengineex_enablecontentinspectex.dita | 2 +- .../RTC-NG/API/api_irtcengineex_enabledualstreammodeex.dita | 2 +- .../RTC-NG/API/api_irtcengineex_enableencryptionex.dita | 2 +- .../API/api_irtcengineex_enableloopbackrecordingex.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengineex_leavechannelex2.dita | 2 +- .../API/api_irtcengineex_muteallremoteaudiostreamsex.dita | 2 +- .../API/api_irtcengineex_muteallremotevideostreamsex.dita | 2 +- .../RTC-NG/API/api_irtcengineex_mutelocalaudiostreamex.dita | 2 +- .../RTC-NG/API/api_irtcengineex_mutelocalvideostreamex.dita | 2 +- .../API/api_irtcengineex_muteremoteaudiostreamex.dita | 2 +- .../API/api_irtcengineex_muteremotevideostreamex.dita | 2 +- .../API/api_irtcengineex_pauseallchannelmediarelayex.dita | 2 +- .../API/api_irtcengineex_resumeallchannelmediarelayex.dita | 2 +- .../RTC-NG/API/api_irtcengineex_sendstreammessageex.dita | 2 +- .../RTC-NG/API/api_irtcengineex_setdualstreammodeex.dita | 2 +- .../RTC-NG/API/api_irtcengineex_setremoterendermodeex.dita | 2 +- .../API/api_irtcengineex_setremotevideostreamtypeex.dita | 2 +- .../API/api_irtcengineex_setremotevoicepositionex.dita | 2 +- .../API/api_irtcengineex_setsubscribeaudioallowlistex.dita | 2 +- .../API/api_irtcengineex_setsubscribeaudioblocklistex.dita | 2 +- .../API/api_irtcengineex_setsubscribevideoallowlistex.dita | 2 +- .../API/api_irtcengineex_setsubscribevideoblocklistex.dita | 2 +- .../RTC-NG/API/api_irtcengineex_setupremotevideoex.dita | 2 +- .../api_irtcengineex_setvideoencoderconfigurationex.dita | 2 +- .../API/api_irtcengineex_startmediarenderingtracingex.dita | 2 +- .../api_irtcengineex_startorupdatechannelmediarelayex.dita | 2 +- .../API/api_irtcengineex_stopchannelmediarelayex.dita | 2 +- .../dita/RTC-NG/API/api_irtcengineex_stoprtmpstreamex.dita | 2 +- en-US/dita/RTC-NG/API/api_irtcengineex_takesnapshotex.dita | 2 +- .../API/api_irtcengineex_updatertmptranscodingex.dita | 2 +- .../RTC-NG/API/api_ivideodevicecollection_setdevice.dita | 2 +- .../API/api_ivideodevicemanager_numberofcapabilities.dita | 2 +- .../dita/RTC-NG/API/api_ivideodevicemanager_setdevice.dita | 2 +- .../RTC-NG/API/api_ivideodevicemanager_startdevicetest.dita | 2 +- .../RTC-NG/API/api_ivideodevicemanager_stopdevicetest.dita | 2 +- ...irtcengineeventhandler_onaudiomixingpositionchanged.dita | 2 +- en-US/dita/RTC-NG/API/class_channelmediaoptions.dita | 2 +- 362 files changed, 364 insertions(+), 364 deletions(-) diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_setdevice.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_setdevice.dita index 3b69c452045..ab3804ae4f5 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_setdevice.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicecollection_setdevice.dita @@ -38,7 +38,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_followsystemloopbackdevice.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_followsystemloopbackdevice.dita index dd5279b1a62..52f4b4b787d 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_followsystemloopbackdevice.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_followsystemloopbackdevice.dita @@ -45,7 +45,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_followsystemplaybackdevice.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_followsystemplaybackdevice.dita index 9d59da66aa8..1bbbc220b39 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_followsystemplaybackdevice.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_followsystemplaybackdevice.dita @@ -40,7 +40,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_followsystemrecordingdevice.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_followsystemrecordingdevice.dita index afa4af7225a..4e402ee4761 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_followsystemrecordingdevice.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_followsystemrecordingdevice.dita @@ -40,7 +40,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita index 9bfabecd1a8..bcf0ffdf834 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_getplaybackdeviceinfo2.dita @@ -50,7 +50,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setloopbackdevice.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setloopbackdevice.dita index 7f556bb945e..b94869426e2 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setloopbackdevice.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setloopbackdevice.dita @@ -54,7 +54,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setplaybackdevice.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setplaybackdevice.dita index 301e3dbbc96..1740d9802c4 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setplaybackdevice.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setplaybackdevice.dita @@ -42,7 +42,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setplaybackdevicemute.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setplaybackdevicemute.dita index f9a767ae1da..fa868a1e9db 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setplaybackdevicemute.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setplaybackdevicemute.dita @@ -39,7 +39,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setplaybackdevicevolume.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setplaybackdevicevolume.dita index 6a702eb83ef..7d1c96ee992 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setplaybackdevicevolume.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setplaybackdevicevolume.dita @@ -36,7 +36,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setrecordingdevice.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setrecordingdevice.dita index ad8c4da351f..f3859bfc393 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setrecordingdevice.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setrecordingdevice.dita @@ -42,7 +42,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • 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 dc066c23937..aa9a911f149 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setrecordingdevicemute.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setrecordingdevicemute.dita @@ -37,7 +37,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setrecordingdevicevolume.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setrecordingdevicevolume.dita index dc3c83f8989..3acae17884d 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setrecordingdevicevolume.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_setrecordingdevicevolume.dita @@ -38,7 +38,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_startaudiodeviceloopbacktest.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_startaudiodeviceloopbacktest.dita index b27e5e515b2..722810267d0 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_startaudiodeviceloopbacktest.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_startaudiodeviceloopbacktest.dita @@ -45,7 +45,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_startplaybackdevicetest.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_startplaybackdevicetest.dita index 02b35ab2608..86f49e9370f 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_startplaybackdevicetest.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_startplaybackdevicetest.dita @@ -47,7 +47,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_startrecordingdevicetest.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_startrecordingdevicetest.dita index 43d0e86cc0d..db3f12cc5bf 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_startrecordingdevicetest.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_startrecordingdevicetest.dita @@ -40,7 +40,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
            diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_stopaudiodeviceloopbacktest.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_stopaudiodeviceloopbacktest.dita index 5649ea63c96..7f429b5f90c 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_stopaudiodeviceloopbacktest.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_stopaudiodeviceloopbacktest.dita @@ -35,7 +35,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_stopplaybackdevicetest.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_stopplaybackdevicetest.dita index c2649864da1..f9ef0df0b81 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_stopplaybackdevicetest.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_stopplaybackdevicetest.dita @@ -31,7 +31,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_stoprecordingdevicetest.dita b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_stoprecordingdevicetest.dita index 85a3cf5e4b3..7e28e13f47b 100644 --- a/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_stoprecordingdevicetest.dita +++ b/en-US/dita/RTC-NG/API/api_iaudiodevicemanager_stoprecordingdevicetest.dita @@ -31,7 +31,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_muteallremoteaudiostreams.dita b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_muteallremoteaudiostreams.dita index 4b86fa04822..2e8ee92968c 100644 --- a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_muteallremoteaudiostreams.dita +++ b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_muteallremoteaudiostreams.dita @@ -48,7 +48,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_mutelocalaudiostream.dita b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_mutelocalaudiostream.dita index 493218a0b77..f4aa340bb6c 100644 --- a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_mutelocalaudiostream.dita +++ b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_mutelocalaudiostream.dita @@ -48,7 +48,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_muteremoteaudiostream.dita b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_muteremoteaudiostream.dita index 018b22b07c8..6753c73be1e 100644 --- a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_muteremoteaudiostream.dita +++ b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_muteremoteaudiostream.dita @@ -59,7 +59,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setaudiorecvrange.dita b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setaudiorecvrange.dita index 26a337c5cfa..4f55e364980 100644 --- a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setaudiorecvrange.dita +++ b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setaudiorecvrange.dita @@ -38,7 +38,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setdistanceunit.dita b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setdistanceunit.dita index 4cef0c498c3..57191cea2dc 100644 --- a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setdistanceunit.dita +++ b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setdistanceunit.dita @@ -39,7 +39,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setmaxaudiorecvcount.dita b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setmaxaudiorecvcount.dita index 599467bbd5f..136f80caa17 100644 --- a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setmaxaudiorecvcount.dita +++ b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setmaxaudiorecvcount.dita @@ -41,7 +41,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setplayerattenuation.dita b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setplayerattenuation.dita index dd538dbaf62..8700348e0eb 100644 --- a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setplayerattenuation.dita +++ b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setplayerattenuation.dita @@ -73,7 +73,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setzones.dita b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setzones.dita index 56f2ae62c83..1f6b95f4363 100644 --- a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setzones.dita +++ b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_setzones.dita @@ -54,7 +54,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_updateplayerpositioninfo.dita b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_updateplayerpositioninfo.dita index 9d7fee9d023..0336f31179b 100644 --- a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_updateplayerpositioninfo.dita +++ b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_updateplayerpositioninfo.dita @@ -49,7 +49,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_updateselfposition.dita b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_updateselfposition.dita index 266638cbfcf..56d43b4214b 100644 --- a/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_updateselfposition.dita +++ b/en-US/dita/RTC-NG/API/api_ibasespatialaudioengine_updateselfposition.dita @@ -78,7 +78,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_clearremotepositions.dita b/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_clearremotepositions.dita index 10493e09290..e6bed9887fc 100644 --- a/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_clearremotepositions.dita +++ b/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_clearremotepositions.dita @@ -31,7 +31,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_initialize.dita b/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_initialize.dita index 9bf25d3268b..8280bdc0f83 100644 --- a/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_initialize.dita +++ b/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_initialize.dita @@ -43,7 +43,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_removeremoteposition.dita b/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_removeremoteposition.dita index 468c266d8a8..71574132460 100644 --- a/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_removeremoteposition.dita +++ b/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_removeremoteposition.dita @@ -39,7 +39,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_setremoteaudioattenuation.dita b/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_setremoteaudioattenuation.dita index 62023dcbe5a..0de072b81df 100644 --- a/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_setremoteaudioattenuation.dita +++ b/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_setremoteaudioattenuation.dita @@ -68,7 +68,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_updateremoteposition.dita b/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_updateremoteposition.dita index 991cc7eb37e..7e9833e3f79 100644 --- a/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_updateremoteposition.dita +++ b/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_updateremoteposition.dita @@ -49,7 +49,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_updateselftransform.dita b/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_updateselftransform.dita index cb85f1c4bfd..fd18968797c 100644 --- a/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_updateselftransform.dita +++ b/en-US/dita/RTC-NG/API/api_ilocalspatialaudioengine_updateselftransform.dita @@ -46,7 +46,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_destroycustomaudiotrack.dita b/en-US/dita/RTC-NG/API/api_imediaengine_destroycustomaudiotrack.dita index cade80c93ca..e9876cc53b1 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_destroycustomaudiotrack.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_destroycustomaudiotrack.dita @@ -41,7 +41,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_pullaudioframe.dita b/en-US/dita/RTC-NG/API/api_imediaengine_pullaudioframe.dita index e90a47916be..796e64ab30e 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_pullaudioframe.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_pullaudioframe.dita @@ -54,7 +54,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe.dita b/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe.dita index cd1b7ab4a82..76b72749969 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe.dita @@ -44,7 +44,7 @@ timestamp - The timestamp (ms) of the external audio frame. This parameter is required. You can use it to restore the order of the captured audio frame, or synchronize audio and video frames in video-related scenarios (including scenarios where external video sources are used). + The timestamp (ms) of the external audio frame. This parameter is required. You can use it to restore the order of the captured audio frames, or synchronize audio and video frames in video-related scenarios (including scenarios where external video sources are used). diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita b/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita index 5c870da0af6..629adcbd387 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_pushaudioframe0.dita @@ -44,7 +44,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_pushencodedvideoimage.dita b/en-US/dita/RTC-NG/API/api_imediaengine_pushencodedvideoimage.dita index 3089be0921a..5ff09add2e8 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_pushencodedvideoimage.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_pushencodedvideoimage.dita @@ -67,7 +67,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Pushes the external encoded video frame to the SDK successfully.
        • < 0: Fails to push external encoded video frames to the SDK.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_pushvideoframe.dita b/en-US/dita/RTC-NG/API/api_imediaengine_pushvideoframe.dita index a029cd4f3da..4e66cecf84c 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_pushvideoframe.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_pushvideoframe.dita @@ -68,7 +68,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_registeraudioframeobserver.dita b/en-US/dita/RTC-NG/API/api_imediaengine_registeraudioframeobserver.dita index b2031ff90fb..d85095e3a4d 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_registeraudioframeobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_registeraudioframeobserver.dita @@ -55,7 +55,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita b/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita index d7618018b64..6959f205d82 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_registerfaceinfoobserver.dita @@ -52,7 +52,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_registervideoencodedframeobserver.dita b/en-US/dita/RTC-NG/API/api_imediaengine_registervideoencodedframeobserver.dita index a7dbcb2910f..c287a35fcad 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_registervideoencodedframeobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_registervideoencodedframeobserver.dita @@ -61,7 +61,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_registervideoframeobserver.dita b/en-US/dita/RTC-NG/API/api_imediaengine_registervideoframeobserver.dita index 226c4a3f201..beafa1688f7 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_registervideoframeobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_registervideoframeobserver.dita @@ -60,7 +60,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_setexternalaudiosink.dita b/en-US/dita/RTC-NG/API/api_imediaengine_setexternalaudiosink.dita index 2b0104d272a..2bc35c3a090 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_setexternalaudiosink.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_setexternalaudiosink.dita @@ -70,7 +70,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_setexternalaudiosource2.dita b/en-US/dita/RTC-NG/API/api_imediaengine_setexternalaudiosource2.dita index 6c1542a9568..a2616b68b85 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_setexternalaudiosource2.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_setexternalaudiosource2.dita @@ -97,7 +97,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_setexternalvideosource.dita b/en-US/dita/RTC-NG/API/api_imediaengine_setexternalvideosource.dita index 2285a5f3e1b..6bba70c3641 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_setexternalvideosource.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_setexternalvideosource.dita @@ -71,7 +71,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_unregisteraudioframeobserver.dita b/en-US/dita/RTC-NG/API/api_imediaengine_unregisteraudioframeobserver.dita index f5c44019ec4..ab960dabc45 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_unregisteraudioframeobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_unregisteraudioframeobserver.dita @@ -32,7 +32,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_unregistervideoencodedframeobserver.dita b/en-US/dita/RTC-NG/API/api_imediaengine_unregistervideoencodedframeobserver.dita index 3b6ec560f74..0fa291a9b6d 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_unregistervideoencodedframeobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_unregistervideoencodedframeobserver.dita @@ -36,7 +36,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaengine_unregistervideoframeobserver.dita b/en-US/dita/RTC-NG/API/api_imediaengine_unregistervideoframeobserver.dita index 79d0537bf66..538bc0d8956 100644 --- a/en-US/dita/RTC-NG/API/api_imediaengine_unregistervideoframeobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaengine_unregistervideoframeobserver.dita @@ -32,7 +32,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_adjustplayoutvolume.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_adjustplayoutvolume.dita index 3796d7be45d..dea5a7226d8 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_adjustplayoutvolume.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_adjustplayoutvolume.dita @@ -37,7 +37,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_adjustpublishsignalvolume.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_adjustpublishsignalvolume.dita index e0c3e34b01a..a77348b88f9 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_adjustpublishsignalvolume.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_adjustpublishsignalvolume.dita @@ -42,7 +42,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_enableautoswitchagoracdn.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_enableautoswitchagoracdn.dita index 835ee20ecc3..0e7354ddb9e 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_enableautoswitchagoracdn.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_enableautoswitchagoracdn.dita @@ -41,7 +41,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_mute.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_mute.dita index 086be016d18..47c6b7659af 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_mute.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_mute.dita @@ -38,7 +38,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_open.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_open.dita index dfc22aaee86..3578a3506a3 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_open.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_open.dita @@ -49,7 +49,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_openwithagoracdnsrc.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_openwithagoracdnsrc.dita index 89b7df397d2..1eb60b161c8 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_openwithagoracdnsrc.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_openwithagoracdnsrc.dita @@ -55,7 +55,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_openwithmediasource.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_openwithmediasource.dita index a384ccdf58c..a456116d13e 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_openwithmediasource.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_openwithmediasource.dita @@ -38,7 +38,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_pause.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_pause.dita index bdc94a0d598..1f9a3a75592 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_pause.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_pause.dita @@ -28,7 +28,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_play.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_play.dita index 45f3006a363..fbd725f7102 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_play.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_play.dita @@ -30,7 +30,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_playpreloadedsrc.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_playpreloadedsrc.dita index d725c2504a5..fbfb170771b 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_playpreloadedsrc.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_playpreloadedsrc.dita @@ -44,7 +44,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_preloadsrc.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_preloadsrc.dita index 7a59bc76e45..e91d1aac2e3 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_preloadsrc.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_preloadsrc.dita @@ -49,7 +49,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_registeraudioframeobserver2.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_registeraudioframeobserver2.dita index f6843f420a0..893d4aef48a 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_registeraudioframeobserver2.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_registeraudioframeobserver2.dita @@ -59,7 +59,7 @@
        Returns -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_registerplayersourceobserver.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_registerplayersourceobserver.dita index b08ab104561..39eebaafe8c 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_registerplayersourceobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_registerplayersourceobserver.dita @@ -40,7 +40,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_registervideoframeobserver.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_registervideoframeobserver.dita index 66afe386380..7e5d021df41 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_registervideoframeobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_registervideoframeobserver.dita @@ -44,7 +44,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_renewagoracdnsrctoken.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_renewagoracdnsrctoken.dita index 53681410017..b4664eae667 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_renewagoracdnsrctoken.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_renewagoracdnsrctoken.dita @@ -46,7 +46,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_resume.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_resume.dita index 773e6561a71..f5f4a789c6e 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_resume.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_resume.dita @@ -26,7 +26,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_seek.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_seek.dita index 53dc527363c..1eef39ee4db 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_seek.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_seek.dita @@ -45,7 +45,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_selectaudiotrack.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_selectaudiotrack.dita index 882810cad32..2331b6d6f79 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_selectaudiotrack.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_selectaudiotrack.dita @@ -38,7 +38,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_selectmultiaudiotrack.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_selectmultiaudiotrack.dita index 05508742016..fcedac15a2b 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_selectmultiaudiotrack.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_selectmultiaudiotrack.dita @@ -58,7 +58,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly.

        • 0: Success.
        • < 0: Failure.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_setaudiodualmonomode.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_setaudiodualmonomode.dita index 70c4410875e..c4fa63f1969 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_setaudiodualmonomode.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_setaudiodualmonomode.dita @@ -47,7 +47,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_setaudiopitch.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_setaudiopitch.dita index a90eccac3e6..32213c86e80 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_setaudiopitch.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_setaudiopitch.dita @@ -37,7 +37,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_setloopcount.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_setloopcount.dita index 18d353e26d1..23a417d49c3 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_setloopcount.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_setloopcount.dita @@ -41,7 +41,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_setplaybackspeed.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_setplaybackspeed.dita index 0d4e1453dec..613ec294c00 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_setplaybackspeed.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_setplaybackspeed.dita @@ -42,7 +42,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_setplayeroption.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_setplayeroption.dita index c6f3e04c418..e1d54d6e024 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_setplayeroption.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_setplayeroption.dita @@ -41,7 +41,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_setplayeroption2.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_setplayeroption2.dita index 5f1240acbec..0aa63792533 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_setplayeroption2.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_setplayeroption2.dita @@ -32,7 +32,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_setrendermode.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_setrendermode.dita index 888727628e8..fc970949248 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_setrendermode.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_setrendermode.dita @@ -42,7 +42,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_setspatialaudioparams.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_setspatialaudioparams.dita index 00b7c256bee..cc255f8b534 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_setspatialaudioparams.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_setspatialaudioparams.dita @@ -40,7 +40,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_setview.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_setview.dita index 4775890ca83..b4b8a5ac0da 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_setview.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_setview.dita @@ -37,7 +37,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_stop.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_stop.dita index f08f5f0a51c..c6caeb0608e 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_stop.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_stop.dita @@ -27,7 +27,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_switchagoracdnlinebyindex.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_switchagoracdnlinebyindex.dita index a24b4ad2c7d..79813e82811 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_switchagoracdnlinebyindex.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_switchagoracdnlinebyindex.dita @@ -43,7 +43,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_switchagoracdnsrc.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_switchagoracdnsrc.dita index 8550a0998a2..c935ea0c595 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_switchagoracdnsrc.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_switchagoracdnsrc.dita @@ -54,7 +54,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_switchsrc.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_switchsrc.dita index 1030197cfaa..0c0063f9caa 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_switchsrc.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_switchsrc.dita @@ -63,7 +63,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_unloadsrc.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_unloadsrc.dita index f9c8fe9b5c2..20fa9e97a01 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_unloadsrc.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_unloadsrc.dita @@ -44,7 +44,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_unregisteraudioframeobserver.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_unregisteraudioframeobserver.dita index e7995222b73..a973f851dc5 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_unregisteraudioframeobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_unregisteraudioframeobserver.dita @@ -34,7 +34,7 @@
        <ph keyref="return-section-title"/> -

        When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        +

        When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

        • 0: Success.
        • < 0: Failure. See for details and resolution suggestions.
        • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_unregisterplayersourceobserver.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_unregisterplayersourceobserver.dita index f18f25a673e..715bdfbd515 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_unregisterplayersourceobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_unregisterplayersourceobserver.dita @@ -31,7 +31,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayer_unregistervideoframeobserver.dita b/en-US/dita/RTC-NG/API/api_imediaplayer_unregistervideoframeobserver.dita index e06c7de9189..4bffd2955c9 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayer_unregistervideoframeobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayer_unregistervideoframeobserver.dita @@ -38,7 +38,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_imediaplayercachemanager_removeallcaches.dita b/en-US/dita/RTC-NG/API/api_imediaplayercachemanager_removeallcaches.dita index a4991596e41..c74499a7165 100644 --- a/en-US/dita/RTC-NG/API/api_imediaplayercachemanager_removeallcaches.dita +++ b/en-US/dita/RTC-NG/API/api_imediaplayercachemanager_removeallcaches.dita @@ -31,7 +31,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See .
          • diff --git a/en-US/dita/RTC-NG/API/api_imediarecorder_setmediarecorderobserver.dita b/en-US/dita/RTC-NG/API/api_imediarecorder_setmediarecorderobserver.dita index da9ac06cfa1..7d68a824474 100644 --- a/en-US/dita/RTC-NG/API/api_imediarecorder_setmediarecorderobserver.dita +++ b/en-US/dita/RTC-NG/API/api_imediarecorder_setmediarecorderobserver.dita @@ -45,7 +45,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_imediarecorder_startrecording.dita b/en-US/dita/RTC-NG/API/api_imediarecorder_startrecording.dita index 27bf11f89bc..09e9e5a94b0 100644 --- a/en-US/dita/RTC-NG/API/api_imediarecorder_startrecording.dita +++ b/en-US/dita/RTC-NG/API/api_imediarecorder_startrecording.dita @@ -54,7 +54,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_imediarecorder_stoprecording.dita b/en-US/dita/RTC-NG/API/api_imediarecorder_stoprecording.dita index 1e4fcede487..d6369c4d67f 100644 --- a/en-US/dita/RTC-NG/API/api_imediarecorder_stoprecording.dita +++ b/en-US/dita/RTC-NG/API/api_imediarecorder_stoprecording.dita @@ -29,7 +29,7 @@ After calling , if you want to stop the recording, you must call this method; otherwise, the generated recording files may not be playable.
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_addhandler.dita b/en-US/dita/RTC-NG/API/api_irtcengine_addhandler.dita index 0df6d34564e..17e99645adc 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_addhandler.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_addhandler.dita @@ -40,7 +40,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_addpublishstreamurl.dita b/en-US/dita/RTC-NG/API/api_irtcengine_addpublishstreamurl.dita index a067934f6c0..8e3019ba07a 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_addpublishstreamurl.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_addpublishstreamurl.dita @@ -61,7 +61,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_addvideowatermark.dita b/en-US/dita/RTC-NG/API/api_irtcengine_addvideowatermark.dita index aad56ba08d2..4db9abb7ace 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_addvideowatermark.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_addvideowatermark.dita @@ -50,7 +50,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_addvideowatermark2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_addvideowatermark2.dita index bd872c00e39..5157c8093aa 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_addvideowatermark2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_addvideowatermark2.dita @@ -96,7 +96,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingplayoutvolume.dita b/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingplayoutvolume.dita index f2d9d30779f..a07bf4dfa8e 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingplayoutvolume.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingplayoutvolume.dita @@ -37,7 +37,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingpublishvolume.dita b/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingpublishvolume.dita index 0af3157a572..341b628323c 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingpublishvolume.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingpublishvolume.dita @@ -40,7 +40,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingvolume.dita b/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingvolume.dita index a6681e834e4..7771c61ad76 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingvolume.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_adjustaudiomixingvolume.dita @@ -42,7 +42,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_adjustcustomaudioplayoutvolume.dita b/en-US/dita/RTC-NG/API/api_irtcengine_adjustcustomaudioplayoutvolume.dita index 0b8698f0541..6e2b8853d28 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_adjustcustomaudioplayoutvolume.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_adjustcustomaudioplayoutvolume.dita @@ -50,7 +50,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_adjustcustomaudiopublishvolume.dita b/en-US/dita/RTC-NG/API/api_irtcengine_adjustcustomaudiopublishvolume.dita index c25f2111d03..92640686b39 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_adjustcustomaudiopublishvolume.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_adjustcustomaudiopublishvolume.dita @@ -50,7 +50,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_adjustloopbacksignalvolume.dita b/en-US/dita/RTC-NG/API/api_irtcengine_adjustloopbacksignalvolume.dita index d14acd063d2..83b9a956983 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_adjustloopbacksignalvolume.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_adjustloopbacksignalvolume.dita @@ -39,7 +39,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_adjustplaybacksignalvolume.dita b/en-US/dita/RTC-NG/API/api_irtcengine_adjustplaybacksignalvolume.dita index 5349039d6d7..3e1a28cc808 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_adjustplaybacksignalvolume.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_adjustplaybacksignalvolume.dita @@ -41,7 +41,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_adjustrecordingsignalvolume.dita b/en-US/dita/RTC-NG/API/api_irtcengine_adjustrecordingsignalvolume.dita index 452cbdce4c8..39cc17ebe8b 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_adjustrecordingsignalvolume.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_adjustrecordingsignalvolume.dita @@ -45,7 +45,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_adjustuserplaybacksignalvolume.dita b/en-US/dita/RTC-NG/API/api_irtcengine_adjustuserplaybacksignalvolume.dita index 55cd1b3ef2e..2c04fa497f6 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_adjustuserplaybacksignalvolume.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_adjustuserplaybacksignalvolume.dita @@ -47,7 +47,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_clearvideowatermarks.dita b/en-US/dita/RTC-NG/API/api_irtcengine_clearvideowatermarks.dita index 19d016d55dd..3f9d3bd5bfa 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_clearvideowatermarks.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_clearvideowatermarks.dita @@ -26,7 +26,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_complain.dita b/en-US/dita/RTC-NG/API/api_irtcengine_complain.dita index 184932b3bc1..604c872afa2 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_complain.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_complain.dita @@ -43,7 +43,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_configrhythmplayer.dita b/en-US/dita/RTC-NG/API/api_irtcengine_configrhythmplayer.dita index e5d8b1e6324..7502da81fbf 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_configrhythmplayer.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_configrhythmplayer.dita @@ -39,7 +39,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_destroycustomvideotrack.dita b/en-US/dita/RTC-NG/API/api_irtcengine_destroycustomvideotrack.dita index bfc8b5d8a3d..51488528b67 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_destroycustomvideotrack.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_destroycustomvideotrack.dita @@ -35,7 +35,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_destroymediaplayer.dita b/en-US/dita/RTC-NG/API/api_irtcengine_destroymediaplayer.dita index 7750f43564f..29dd6def255 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_destroymediaplayer.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_destroymediaplayer.dita @@ -39,7 +39,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • ≥ 0: Success. Returns the ID of media player instance.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_disableaudio.dita b/en-US/dita/RTC-NG/API/api_irtcengine_disableaudio.dita index 2dd81adf520..17dc454c356 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_disableaudio.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_disableaudio.dita @@ -39,7 +39,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_disableaudiospectrummonitor.dita b/en-US/dita/RTC-NG/API/api_irtcengine_disableaudiospectrummonitor.dita index 10a2f17ea51..e7c4fc073f0 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_disableaudiospectrummonitor.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_disableaudiospectrummonitor.dita @@ -32,7 +32,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_disablevideo.dita b/en-US/dita/RTC-NG/API/api_irtcengine_disablevideo.dita index 169c5da6ab2..00f4a540127 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_disablevideo.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_disablevideo.dita @@ -40,7 +40,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enableaudio.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enableaudio.dita index 08c9649fc02..5ebe967f624 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enableaudio.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enableaudio.dita @@ -40,7 +40,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enableaudiospectrummonitor.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enableaudiospectrummonitor.dita index 4fe1fed2cd3..bf4c99ad2f2 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enableaudiospectrummonitor.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enableaudiospectrummonitor.dita @@ -42,7 +42,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enableaudiovolumeindication.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enableaudiovolumeindication.dita index 80f4faed577..bba0724116d 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enableaudiovolumeindication.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enableaudiovolumeindication.dita @@ -64,7 +64,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita index dacb9be267a..22ad42739b2 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablecameracenterstage.dita @@ -72,7 +72,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablecontentinspect.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablecontentinspect.dita index 6df811dc3e7..9bef4625620 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablecontentinspect.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablecontentinspect.dita @@ -54,7 +54,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablecustomaudiolocalplayback.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablecustomaudiolocalplayback.dita index 66f9fb8b5eb..6ba1e17dda8 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablecustomaudiolocalplayback.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablecustomaudiolocalplayback.dita @@ -47,7 +47,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enabledualstreammode3.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enabledualstreammode3.dita index f67f23c870c..2b609a67bcf 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enabledualstreammode3.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enabledualstreammode3.dita @@ -54,7 +54,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enableechocancellationexternal.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enableechocancellationexternal.dita index e56b20a3a65..256c3fc2e58 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enableechocancellationexternal.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enableechocancellationexternal.dita @@ -54,7 +54,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enableencryption.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enableencryption.dita index c38d304067a..b85f7a3623f 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enableencryption.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enableencryption.dita @@ -49,7 +49,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enableextension.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enableextension.dita index f43bb471983..11fa58cc046 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enableextension.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enableextension.dita @@ -79,7 +79,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablefacedetection.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablefacedetection.dita index 149079d4f58..0312229f77f 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablefacedetection.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablefacedetection.dita @@ -49,7 +49,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita index 7da5895537b..465721187a8 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enableinearmonitoring2.dita @@ -65,7 +65,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
            • - 8: Make sure the current audio routing is Bluetooth or headset.
            diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enableinstantmediarendering.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enableinstantmediarendering.dita index 7b592bafb8a..06bc15c3ac2 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enableinstantmediarendering.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enableinstantmediarendering.dita @@ -44,7 +44,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablelocalaudio.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablelocalaudio.dita index 0434882a431..2554355d28d 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablelocalaudio.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablelocalaudio.dita @@ -53,7 +53,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablelocalvideo.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablelocalvideo.dita index e7ff8e03699..a00f7f0f8ff 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablelocalvideo.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablelocalvideo.dita @@ -50,7 +50,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • 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 803554cddf6..90786f65e05 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enableloopbackrecording.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enableloopbackrecording.dita @@ -64,7 +64,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablemulticamera.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablemulticamera.dita index 8328505b9f0..0410d849152 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablemulticamera.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablemulticamera.dita @@ -83,7 +83,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablesoundpositionindication.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablesoundpositionindication.dita index 1763cfc26c1..c2e21930eaa 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablesoundpositionindication.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablesoundpositionindication.dita @@ -41,7 +41,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablespatialaudio.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablespatialaudio.dita index 5ec64d28564..7a39469d6c6 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablespatialaudio.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablespatialaudio.dita @@ -46,7 +46,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablevideo.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablevideo.dita index 5fe1a3aba13..f7edee6a000 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablevideo.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablevideo.dita @@ -41,7 +41,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablevideoimagesource.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablevideoimagesource.dita index 32c953c8fd6..95afdbdecad 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablevideoimagesource.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablevideoimagesource.dita @@ -55,7 +55,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablevirtualbackground.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablevirtualbackground.dita index f38bdc20d17..d94e87eff82 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablevirtualbackground.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablevirtualbackground.dita @@ -99,7 +99,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablevirtualbackground2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablevirtualbackground2.dita index f7799dc7064..bd24773d35e 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablevirtualbackground2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablevirtualbackground2.dita @@ -58,7 +58,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_enablewebsdkinteroperability.dita b/en-US/dita/RTC-NG/API/api_irtcengine_enablewebsdkinteroperability.dita index b53bbabb13c..92320c3c94a 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_enablewebsdkinteroperability.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_enablewebsdkinteroperability.dita @@ -48,7 +48,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_initialize.dita b/en-US/dita/RTC-NG/API/api_irtcengine_initialize.dita index 9a10e8e1fb9..9d9400d9388 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_initialize.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_initialize.dita @@ -53,7 +53,7 @@
          <ph keyref="return-section-title" props="apple cpp framework"/><ph props="android">Returns/Exceptions</ph> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • The instance, if the method call succeeds.
          • 0: Success.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_joinchannel2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_joinchannel2.dita index cb7c1366ae3..6ea08d44d72 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_joinchannel2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_joinchannel2.dita @@ -95,7 +95,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_joinchannelwithuseraccount.dita b/en-US/dita/RTC-NG/API/api_irtcengine_joinchannelwithuseraccount.dita index 5f92bd36eed..fa63936a763 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_joinchannelwithuseraccount.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_joinchannelwithuseraccount.dita @@ -77,7 +77,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_joinchannelwithuseraccountex.dita b/en-US/dita/RTC-NG/API/api_irtcengine_joinchannelwithuseraccountex.dita index fc5e685cf2b..13faf6c10e5 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_joinchannelwithuseraccountex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_joinchannelwithuseraccountex.dita @@ -91,7 +91,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_leavechannel.dita b/en-US/dita/RTC-NG/API/api_irtcengine_leavechannel.dita index 462364d2bff..db351fa957c 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_leavechannel.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_leavechannel.dita @@ -48,7 +48,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_leavechannel2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_leavechannel2.dita index 5a94bae253a..627800c0df9 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_leavechannel2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_leavechannel2.dita @@ -48,7 +48,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_loadextensionprovider.dita b/en-US/dita/RTC-NG/API/api_irtcengine_loadextensionprovider.dita index d9a436779df..ab6bf231c34 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_loadextensionprovider.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_loadextensionprovider.dita @@ -56,7 +56,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_muteallremoteaudiostreams.dita b/en-US/dita/RTC-NG/API/api_irtcengine_muteallremoteaudiostreams.dita index baeff544d7f..30e06bee9bc 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_muteallremoteaudiostreams.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_muteallremoteaudiostreams.dita @@ -49,7 +49,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_muteallremotevideostreams.dita b/en-US/dita/RTC-NG/API/api_irtcengine_muteallremotevideostreams.dita index da00d62d3fe..3ec633bb8ca 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_muteallremotevideostreams.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_muteallremotevideostreams.dita @@ -48,7 +48,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_mutelocalaudiostream.dita b/en-US/dita/RTC-NG/API/api_irtcengine_mutelocalaudiostream.dita index 3b5706b4a93..7e7fb9f0330 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_mutelocalaudiostream.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_mutelocalaudiostream.dita @@ -44,7 +44,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_mutelocalvideostream.dita b/en-US/dita/RTC-NG/API/api_irtcengine_mutelocalvideostream.dita index 63cdf1facbe..5c6bc7486c1 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_mutelocalvideostream.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_mutelocalvideostream.dita @@ -48,7 +48,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_muterecordingsignal.dita b/en-US/dita/RTC-NG/API/api_irtcengine_muterecordingsignal.dita index 6deba6fbe9c..cb661241184 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_muterecordingsignal.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_muterecordingsignal.dita @@ -41,7 +41,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_muteremoteaudiostream.dita b/en-US/dita/RTC-NG/API/api_irtcengine_muteremoteaudiostream.dita index 634ef1e5937..9268099c80a 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_muteremoteaudiostream.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_muteremoteaudiostream.dita @@ -52,7 +52,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_muteremotevideostream.dita b/en-US/dita/RTC-NG/API/api_irtcengine_muteremotevideostream.dita index 6815edbfd09..1ce11bf7b47 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_muteremotevideostream.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_muteremotevideostream.dita @@ -53,7 +53,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_pauseallchannelmediarelay.dita b/en-US/dita/RTC-NG/API/api_irtcengine_pauseallchannelmediarelay.dita index 485be2c5076..bf961955244 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_pauseallchannelmediarelay.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_pauseallchannelmediarelay.dita @@ -30,7 +30,7 @@ Call this method after .
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_pausealleffects.dita b/en-US/dita/RTC-NG/API/api_irtcengine_pausealleffects.dita index dc93205431d..011ddc45241 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_pausealleffects.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_pausealleffects.dita @@ -28,7 +28,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_pauseaudiomixing.dita b/en-US/dita/RTC-NG/API/api_irtcengine_pauseaudiomixing.dita index 2f9652a820a..7adf02f770d 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_pauseaudiomixing.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_pauseaudiomixing.dita @@ -30,7 +30,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_pauseeffect.dita b/en-US/dita/RTC-NG/API/api_irtcengine_pauseeffect.dita index 3f3eb777d72..46ec74e0ebf 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_pauseeffect.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_pauseeffect.dita @@ -34,7 +34,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_playalleffects.dita b/en-US/dita/RTC-NG/API/api_irtcengine_playalleffects.dita index c2927915884..696f7e1b52e 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_playalleffects.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_playalleffects.dita @@ -88,7 +88,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_playeffect3.dita b/en-US/dita/RTC-NG/API/api_irtcengine_playeffect3.dita index b28db224258..83159f3cf78 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_playeffect3.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_playeffect3.dita @@ -131,7 +131,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_preloadchannel.dita b/en-US/dita/RTC-NG/API/api_irtcengine_preloadchannel.dita index 93b1cb0dd8c..cda1377d25e 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_preloadchannel.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_preloadchannel.dita @@ -75,7 +75,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_preloadeffect.dita b/en-US/dita/RTC-NG/API/api_irtcengine_preloadeffect.dita index 7ae94fe31c4..43423572a72 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_preloadeffect.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_preloadeffect.dita @@ -66,7 +66,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita index 44ec6c1e860..34520cc18ab 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_pushaudioframe2.dita @@ -49,7 +49,7 @@ timestamp - The timestamp (ms) of the external audio frame. This parameter is required. You can use it to restore the order of the captured audio frame, or synchronize audio and video frames in video-related scenarios (including scenarios where external video sources are used). + The timestamp (ms) of the external audio frame. This parameter is required. You can use it to restore the order of the captured audio frames, or synchronize audio and video frames in video-related scenarios (including scenarios where external video sources are used). sampleRate diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_pushcaptureaudioframe.dita b/en-US/dita/RTC-NG/API/api_irtcengine_pushcaptureaudioframe.dita index d7247994b65..1c6834178ab 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_pushcaptureaudioframe.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_pushcaptureaudioframe.dita @@ -44,7 +44,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_pushreverseaudioframe.dita b/en-US/dita/RTC-NG/API/api_irtcengine_pushreverseaudioframe.dita index 3aff9269f23..bcc099d1ad2 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_pushreverseaudioframe.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_pushreverseaudioframe.dita @@ -45,7 +45,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_querycamerafocallengthcapability.dita b/en-US/dita/RTC-NG/API/api_irtcengine_querycamerafocallengthcapability.dita index d155942956a..4c7b19ef1bb 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_querycamerafocallengthcapability.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_querycamerafocallengthcapability.dita @@ -31,7 +31,7 @@
            v4.3.1
            -

            If you want to enable wide-angle or ultra-wide-angle mode for camera capture, it is recommended to start by calling this method to check whether the device supports the required focal length capability. Then, adjust the camera's focal length configuration based on the query result by calling , ensuring the best camera capture performance.

            +

            If you want to enable the wide-angle or ultra-wide-angle mode for camera capture, it is recommended to start by calling this method to check whether the device supports the required focal length capability. Then, adjust the camera's focal length configuration based on the query result by calling , ensuring the best camera capture performance.

            This method is for Android and iOS only.
          Parameters @@ -45,7 +45,7 @@ size - Input and output parameter. The number of focal length information:
            + Input and output parameter. The size of focal length information:
            • Input value: Specifies the maximum number of focal length information that focalLengthInfos can accommodate. Make sure that this value is not less than 8, meaning that focalLengthInfos has at least enough space to store 8 focal length information.
            • Output value: Outputs the number of queried focal length information.
            @@ -53,7 +53,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          Returns one object containing the supported focal length information of the camera.

          • 0: Success.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_rate.dita b/en-US/dita/RTC-NG/API/api_irtcengine_rate.dita index 709d3383b87..705bbfe7218 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_rate.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_rate.dita @@ -52,7 +52,7 @@ description:(NSString * _Nullable)description;
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_registeraudioencodedframeobserver.dita b/en-US/dita/RTC-NG/API/api_irtcengine_registeraudioencodedframeobserver.dita index 6c90916c6a7..b467d579579 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_registeraudioencodedframeobserver.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_registeraudioencodedframeobserver.dita @@ -60,7 +60,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_registeraudiospectrumobserver.dita b/en-US/dita/RTC-NG/API/api_irtcengine_registeraudiospectrumobserver.dita index 557166cee09..c3158a437c5 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_registeraudiospectrumobserver.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_registeraudiospectrumobserver.dita @@ -47,7 +47,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_registerextension.dita b/en-US/dita/RTC-NG/API/api_irtcengine_registerextension.dita index 02cb9f181ee..03fe276c829 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_registerextension.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_registerextension.dita @@ -75,7 +75,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_registerlocaluseraccount.dita b/en-US/dita/RTC-NG/API/api_irtcengine_registerlocaluseraccount.dita index dc7ce36a3a9..8acf08e4f93 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_registerlocaluseraccount.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_registerlocaluseraccount.dita @@ -63,7 +63,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_registermediametadataobserver.dita b/en-US/dita/RTC-NG/API/api_irtcengine_registermediametadataobserver.dita index 47d72e1f960..ba7ce0975df 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_registermediametadataobserver.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_registermediametadataobserver.dita @@ -54,7 +54,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_removehandler.dita b/en-US/dita/RTC-NG/API/api_irtcengine_removehandler.dita index 78933bc7d1f..f1a26578ffe 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_removehandler.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_removehandler.dita @@ -45,7 +45,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • : Success.
          • : Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_removeinjectstreamurl.dita b/en-US/dita/RTC-NG/API/api_irtcengine_removeinjectstreamurl.dita index 912adb1059b..355e152f600 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_removeinjectstreamurl.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_removeinjectstreamurl.dita @@ -37,7 +37,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_removepublishstreamurl.dita b/en-US/dita/RTC-NG/API/api_irtcengine_removepublishstreamurl.dita index 853fd56de34..5ab55753e8a 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_removepublishstreamurl.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_removepublishstreamurl.dita @@ -48,7 +48,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_renewtoken.dita b/en-US/dita/RTC-NG/API/api_irtcengine_renewtoken.dita index eeee1a09a1d..df48f1f082c 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_renewtoken.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_renewtoken.dita @@ -39,7 +39,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_resumeallchannelmediarelay.dita b/en-US/dita/RTC-NG/API/api_irtcengine_resumeallchannelmediarelay.dita index 6b4992f085b..f866afcf908 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_resumeallchannelmediarelay.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_resumeallchannelmediarelay.dita @@ -30,7 +30,7 @@ Call this method after .
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_resumealleffects.dita b/en-US/dita/RTC-NG/API/api_irtcengine_resumealleffects.dita index c788266fed0..2e139c95aab 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_resumealleffects.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_resumealleffects.dita @@ -28,7 +28,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_resumeaudiomixing.dita b/en-US/dita/RTC-NG/API/api_irtcengine_resumeaudiomixing.dita index 7e903457af6..6c615ae89f6 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_resumeaudiomixing.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_resumeaudiomixing.dita @@ -30,7 +30,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_resumeeffect.dita b/en-US/dita/RTC-NG/API/api_irtcengine_resumeeffect.dita index 3e1c5207cfa..ca6aa343cb2 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_resumeeffect.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_resumeeffect.dita @@ -36,7 +36,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_selectaudiotrack.dita b/en-US/dita/RTC-NG/API/api_irtcengine_selectaudiotrack.dita index d93189d5aae..644f17abacc 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_selectaudiotrack.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_selectaudiotrack.dita @@ -43,7 +43,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_sendmetadata.dita b/en-US/dita/RTC-NG/API/api_irtcengine_sendmetadata.dita index ff93cb117fd..e7e164b8caf 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_sendmetadata.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_sendmetadata.dita @@ -43,7 +43,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_sendstreammessage.dita b/en-US/dita/RTC-NG/API/api_irtcengine_sendstreammessage.dita index 8b52952cae8..63e769b1d4b 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_sendstreammessage.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_sendstreammessage.dita @@ -64,7 +64,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setadvancedaudiooptions.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setadvancedaudiooptions.dita index 76e8f09fd0a..9b792f41d67 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setadvancedaudiooptions.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setadvancedaudiooptions.dita @@ -38,7 +38,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setainsmode.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setainsmode.dita index ea9a82f2511..2bd71b10cd0 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setainsmode.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setainsmode.dita @@ -70,7 +70,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectparameters.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectparameters.dita index 4e2fe44ad91..cb0cd729e94 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectparameters.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectparameters.dita @@ -104,7 +104,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita index f54becd6e1c..4dabf493887 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioeffectpreset.dita @@ -82,7 +82,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingdualmonomode.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingdualmonomode.dita index 64ba26d74d6..cd56592feec 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingdualmonomode.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingdualmonomode.dita @@ -42,7 +42,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingpitch.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingpitch.dita index 3dc260e08e4..e18e7d31ada 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingpitch.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingpitch.dita @@ -38,7 +38,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingplaybackspeed.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingplaybackspeed.dita index 283a0dda24d..c868f901894 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingplaybackspeed.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingplaybackspeed.dita @@ -46,7 +46,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingposition.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingposition.dita index 995cd6b4f1a..289e4360ea6 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingposition.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setaudiomixingposition.dita @@ -38,7 +38,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioprofile.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioprofile.dita index 05745ca0096..250635115c1 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioprofile.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioprofile.dita @@ -71,7 +71,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioscenario.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioscenario.dita index 4d669771e10..e8cb0892f97 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setaudioscenario.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setaudioscenario.dita @@ -49,7 +49,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setaudiosessionoperationrestriction.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setaudiosessionoperationrestriction.dita index 676c595d7f3..e16b7a061cf 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setaudiosessionoperationrestriction.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setaudiosessionoperationrestriction.dita @@ -46,7 +46,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setavsyncsource.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setavsyncsource.dita index a35e2fed4a7..7288689c105 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setavsyncsource.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setavsyncsource.dita @@ -42,7 +42,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setbeautyeffectoptions.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setbeautyeffectoptions.dita index 231db3e1539..4fefb38a963 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setbeautyeffectoptions.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setbeautyeffectoptions.dita @@ -68,7 +68,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setbeautyeffectoptions2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setbeautyeffectoptions2.dita index 340aab1ff06..b5513b1bfb8 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setbeautyeffectoptions2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setbeautyeffectoptions2.dita @@ -53,7 +53,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcameraautoexposurefacemodeenabled.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcameraautoexposurefacemodeenabled.dita index d62283ea055..370574af9d9 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcameraautoexposurefacemodeenabled.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcameraautoexposurefacemodeenabled.dita @@ -49,7 +49,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcameraautofocusfacemodeenabled.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcameraautofocusfacemodeenabled.dita index 87022c87233..09660310b1a 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcameraautofocusfacemodeenabled.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcameraautofocusfacemodeenabled.dita @@ -51,7 +51,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcameracapturerconfiguration.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcameracapturerconfiguration.dita index 75674c16f8e..4dcab355d3a 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcameracapturerconfiguration.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcameracapturerconfiguration.dita @@ -48,7 +48,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcameradeviceorientation.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcameradeviceorientation.dita index fc6923f1559..2bc27377b51 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcameradeviceorientation.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcameradeviceorientation.dita @@ -56,7 +56,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcameraexposurefactor.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcameraexposurefactor.dita index 058855983a0..81740739432 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcameraexposurefactor.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcameraexposurefactor.dita @@ -56,7 +56,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcameraexposureposition.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcameraexposureposition.dita index 64af8fb4cea..22bca17a57f 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcameraexposureposition.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcameraexposureposition.dita @@ -58,7 +58,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerafocuspositioninpreview.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerafocuspositioninpreview.dita index 3b0069db92f..fe05552bef4 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerafocuspositioninpreview.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerafocuspositioninpreview.dita @@ -58,7 +58,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita index 85d50572c54..8ffdbbf10d9 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerastabilizationmode.dita @@ -63,7 +63,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcameratorchon.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcameratorchon.dita index b5537ab4a10..d24630159a7 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcameratorchon.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcameratorchon.dita @@ -47,7 +47,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita index c9d3a82f85e..f901990726d 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcamerazoomfactor.dita @@ -44,7 +44,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • The camera zoom factor value, if successful.
          • < 0: if the method if failed.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setchannelprofile.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setchannelprofile.dita index 8fdb2991d3a..158e10e567c 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setchannelprofile.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setchannelprofile.dita @@ -62,7 +62,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0(ERR_OK): Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setclientrole2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setclientrole2.dita index 39dbe800dc0..d108f97d63d 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setclientrole2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setclientrole2.dita @@ -64,7 +64,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcloudproxy.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcloudproxy.dita index ea3c345be9a..ff55acaaf45 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcloudproxy.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcloudproxy.dita @@ -54,7 +54,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcolorenhanceoptions.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcolorenhanceoptions.dita index 0294f68719d..b1ef621f54a 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcolorenhanceoptions.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcolorenhanceoptions.dita @@ -73,7 +73,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setcolorenhanceoptions2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setcolorenhanceoptions2.dita index dc06bf0ef83..deed3f38f98 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setcolorenhanceoptions2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setcolorenhanceoptions2.dita @@ -52,7 +52,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setdefaultaudioroutetospeakerphone.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setdefaultaudioroutetospeakerphone.dita index be947ecdb96..32179a43fd6 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setdefaultaudioroutetospeakerphone.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setdefaultaudioroutetospeakerphone.dita @@ -61,7 +61,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setdefaultmuteallremoteaudiostreams.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setdefaultmuteallremoteaudiostreams.dita index 6ebbd6875cc..c303fb75e31 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setdefaultmuteallremoteaudiostreams.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setdefaultmuteallremoteaudiostreams.dita @@ -53,7 +53,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setdefaultmuteallremotevideostreams.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setdefaultmuteallremotevideostreams.dita index de63febb819..de8fbe13906 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setdefaultmuteallremotevideostreams.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setdefaultmuteallremotevideostreams.dita @@ -47,7 +47,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setdirectcdnstreamingaudioconfiguration.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setdirectcdnstreamingaudioconfiguration.dita index 38d19449daf..eaf481e6dbc 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setdirectcdnstreamingaudioconfiguration.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setdirectcdnstreamingaudioconfiguration.dita @@ -44,7 +44,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setdirectcdnstreamingvideoconfiguration.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setdirectcdnstreamingvideoconfiguration.dita index 095c2f384cc..22025f1c1f9 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setdirectcdnstreamingvideoconfiguration.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setdirectcdnstreamingvideoconfiguration.dita @@ -46,7 +46,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setdualstreammode2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setdualstreammode2.dita index eb613a52428..e56f3ccbb07 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setdualstreammode2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setdualstreammode2.dita @@ -64,7 +64,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setearmonitoringaudioframeparameters.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setearmonitoringaudioframeparameters.dita index e7b9cf73773..48477ac978a 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setearmonitoringaudioframeparameters.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setearmonitoringaudioframeparameters.dita @@ -82,7 +82,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_seteffectposition.dita b/en-US/dita/RTC-NG/API/api_irtcengine_seteffectposition.dita index 08cc1f179ac..164bddabebb 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_seteffectposition.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_seteffectposition.dita @@ -42,7 +42,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_seteffectsvolume.dita b/en-US/dita/RTC-NG/API/api_irtcengine_seteffectsvolume.dita index 99076d53d3b..8dd0c27c640 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_seteffectsvolume.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_seteffectsvolume.dita @@ -39,7 +39,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setenablespeakerphone.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setenablespeakerphone.dita index 2206f6106b6..a91c6239b65 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setenablespeakerphone.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setenablespeakerphone.dita @@ -49,7 +49,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setencryptionmode.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setencryptionmode.dita index 10e7488708c..acca60d44f6 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setencryptionmode.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setencryptionmode.dita @@ -54,7 +54,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setencryptionsecret.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setencryptionsecret.dita index 8b819c28cbd..008fc65ad64 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setencryptionsecret.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setencryptionsecret.dita @@ -48,7 +48,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setextensionproperty.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setextensionproperty.dita index 8d3c8a44ff4..ed04d421750 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setextensionproperty.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setextensionproperty.dita @@ -77,7 +77,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setextensionproviderproperty.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setextensionproviderproperty.dita index bcc60094b59..90b5f2b9e27 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setextensionproviderproperty.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setextensionproviderproperty.dita @@ -63,7 +63,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setheadphoneeqparameters.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setheadphoneeqparameters.dita index 784c5e5565d..3c294d19df8 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setheadphoneeqparameters.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setheadphoneeqparameters.dita @@ -49,7 +49,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setheadphoneeqpreset.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setheadphoneeqpreset.dita index ae9a6cb9b4f..6adb6d21293 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setheadphoneeqpreset.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setheadphoneeqpreset.dita @@ -44,7 +44,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setinearmonitoringvolume.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setinearmonitoringvolume.dita index e562a51ed6d..71fe991fe14 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setinearmonitoringvolume.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setinearmonitoringvolume.dita @@ -45,7 +45,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setlivetranscoding.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setlivetranscoding.dita index 538fbf9bfb0..db1f6c4fe0d 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setlivetranscoding.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setlivetranscoding.dita @@ -50,7 +50,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setlocalaccesspoint.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setlocalaccesspoint.dita index b38dc8dcfa2..d4573849cea 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setlocalaccesspoint.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setlocalaccesspoint.dita @@ -42,7 +42,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setlocalrendermode.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setlocalrendermode.dita index 76389fa9ecd..6361e6a558f 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setlocalrendermode.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setlocalrendermode.dita @@ -59,7 +59,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setlocalrendermode2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setlocalrendermode2.dita index 4d914fe9dba..9ce9a3287fb 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setlocalrendermode2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setlocalrendermode2.dita @@ -73,7 +73,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvideomirrormode.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvideomirrormode.dita index b1eb2aa80bc..73cd36e7d08 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvideomirrormode.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvideomirrormode.dita @@ -52,7 +52,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvoiceequalization.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvoiceequalization.dita index 439546bf744..620cf8b4581 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvoiceequalization.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvoiceequalization.dita @@ -52,7 +52,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvoiceformant.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvoiceformant.dita index 7cfc0a9c7c7..6b51e2f8020 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvoiceformant.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvoiceformant.dita @@ -45,7 +45,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvoicepitch.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvoicepitch.dita index 39b5bc8c3d2..58f268cec94 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvoicepitch.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvoicepitch.dita @@ -37,7 +37,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvoicereverb.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvoicereverb.dita index 28884131cf7..aa7e4f0d524 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvoicereverb.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setlocalvoicereverb.dita @@ -50,7 +50,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setlogfile.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setlogfile.dita index 164bb217947..e157a389749 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setlogfile.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setlogfile.dita @@ -46,7 +46,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setlogfilesize.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setlogfilesize.dita index 34485ca339a..53b6b25ffd2 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setlogfilesize.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setlogfilesize.dita @@ -60,7 +60,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setlogfilter.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setlogfilter.dita index 0d0e0ffce9d..92eee63be9b 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setlogfilter.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setlogfilter.dita @@ -54,7 +54,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setloglevel.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setloglevel.dita index 8498b9a5f00..e6930595ba6 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setloglevel.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setloglevel.dita @@ -45,7 +45,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setlowlightenhanceoptions.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setlowlightenhanceoptions.dita index 63e476eafdd..a02abb6ed1e 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setlowlightenhanceoptions.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setlowlightenhanceoptions.dita @@ -73,7 +73,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setlowlightenhanceoptions2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setlowlightenhanceoptions2.dita index 775d895d0b0..e5eaef27e46 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setlowlightenhanceoptions2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setlowlightenhanceoptions2.dita @@ -52,7 +52,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setmaxmetadatasize.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setmaxmetadatasize.dita index 5ed3f2d3c95..51f23dbf4a3 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setmaxmetadatasize.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setmaxmetadatasize.dita @@ -36,7 +36,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setmixedaudioframeparameters.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setmixedaudioframeparameters.dita index beaae18518d..b4217bc6972 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setmixedaudioframeparameters.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setmixedaudioframeparameters.dita @@ -68,7 +68,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setparameters.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setparameters.dita index 3a903ee2278..ed457d35684 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setparameters.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setparameters.dita @@ -51,7 +51,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setplaybackaudioframebeforemixingparameters.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setplaybackaudioframebeforemixingparameters.dita index 68d18e38d20..60cb085931f 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setplaybackaudioframebeforemixingparameters.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setplaybackaudioframebeforemixingparameters.dita @@ -52,7 +52,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setplaybackaudioframeparameters.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setplaybackaudioframeparameters.dita index e8cf80af438..8d7afab2014 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setplaybackaudioframeparameters.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setplaybackaudioframeparameters.dita @@ -84,7 +84,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setrecordingaudioframeparameters.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setrecordingaudioframeparameters.dita index 1abac85737d..fe13e1d36db 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setrecordingaudioframeparameters.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setrecordingaudioframeparameters.dita @@ -92,7 +92,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setremotedefaultvideostreamtype.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setremotedefaultvideostreamtype.dita index 4ce75a5ee8c..9eeb12cd7f3 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setremotedefaultvideostreamtype.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setremotedefaultvideostreamtype.dita @@ -49,7 +49,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setremoterendermode2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setremoterendermode2.dita index 2c9b8f2072d..69606e40337 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setremoterendermode2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setremoterendermode2.dita @@ -76,7 +76,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setremotesubscribefallbackoption.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setremotesubscribefallbackoption.dita index adb4c2b44c8..2ceaa77651d 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setremotesubscribefallbackoption.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setremotesubscribefallbackoption.dita @@ -45,7 +45,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setremoteuserspatialaudioparams.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setremoteuserspatialaudioparams.dita index 4a53c47dd24..b103389b3d9 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setremoteuserspatialaudioparams.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setremoteuserspatialaudioparams.dita @@ -51,7 +51,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setremotevideostreamtype.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setremotevideostreamtype.dita index a34d83927b8..7586ae89c2f 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setremotevideostreamtype.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setremotevideostreamtype.dita @@ -61,7 +61,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setremotevideosubscriptionoptions.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setremotevideosubscriptionoptions.dita index ae108cd91ae..13cb8320e91 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setremotevideosubscriptionoptions.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setremotevideosubscriptionoptions.dita @@ -61,7 +61,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setremotevoiceposition.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setremotevoiceposition.dita index 5fc1e242133..4cb19d3e6b0 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setremotevoiceposition.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setremotevoiceposition.dita @@ -65,7 +65,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setscreencapturecontenthint.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setscreencapturecontenthint.dita index 8798d4a29d3..3e1eff8e014 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setscreencapturecontenthint.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setscreencapturecontenthint.dita @@ -40,7 +40,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
            diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setscreencapturescenario.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setscreencapturescenario.dita index 26cc2e2d488..7ffc4e07150 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setscreencapturescenario.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setscreencapturescenario.dita @@ -43,7 +43,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setsubscribeaudioallowlist.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setsubscribeaudioallowlist.dita index be73660b76e..7abd30fa3d5 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setsubscribeaudioallowlist.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setsubscribeaudioallowlist.dita @@ -59,7 +59,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setsubscribeaudioblocklist.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setsubscribeaudioblocklist.dita index 8018a06c510..7315fa9d8af 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setsubscribeaudioblocklist.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setsubscribeaudioblocklist.dita @@ -59,7 +59,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setsubscribevideoallowlist.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setsubscribevideoallowlist.dita index 1004a6015f7..2273041b202 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setsubscribevideoallowlist.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setsubscribevideoallowlist.dita @@ -58,7 +58,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setsubscribevideoblocklist.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setsubscribevideoblocklist.dita index b284a222fea..09ae17a1d97 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setsubscribevideoblocklist.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setsubscribevideoblocklist.dita @@ -59,7 +59,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setuplocalvideo.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setuplocalvideo.dita index 16e551fc351..b5b4195e0fc 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setuplocalvideo.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setuplocalvideo.dita @@ -47,7 +47,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setupremotevideo.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setupremotevideo.dita index 57f5de88c3a..ecbc6a98104 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setupremotevideo.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setupremotevideo.dita @@ -51,7 +51,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setvideodenoiseroptions.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setvideodenoiseroptions.dita index 1fba71c3449..dd53c90a86d 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setvideodenoiseroptions.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setvideodenoiseroptions.dita @@ -73,7 +73,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setvideodenoiseroptions2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setvideodenoiseroptions2.dita index a122019027f..ecccaa8bc41 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setvideodenoiseroptions2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setvideodenoiseroptions2.dita @@ -52,7 +52,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setvideoencoderconfiguration.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setvideoencoderconfiguration.dita index 68bd43e07b0..88154d2bb87 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setvideoencoderconfiguration.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setvideoencoderconfiguration.dita @@ -49,7 +49,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setvideoscenario.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setvideoscenario.dita index e6109610f69..cb869104d8d 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setvideoscenario.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setvideoscenario.dita @@ -77,7 +77,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setvoicebeautifierparameters.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setvoicebeautifierparameters.dita index efef45c16d1..a63cf5ce0ab 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setvoicebeautifierparameters.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setvoicebeautifierparameters.dita @@ -77,7 +77,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setvoicebeautifierpreset.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setvoicebeautifierpreset.dita index cb4a98a0038..c20033ca101 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setvoicebeautifierpreset.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setvoicebeautifierpreset.dita @@ -78,7 +78,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setvoiceconversionpreset.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setvoiceconversionpreset.dita index 3cd766b68c4..8095efd1edc 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setvoiceconversionpreset.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setvoiceconversionpreset.dita @@ -65,7 +65,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_setvolumeofeffect.dita b/en-US/dita/RTC-NG/API/api_irtcengine_setvolumeofeffect.dita index ca676443968..03576436d0c 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_setvolumeofeffect.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_setvolumeofeffect.dita @@ -41,7 +41,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing.dita index 6818ee79e82..a4758c10ac6 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing.dita @@ -86,7 +86,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing2.dita index d0001dd8127..ebad6cc2262 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startaudiomixing2.dita @@ -86,7 +86,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startaudiorecording3.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startaudiorecording3.dita index f661ed56a8e..02d98a7a911 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startaudiorecording3.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startaudiorecording3.dita @@ -42,7 +42,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startcameracapture.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startcameracapture.dita index 5054793c8c2..0bb75abab24 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startcameracapture.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startcameracapture.dita @@ -69,7 +69,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startdirectcdnstreaming.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startdirectcdnstreaming.dita index cf6c3af41f2..078b756ef81 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startdirectcdnstreaming.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startdirectcdnstreaming.dita @@ -68,7 +68,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startechotest2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startechotest2.dita index bcaf69444eb..43c3d1c3418 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startechotest2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startechotest2.dita @@ -54,7 +54,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startlastmileprobetest.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startlastmileprobetest.dita index e3ea35fdc82..c797eb732ca 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startlastmileprobetest.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startlastmileprobetest.dita @@ -50,7 +50,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startlocalvideotranscoder.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startlocalvideotranscoder.dita index eb02ca41c4a..e33f7e9e7e9 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startlocalvideotranscoder.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startlocalvideotranscoder.dita @@ -66,7 +66,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startmediarenderingtracing.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startmediarenderingtracing.dita index ae27efb5a01..d1d915f7afd 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startmediarenderingtracing.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startmediarenderingtracing.dita @@ -43,7 +43,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startorupdatechannelmediarelay.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startorupdatechannelmediarelay.dita index 30caa805227..f3cdf5e7eff 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startorupdatechannelmediarelay.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startorupdatechannelmediarelay.dita @@ -61,7 +61,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startpreview.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startpreview.dita index 5b04536dadf..01e6f1d93e7 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startpreview.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startpreview.dita @@ -35,7 +35,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startpreview2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startpreview2.dita index 8a7cc06c145..43fa40a7621 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startpreview2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startpreview2.dita @@ -51,7 +51,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startrhythmplayer.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startrhythmplayer.dita index bf8481b7c3d..7c73fd9be2e 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startrhythmplayer.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startrhythmplayer.dita @@ -65,7 +65,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startrtmpstreamwithtranscoding.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startrtmpstreamwithtranscoding.dita index 34848529070..57b838100bc 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startrtmpstreamwithtranscoding.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startrtmpstreamwithtranscoding.dita @@ -59,7 +59,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapture.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapture.dita index aba065cbc60..58e424e6e3d 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapture.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapture.dita @@ -61,7 +61,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapture2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapture2.dita index 81fe8c28a3c..eccbcb0ba52 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapture2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapture2.dita @@ -66,7 +66,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapturebydisplayid.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapturebydisplayid.dita index ffa6b262d6d..dbd89d025a9 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapturebydisplayid.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapturebydisplayid.dita @@ -74,7 +74,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapturebyscreenrect.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapturebyscreenrect.dita index c3b2ed45790..9530714725c 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapturebyscreenrect.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapturebyscreenrect.dita @@ -68,7 +68,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
            diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapturebywindowid.dita b/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapturebywindowid.dita index d6c49450963..f9fe8d2a990 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapturebywindowid.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_startscreencapturebywindowid.dita @@ -199,7 +199,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_stopalleffects.dita b/en-US/dita/RTC-NG/API/api_irtcengine_stopalleffects.dita index 1ef017f504a..5f5355df516 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_stopalleffects.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_stopalleffects.dita @@ -28,7 +28,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_stopaudiomixing.dita b/en-US/dita/RTC-NG/API/api_irtcengine_stopaudiomixing.dita index 7ca09d70fd5..3bc60550e64 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_stopaudiomixing.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_stopaudiomixing.dita @@ -30,7 +30,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_stopaudiorecording.dita b/en-US/dita/RTC-NG/API/api_irtcengine_stopaudiorecording.dita index 856d58866bf..7ca0be377c3 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_stopaudiorecording.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_stopaudiorecording.dita @@ -26,7 +26,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_stopcameracapture.dita b/en-US/dita/RTC-NG/API/api_irtcengine_stopcameracapture.dita index 36b085f9ff8..e29ccf2afa8 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_stopcameracapture.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_stopcameracapture.dita @@ -47,7 +47,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_stopchannelmediarelay.dita b/en-US/dita/RTC-NG/API/api_irtcengine_stopchannelmediarelay.dita index fc8e2a57399..6387e748305 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_stopchannelmediarelay.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_stopchannelmediarelay.dita @@ -30,7 +30,7 @@ If the method call fails, the SDK triggers the callback with the (2) or (8) status code. You can call the method to leave the channel, and the media stream relay automatically stops.
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_stopdirectcdnstreaming.dita b/en-US/dita/RTC-NG/API/api_irtcengine_stopdirectcdnstreaming.dita index ac70109fee2..880a5ca3905 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_stopdirectcdnstreaming.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_stopdirectcdnstreaming.dita @@ -23,7 +23,7 @@ Future<void> stopDirectCdnStreaming();
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_stopechotest.dita b/en-US/dita/RTC-NG/API/api_irtcengine_stopechotest.dita index ed7c3be39f2..f37510ff358 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_stopechotest.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_stopechotest.dita @@ -26,7 +26,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_stopeffect.dita b/en-US/dita/RTC-NG/API/api_irtcengine_stopeffect.dita index bb61d8c78f3..825551a8285 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_stopeffect.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_stopeffect.dita @@ -36,7 +36,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_stoplastmileprobetest.dita b/en-US/dita/RTC-NG/API/api_irtcengine_stoplastmileprobetest.dita index 36393536d76..ddca53ce4b0 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_stoplastmileprobetest.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_stoplastmileprobetest.dita @@ -26,7 +26,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_stoplocalvideotranscoder.dita b/en-US/dita/RTC-NG/API/api_irtcengine_stoplocalvideotranscoder.dita index b2f52da39d5..90f308c23a7 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_stoplocalvideotranscoder.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_stoplocalvideotranscoder.dita @@ -31,7 +31,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_stoppreview2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_stoppreview2.dita index 2bf725398b4..16ecadc3831 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_stoppreview2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_stoppreview2.dita @@ -47,7 +47,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_stoprhythmplayer.dita b/en-US/dita/RTC-NG/API/api_irtcengine_stoprhythmplayer.dita index a45e16862c9..55e6c14e102 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_stoprhythmplayer.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_stoprhythmplayer.dita @@ -30,7 +30,7 @@ This method is for Android and iOS only.
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_stoprtmpstream.dita b/en-US/dita/RTC-NG/API/api_irtcengine_stoprtmpstream.dita index 7941a592d64..fe4cd7a07d9 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_stoprtmpstream.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_stoprtmpstream.dita @@ -40,7 +40,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_stopscreencapture.dita b/en-US/dita/RTC-NG/API/api_irtcengine_stopscreencapture.dita index 979a52ae659..950481ffc2c 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_stopscreencapture.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_stopscreencapture.dita @@ -33,7 +33,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_stopscreencapture2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_stopscreencapture2.dita index 9485f4c7da1..bd0f877e1aa 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_stopscreencapture2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_stopscreencapture2.dita @@ -48,7 +48,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita b/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita index 6c2f5ee1ec7..03514496518 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera.dita @@ -36,7 +36,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita index 1db4bbb4524..772b0bb7936 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_switchcamera2.dita @@ -50,7 +50,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_takesnapshot.dita b/en-US/dita/RTC-NG/API/api_irtcengine_takesnapshot.dita index bad1527ce03..63d87c4d468 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_takesnapshot.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_takesnapshot.dita @@ -56,7 +56,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_unloadalleffects.dita b/en-US/dita/RTC-NG/API/api_irtcengine_unloadalleffects.dita index cc106d43701..7bf49c39e04 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_unloadalleffects.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_unloadalleffects.dita @@ -27,7 +27,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_unloadeffect.dita b/en-US/dita/RTC-NG/API/api_irtcengine_unloadeffect.dita index 74d973443c2..c8493f14153 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_unloadeffect.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_unloadeffect.dita @@ -36,7 +36,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_unregisteraudioencodedframeobserver.dita b/en-US/dita/RTC-NG/API/api_irtcengine_unregisteraudioencodedframeobserver.dita index a33376327fb..80dab47eac8 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_unregisteraudioencodedframeobserver.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_unregisteraudioencodedframeobserver.dita @@ -39,7 +39,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_unregisteraudioframeobserver.dita b/en-US/dita/RTC-NG/API/api_irtcengine_unregisteraudioframeobserver.dita index dfabe099c2b..95c114264b0 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_unregisteraudioframeobserver.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_unregisteraudioframeobserver.dita @@ -24,7 +24,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_unregisteraudiospectrumobserver.dita b/en-US/dita/RTC-NG/API/api_irtcengine_unregisteraudiospectrumobserver.dita index a0b24a69103..29f5b5a77ea 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_unregisteraudiospectrumobserver.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_unregisteraudiospectrumobserver.dita @@ -43,7 +43,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_unregistermediametadataobserver.dita b/en-US/dita/RTC-NG/API/api_irtcengine_unregistermediametadataobserver.dita index 30afebf0b14..a4ee651900e 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_unregistermediametadataobserver.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_unregistermediametadataobserver.dita @@ -46,7 +46,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_updatechannelmediaoptions.dita b/en-US/dita/RTC-NG/API/api_irtcengine_updatechannelmediaoptions.dita index e2054b0e4ab..61b912da370 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_updatechannelmediaoptions.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_updatechannelmediaoptions.dita @@ -35,7 +35,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_updatelocaltranscoderconfiguration.dita b/en-US/dita/RTC-NG/API/api_irtcengine_updatelocaltranscoderconfiguration.dita index d0ee7f68db6..9c6a0ebb800 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_updatelocaltranscoderconfiguration.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_updatelocaltranscoderconfiguration.dita @@ -45,7 +45,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_updatepreloadchanneltoken.dita b/en-US/dita/RTC-NG/API/api_irtcengine_updatepreloadchanneltoken.dita index a49de8eac70..fc1a930ccf0 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_updatepreloadchanneltoken.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_updatepreloadchanneltoken.dita @@ -45,7 +45,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_updatertmptranscoding.dita b/en-US/dita/RTC-NG/API/api_irtcengine_updatertmptranscoding.dita index 6de959950bd..4a321870acd 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_updatertmptranscoding.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_updatertmptranscoding.dita @@ -39,7 +39,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_updatescreencapture.dita b/en-US/dita/RTC-NG/API/api_irtcengine_updatescreencapture.dita index b619d9a510e..dc77fda7d42 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_updatescreencapture.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_updatescreencapture.dita @@ -49,7 +49,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_updatescreencaptureparameters.dita b/en-US/dita/RTC-NG/API/api_irtcengine_updatescreencaptureparameters.dita index 5a9b1098988..ebdee033f25 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_updatescreencaptureparameters.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_updatescreencaptureparameters.dita @@ -49,7 +49,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_updatescreencaptureregion.dita b/en-US/dita/RTC-NG/API/api_irtcengine_updatescreencaptureregion.dita index 62486acd293..d4927fda8a1 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_updatescreencaptureregion.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_updatescreencaptureregion.dita @@ -50,7 +50,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
            diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_updatescreencaptureregion2.dita b/en-US/dita/RTC-NG/API/api_irtcengine_updatescreencaptureregion2.dita index 6c1371c810c..73ecbf9ab9e 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_updatescreencaptureregion2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_updatescreencaptureregion2.dita @@ -33,7 +33,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          diff --git a/en-US/dita/RTC-NG/API/api_irtcengine_uploadlogfile.dita b/en-US/dita/RTC-NG/API/api_irtcengine_uploadlogfile.dita index e9ea8f5e8b8..c9a3f62abb1 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengine_uploadlogfile.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengine_uploadlogfile.dita @@ -43,7 +43,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_addpublishstreamurlex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_addpublishstreamurlex.dita index 326eb8c098b..de70618aea0 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_addpublishstreamurlex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_addpublishstreamurlex.dita @@ -61,7 +61,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_addvideowatermarkex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_addvideowatermarkex.dita index fa4d83dce62..a1ffc0b0633 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_addvideowatermarkex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_addvideowatermarkex.dita @@ -74,7 +74,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_adjustuserplaybacksignalvolumeex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_adjustuserplaybacksignalvolumeex.dita index 7e7551bb9ef..af5788eeb91 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_adjustuserplaybacksignalvolumeex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_adjustuserplaybacksignalvolumeex.dita @@ -70,7 +70,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_clearvideowatermarkex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_clearvideowatermarkex.dita index 2d8a61ca6c7..b6c8dd04689 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_clearvideowatermarkex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_clearvideowatermarkex.dita @@ -34,7 +34,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_enableaudiovolumeindicationex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_enableaudiovolumeindicationex.dita index 5f0d85eb635..d8eae2016f1 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_enableaudiovolumeindicationex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_enableaudiovolumeindicationex.dita @@ -68,7 +68,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_enablecontentinspectex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_enablecontentinspectex.dita index 6939d940627..8e0a45233d9 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_enablecontentinspectex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_enablecontentinspectex.dita @@ -57,7 +57,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_enabledualstreammodeex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_enabledualstreammodeex.dita index bcaefb5cf63..3050c76fb45 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_enabledualstreammodeex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_enabledualstreammodeex.dita @@ -74,7 +74,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_enableencryptionex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_enableencryptionex.dita index d57494bf44e..7403991a430 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_enableencryptionex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_enableencryptionex.dita @@ -52,7 +52,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_enableloopbackrecordingex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_enableloopbackrecordingex.dita index bdec906df97..0b57749351c 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_enableloopbackrecordingex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_enableloopbackrecordingex.dita @@ -67,7 +67,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_leavechannelex2.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_leavechannelex2.dita index e2f4bbcc944..b2d2a6d9cc8 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_leavechannelex2.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_leavechannelex2.dita @@ -72,7 +72,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_muteallremoteaudiostreamsex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_muteallremoteaudiostreamsex.dita index 5e2fd50bd8d..ca5ac7431c2 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_muteallremoteaudiostreamsex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_muteallremoteaudiostreamsex.dita @@ -61,7 +61,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_muteallremotevideostreamsex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_muteallremotevideostreamsex.dita index 16fd9a28030..c33aae75927 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_muteallremotevideostreamsex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_muteallremotevideostreamsex.dita @@ -55,7 +55,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_mutelocalaudiostreamex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_mutelocalaudiostreamex.dita index 6a044148d40..dd41ed58cb7 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_mutelocalaudiostreamex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_mutelocalaudiostreamex.dita @@ -55,7 +55,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_mutelocalvideostreamex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_mutelocalvideostreamex.dita index 1e9ceaaf615..721b11903f6 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_mutelocalvideostreamex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_mutelocalvideostreamex.dita @@ -58,7 +58,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_muteremoteaudiostreamex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_muteremoteaudiostreamex.dita index b4c16e30c6f..c2e70771156 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_muteremoteaudiostreamex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_muteremoteaudiostreamex.dita @@ -63,7 +63,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_muteremotevideostreamex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_muteremotevideostreamex.dita index 2456984be10..2030517cf7e 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_muteremotevideostreamex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_muteremotevideostreamex.dita @@ -67,7 +67,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_pauseallchannelmediarelayex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_pauseallchannelmediarelayex.dita index e63a1fb9652..47a33d76927 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_pauseallchannelmediarelayex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_pauseallchannelmediarelayex.dita @@ -38,7 +38,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_resumeallchannelmediarelayex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_resumeallchannelmediarelayex.dita index 02641eb0d24..6bee04203e0 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_resumeallchannelmediarelayex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_resumeallchannelmediarelayex.dita @@ -39,7 +39,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_sendstreammessageex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_sendstreammessageex.dita index 9860bf53de2..f754b491d5f 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_sendstreammessageex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_sendstreammessageex.dita @@ -70,7 +70,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_setdualstreammodeex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_setdualstreammodeex.dita index 41d72a7b418..8b7a28beaa3 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_setdualstreammodeex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_setdualstreammodeex.dita @@ -74,7 +74,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_setremoterendermodeex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_setremoterendermodeex.dita index 5d7115d2b17..694906cba07 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_setremoterendermodeex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_setremoterendermodeex.dita @@ -83,7 +83,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_setremotevideostreamtypeex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_setremotevideostreamtypeex.dita index 9f5781e0e7f..08359a36b0a 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_setremotevideostreamtypeex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_setremotevideostreamtypeex.dita @@ -63,7 +63,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_setremotevoicepositionex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_setremotevoicepositionex.dita index 3618be5e27a..02d32509f99 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_setremotevoicepositionex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_setremotevoicepositionex.dita @@ -77,7 +77,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_setsubscribeaudioallowlistex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_setsubscribeaudioallowlistex.dita index 167dfc2b5d0..e975222fc0b 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_setsubscribeaudioallowlistex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_setsubscribeaudioallowlistex.dita @@ -54,7 +54,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_setsubscribeaudioblocklistex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_setsubscribeaudioblocklistex.dita index 3ffaec1ade9..6f3a33e9174 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_setsubscribeaudioblocklistex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_setsubscribeaudioblocklistex.dita @@ -56,7 +56,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_setsubscribevideoallowlistex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_setsubscribevideoallowlistex.dita index 5418b76e33e..a2614404a61 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_setsubscribevideoallowlistex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_setsubscribevideoallowlistex.dita @@ -54,7 +54,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_setsubscribevideoblocklistex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_setsubscribevideoblocklistex.dita index d6c1e40c9c1..8d59a00877b 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_setsubscribevideoblocklistex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_setsubscribevideoblocklistex.dita @@ -54,7 +54,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_setupremotevideoex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_setupremotevideoex.dita index 161401153aa..698190829c1 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_setupremotevideoex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_setupremotevideoex.dita @@ -59,7 +59,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_setvideoencoderconfigurationex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_setvideoencoderconfigurationex.dita index 458056cf88c..ae87bda4985 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_setvideoencoderconfigurationex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_setvideoencoderconfigurationex.dita @@ -53,7 +53,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_startmediarenderingtracingex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_startmediarenderingtracingex.dita index 6dea50c1ddd..70749252872 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_startmediarenderingtracingex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_startmediarenderingtracingex.dita @@ -47,7 +47,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_startorupdatechannelmediarelayex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_startorupdatechannelmediarelayex.dita index 025b955c9d4..22a47649246 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_startorupdatechannelmediarelayex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_startorupdatechannelmediarelayex.dita @@ -68,7 +68,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
              diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_stopchannelmediarelayex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_stopchannelmediarelayex.dita index e4b0b9eb921..558b24ce541 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_stopchannelmediarelayex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_stopchannelmediarelayex.dita @@ -43,7 +43,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_stoprtmpstreamex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_stoprtmpstreamex.dita index 6db8f577576..bd7a2c00ae6 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_stoprtmpstreamex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_stoprtmpstreamex.dita @@ -42,7 +42,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_takesnapshotex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_takesnapshotex.dita index deb29ca4b71..7668db04791 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_takesnapshotex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_takesnapshotex.dita @@ -64,7 +64,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_irtcengineex_updatertmptranscodingex.dita b/en-US/dita/RTC-NG/API/api_irtcengineex_updatertmptranscodingex.dita index 82b8ed8b384..c47927c09cb 100644 --- a/en-US/dita/RTC-NG/API/api_irtcengineex_updatertmptranscodingex.dita +++ b/en-US/dita/RTC-NG/API/api_irtcengineex_updatertmptranscodingex.dita @@ -53,7 +53,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_ivideodevicecollection_setdevice.dita b/en-US/dita/RTC-NG/API/api_ivideodevicecollection_setdevice.dita index d0012a07666..8b02dbdeb1d 100644 --- a/en-US/dita/RTC-NG/API/api_ivideodevicecollection_setdevice.dita +++ b/en-US/dita/RTC-NG/API/api_ivideodevicecollection_setdevice.dita @@ -40,7 +40,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_ivideodevicemanager_numberofcapabilities.dita b/en-US/dita/RTC-NG/API/api_ivideodevicemanager_numberofcapabilities.dita index c84496b9fe0..dae2a08d100 100644 --- a/en-US/dita/RTC-NG/API/api_ivideodevicemanager_numberofcapabilities.dita +++ b/en-US/dita/RTC-NG/API/api_ivideodevicemanager_numberofcapabilities.dita @@ -41,7 +41,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • > 0: Success. Returns the number of video formats supported by this device. For example: If the specified camera supports 10 different video formats, the return value is 10.
          • ≤ 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_ivideodevicemanager_setdevice.dita b/en-US/dita/RTC-NG/API/api_ivideodevicemanager_setdevice.dita index 7257f7cbc49..6fd09e3132e 100644 --- a/en-US/dita/RTC-NG/API/api_ivideodevicemanager_setdevice.dita +++ b/en-US/dita/RTC-NG/API/api_ivideodevicemanager_setdevice.dita @@ -42,7 +42,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_ivideodevicemanager_startdevicetest.dita b/en-US/dita/RTC-NG/API/api_ivideodevicemanager_startdevicetest.dita index a1c2371508b..04e98b6b6d2 100644 --- a/en-US/dita/RTC-NG/API/api_ivideodevicemanager_startdevicetest.dita +++ b/en-US/dita/RTC-NG/API/api_ivideodevicemanager_startdevicetest.dita @@ -36,7 +36,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/api_ivideodevicemanager_stopdevicetest.dita b/en-US/dita/RTC-NG/API/api_ivideodevicemanager_stopdevicetest.dita index fa98a2d9532..e5c4cf695c7 100644 --- a/en-US/dita/RTC-NG/API/api_ivideodevicemanager_stopdevicetest.dita +++ b/en-US/dita/RTC-NG/API/api_ivideodevicemanager_stopdevicetest.dita @@ -24,7 +24,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onaudiomixingpositionchanged.dita b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onaudiomixingpositionchanged.dita index 622d520e471..e84cdf17dad 100644 --- a/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onaudiomixingpositionchanged.dita +++ b/en-US/dita/RTC-NG/API/callback_irtcengineeventhandler_onaudiomixingpositionchanged.dita @@ -42,7 +42,7 @@
          <ph keyref="return-section-title"/> -

          When the method call succeeds, there is no return value; when fails, the exception is thrown; and you need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          +

          When the method call succeeds, there is no return value; when fails, the exception is thrown. You need to catch the exception and handle it accordingly. See for details and resolution suggestions.

          • 0: Success.
          • < 0: Failure. See for details and resolution suggestions.
          • diff --git a/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita b/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita index bf631cac887..96774427154 100644 --- a/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita +++ b/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita @@ -772,7 +772,7 @@ class ChannelMediaOptions { audioDelayMs -

            Delay (in milliseconds) for sending audio frames. In scenarios involving significant video delay, you can use this parameter to set the delay of the audio frames to be sent, to ensure audio and video synchronization.

            +

            Delay (in milliseconds) for sending audio frames. You can use this parameter to set the delay of the audio frames to be sent, to ensure audio and video synchronization.

            To switch off the delay, set the value to 0.

            From a5edc1f5407062de53f74188531df47bea307198 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:08:58 +0800 Subject: [PATCH 22/23] New translations --- en-US/dita/RTC-NG/API/class_channelmediaoptions.dita | 2 +- en-US/dita/RTC-NG/API/enum_mediasourcetype.dita | 2 +- en-US/dita/RTC-NG/API/enum_videosourcetype.dita | 2 +- en-US/dita/RTC-NG/API/rtc_api_overview.dita | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita b/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita index 96774427154..d9ad712e6ef 100644 --- a/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita +++ b/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita @@ -772,7 +772,7 @@ class ChannelMediaOptions { audioDelayMs -

            Delay (in milliseconds) for sending audio frames. You can use this parameter to set the delay of the audio frames to be sent, to ensure audio and video synchronization.

            +

            Delay (in milliseconds) for sending audio frames. 你可以通过该参数来设置需要发送的音频帧的延时,以确保音画同步。

            To switch off the delay, set the value to 0.

            diff --git a/en-US/dita/RTC-NG/API/enum_mediasourcetype.dita b/en-US/dita/RTC-NG/API/enum_mediasourcetype.dita index dccc1224ba7..87da0f338b8 100644 --- a/en-US/dita/RTC-NG/API/enum_mediasourcetype.dita +++ b/en-US/dita/RTC-NG/API/enum_mediasourcetype.dita @@ -27,7 +27,7 @@ 6: Custom video source. - + 13: Video processed by the speech driven extension. diff --git a/en-US/dita/RTC-NG/API/enum_videosourcetype.dita b/en-US/dita/RTC-NG/API/enum_videosourcetype.dita index 53b28b2a9c9..ccf81f825f9 100644 --- a/en-US/dita/RTC-NG/API/enum_videosourcetype.dita +++ b/en-US/dita/RTC-NG/API/enum_videosourcetype.dita @@ -75,7 +75,7 @@ 14: (For Windows and macOS only) The fourth screen. - + 15: Video processed by the speech driven extension. diff --git a/en-US/dita/RTC-NG/API/rtc_api_overview.dita b/en-US/dita/RTC-NG/API/rtc_api_overview.dita index 4ddf9e9052d..29cdb90ede9 100644 --- a/en-US/dita/RTC-NG/API/rtc_api_overview.dita +++ b/en-US/dita/RTC-NG/API/rtc_api_overview.dita @@ -1061,11 +1061,11 @@ - + - + From 3f758b4b6984c111e4fd7189097534a3c0a95ef4 Mon Sep 17 00:00:00 2001 From: Cilla-luodan <85477033+Cilla-luodan@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:16:27 +0800 Subject: [PATCH 23/23] New translations --- en-US/dita/RTC-NG/API/class_channelmediaoptions.dita | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita b/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita index d9ad712e6ef..ad115a1a648 100644 --- a/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita +++ b/en-US/dita/RTC-NG/API/class_channelmediaoptions.dita @@ -772,7 +772,7 @@ class ChannelMediaOptions { audioDelayMs -

            Delay (in milliseconds) for sending audio frames. 你可以通过该参数来设置需要发送的音频帧的延时,以确保音画同步。

            +

            Delay (in milliseconds) for sending audio frames. You can use this parameter to set the delay of the audio frames that need to be sent, to ensure audio and video synchronization.

            To switch off the delay, set the value to 0.