diff --git a/dita/RTC-NG/API/api_irtcengine_isfeatureavailableondevice.dita b/dita/RTC-NG/API/api_irtcengine_isfeatureavailableondevice.dita index 7a47ffdc91e..2c5bb56c89e 100644 --- a/dita/RTC-NG/API/api_irtcengine_isfeatureavailableondevice.dita +++ b/dita/RTC-NG/API/api_irtcengine_isfeatureavailableondevice.dita @@ -16,9 +16,8 @@ public abstract boolean isFeatureAvailableOnDevice(int type); - (BOOL)isFeatureAvailableOnDevice:(AgoraFeatureType)type; virtual bool isFeatureAvailableOnDevice(FeatureType type) = 0; - - abstract isFeatureAvailableOnDevice(type: FeatureType): boolean; + abstract isFeatureAvailableOnDevice(type: FeatureType): boolean; Future<bool> isFeatureAvailableOnDevice(FeatureType type);

diff --git a/dita/RTC-NG/API/api_irtcengineex_enablecontentinspectex.dita b/dita/RTC-NG/API/api_irtcengineex_enablecontentinspectex.dita index 6bfacf90f6f..db491b88a55 100644 --- a/dita/RTC-NG/API/api_irtcengineex_enablecontentinspectex.dita +++ b/dita/RTC-NG/API/api_irtcengineex_enablecontentinspectex.dita @@ -17,9 +17,8 @@ boolean enabled, ContentInspectConfig config, RtcConnection connection); - (int)enableContentInspectEx:(BOOL)enabled config:(AgoraContentInspectConfig* _Nonnull)config connection:(AgoraRtcConnection * _Nonnull)connection NS_SWIFT_NAME(enableContentInspectEx(_:config:connection:)); virtual int enableContentInspectEx(bool enabled, const media::ContentInspectConfig &config, const RtcConnection& connection) = 0; - - abstract enableContentInspectEx( + abstract enableContentInspectEx( enabled: boolean, config: ContentInspectConfig, connection: RtcConnection diff --git a/dita/RTC-NG/API/class_contentinspectconfig.dita b/dita/RTC-NG/API/class_contentinspectconfig.dita index 669324e188e..31d8e3e859a 100644 --- a/dita/RTC-NG/API/class_contentinspectconfig.dita +++ b/dita/RTC-NG/API/class_contentinspectconfig.dita @@ -59,6 +59,8 @@ extraInfo?: string; + serverConfig?: string; + modules?: ContentInspectModule[]; moduleCount?: number; diff --git a/dita/RTC-NG/API/rtc_api_data_type.dita b/dita/RTC-NG/API/rtc_api_data_type.dita index bce57be50b5..0cf9ca9055b 100644 --- a/dita/RTC-NG/API/rtc_api_data_type.dita +++ b/dita/RTC-NG/API/rtc_api_data_type.dita @@ -1820,6 +1820,7 @@
  • +
  • diff --git a/dita/RTC-NG/RTC_NG_API_Electron.ditamap b/dita/RTC-NG/RTC_NG_API_Electron.ditamap index 333363be4bf..00f38257a43 100644 --- a/dita/RTC-NG/RTC_NG_API_Electron.ditamap +++ b/dita/RTC-NG/RTC_NG_API_Electron.ditamap @@ -284,6 +284,7 @@ + @@ -676,6 +677,7 @@ + diff --git a/dita/RTC-NG/config/keys-rtc-ng-api-electron.ditamap b/dita/RTC-NG/config/keys-rtc-ng-api-electron.ditamap index 7bd23eef44b..fafbd21bc7d 100644 --- a/dita/RTC-NG/config/keys-rtc-ng-api-electron.ditamap +++ b/dita/RTC-NG/config/keys-rtc-ng-api-electron.ditamap @@ -3328,6 +3328,13 @@ + + + + enableContentInspectEx + + + @@ -3421,6 +3428,13 @@ + + + + isFeatureAvailableOnDevice + + + @@ -5607,6 +5621,13 @@ ContentInspectSupervise + + + + ContentInspectImageModeration + + + @@ -7967,6 +7988,27 @@ + + + + FeatureType + + + + + + + videoVirtualBackground + + + + + + + videoBeautyEffect + + + @@ -8401,6 +8443,62 @@ + + + + LocalVideoStreamErrorScreenCaptureWindowNotSupported + + + + + + + LocalVideoStreamErrorScreenCaptureNoPermission + + + + + + + LocalVideoStreamErrorScreenCapturePaused + + + + + + + LocalVideoStreamErrorScreenCaptureResumed + + + + + + + LocalVideoStreamErrorScreenCaptureWindowHidden + + + + + + + LocalVideoStreamErrorScreenCaptureWindowRecoverFromHidden + + + + + + + LocalVideoStreamErrorScreenCaptureWindowRecoverFromMinimized + + + + + + + LocalVideoStreamErrorScreenCaptureFailure + + + @@ -9192,6 +9290,13 @@ + + + + NetworkTypeMobile5g + + + @@ -10949,6 +11054,27 @@ + + + + VideoTextureId3d11texture2d + + + + + + + VideoTexture2d + + + + + + + VideoTextureOes + + + diff --git a/dita/RTC-NG/config/relations-rtc-ng-api.ditamap b/dita/RTC-NG/config/relations-rtc-ng-api.ditamap index 129a3994c2e..72f8fdad8ea 100644 --- a/dita/RTC-NG/config/relations-rtc-ng-api.ditamap +++ b/dita/RTC-NG/config/relations-rtc-ng-api.ditamap @@ -2293,7 +2293,7 @@ - +