On-premise Recording SDK v3.0.6 API Reference for Linux (Java)
Public Attributes | List of all members
io.agora.recording.common.Common.STAT_CODE_TYPE Enum Reference

Public Attributes

 STAT_OK =(0)
 
 STAT_ERR_FROM_ENGINE =(1)
 
 STAT_ERR_ARS_JOIN_CHANNEL =(2)
 
 STAT_ERR_CREATE_PROCESS =(3)
 
 STAT_ERR_MIXED_INVALID_VIDEO_PARAM =(4)
 
 STAT_ERR_NULL_POINTER =(5)
 
 STAT_ERR_PROXY_SERVER_INVALID_PARAM =(6)
 
 STAT_POLL_ERR =(8)
 
 STAT_POLL_HANG_UP =(16)
 
 STAT_POLL_NVAL =(32)
 

Detailed Description

State codes.

Member Data Documentation

◆ STAT_OK

io.agora.recording.common.Common.STAT_CODE_TYPE.STAT_OK =(0)

0: Everything is normal.

◆ STAT_ERR_FROM_ENGINE

io.agora.recording.common.Common.STAT_CODE_TYPE.STAT_ERR_FROM_ENGINE =(1)

1: Errors from the Agora Native/Web SDK. See more Error Codes.

◆ STAT_ERR_ARS_JOIN_CHANNEL

io.agora.recording.common.Common.STAT_CODE_TYPE.STAT_ERR_ARS_JOIN_CHANNEL =(2)

2: Failure to join the channel.

◆ STAT_ERR_CREATE_PROCESS

io.agora.recording.common.Common.STAT_CODE_TYPE.STAT_ERR_CREATE_PROCESS =(3)

3: Failure to create a process.

◆ STAT_ERR_MIXED_INVALID_VIDEO_PARAM

io.agora.recording.common.Common.STAT_CODE_TYPE.STAT_ERR_MIXED_INVALID_VIDEO_PARAM =(4)

4: Invalid parameters of the video profile of the mixed video. See Video Profile Table to set the mixResolution parameter.

◆ STAT_ERR_NULL_POINTER

io.agora.recording.common.Common.STAT_CODE_TYPE.STAT_ERR_NULL_POINTER =(5)

5: Null pointer.

◆ STAT_ERR_PROXY_SERVER_INVALID_PARAM

io.agora.recording.common.Common.STAT_CODE_TYPE.STAT_ERR_PROXY_SERVER_INVALID_PARAM =(6)

6: Invalid parameters of the proxy server.

◆ STAT_POLL_ERR

io.agora.recording.common.Common.STAT_CODE_TYPE.STAT_POLL_ERR =(8)

0x8: Error in polling.

◆ STAT_POLL_HANG_UP

io.agora.recording.common.Common.STAT_CODE_TYPE.STAT_POLL_HANG_UP =(16)

0x10: Polling hangs up.

◆ STAT_POLL_NVAL

io.agora.recording.common.Common.STAT_CODE_TYPE.STAT_POLL_NVAL =(32)

0x20: Invalid polling request.