Skip to content

Commit

Permalink
[AUTO] Generate code by terra (#709)
Browse files Browse the repository at this point in the history
Co-authored-by: LichKing-2234 <LichKing-2234@users.noreply.github.com>
  • Loading branch information
LichKing-2234 and LichKing-2234 authored Oct 7, 2023
1 parent f9e7934 commit b1435a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/AgoraBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2943,10 +2943,6 @@ export class LocalTranscoderConfiguration {
* The error code of the local video mixing failure.
*/
export enum VideoTranscoderError {
/**
* @ignore
*/
VtErrOk = 0,
/**
* 1: The selected video source has not started video capture. You need to create a video track for it and start video capture.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/IAgoraRtcEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6560,7 +6560,7 @@ export abstract class IRtcEngine {
* When video screenshot and upload function is enabled, the SDK takes screenshots and uploads videos sent by local users based on the type and frequency of the module you set in ContentInspectConfig. After video screenshot and upload, the Agora server sends the callback notification to your app server in HTTPS requests and sends all screenshots to the third-party cloud storage service. Before calling this method, ensure that you have contacted to activate the video screenshot upload service.
*
* @param enabled Whether to enable video screenshot and upload : true : Enables video screenshot and upload. false : Disables video screenshot and upload.
* @param config Configuration of video screenshot and upload. See ContentInspectConfig. When the video moderation module is set to video moderation via Agora self-developed extension(ContentInspectSupervise ContentInspectImageModeration), the video screenshot and upload dynamic library libagora_content_inspect_extension.dll is required. Deleting this library disables the screenshot and upload feature.
* @param config Configuration of video screenshot and upload. See ContentInspectConfig. When the video moderation module is set to video moderation via Agora self-developed extension(ContentInspectSupervision ContentInspectImageModeration), the video screenshot and upload dynamic library libagora_content_inspect_extension.dll is required. Deleting this library disables the screenshot and upload feature.
*
* @returns
* 0: Success.
Expand Down
2 changes: 1 addition & 1 deletion src/IAgoraRtcEngineEx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ export abstract class IRtcEngineEx extends IRtcEngine {
* This method can take screenshots for multiple video streams and upload them. When video screenshot and upload function is enabled, the SDK takes screenshots and uploads videos sent by local users based on the type and frequency of the module you set in ContentInspectConfig. After video screenshot and upload, the Agora server sends the callback notification to your app server in HTTPS requests and sends all screenshots to the third-party cloud storage service. Before calling this method, ensure that you have contacted to activate the video screenshot upload service.
*
* @param enabled Whether to enable video screenshot and upload : true : Enables video screenshot and upload. false : Disables video screenshot and upload.
* @param config Configuration of video screenshot and upload. See ContentInspectConfig. When the video moderation module is set to video moderation via Agora self-developed extension(ContentInspectSupervise ContentInspectImageModeration), the video screenshot and upload dynamic library libagora_content_inspect_extension.dll is required. Deleting this library disables the screenshot and upload feature.
* @param config Configuration of video screenshot and upload. See ContentInspectConfig. When the video moderation module is set to video moderation via Agora self-developed extension(ContentInspectSupervision ContentInspectImageModeration), the video screenshot and upload dynamic library libagora_content_inspect_extension.dll is required. Deleting this library disables the screenshot and upload feature.
* @param connection The connection information. See RtcConnection.
*
* @returns
Expand Down

0 comments on commit b1435a1

Please sign in to comment.