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

Public Attributes

 WARN_NO_AVAILABLE_CHANNEL =(103)
 
 WARN_LOOKUP_CHANNEL_TIMEOUT =(104)
 
 WARN_LOOKUP_CHANNEL_REJECTED =(105)
 
 WARN_OPEN_CHANNEL_TIMEOUT =(106)
 
 WARN_OPEN_CHANNEL_REJECTED =(107)
 
 WARN_RECOVERY_CORE_SERVICE_FAILURE =(108)
 

Detailed Description

Warning codes.

Note
When using the Recording SDK, you may receive warning codes from the Native SDK. See Interactive Broadcast Warning Codes.

Member Data Documentation

◆ WARN_NO_AVAILABLE_CHANNEL

io.agora.recording.common.Common.WARN_CODE_TYPE.WARN_NO_AVAILABLE_CHANNEL =(103)

103: No channel resources are available. Maybe because the server cannot allocate any channel resource.

◆ WARN_LOOKUP_CHANNEL_TIMEOUT

io.agora.recording.common.Common.WARN_CODE_TYPE.WARN_LOOKUP_CHANNEL_TIMEOUT =(104)

104: A timeout when looking up the channel. When a user joins a channel, the SDK looks up the specified channel. This warning usually occurs when the network conditions are too poor to connect to the server.

◆ WARN_LOOKUP_CHANNEL_REJECTED

io.agora.recording.common.Common.WARN_CODE_TYPE.WARN_LOOKUP_CHANNEL_REJECTED =(105)

105: The server rejected the request to look up the channel. The server cannot process this request or the request is illegal.

◆ WARN_OPEN_CHANNEL_TIMEOUT

io.agora.recording.common.Common.WARN_CODE_TYPE.WARN_OPEN_CHANNEL_TIMEOUT =(106)

106: A timeout occurred when opening the channel. Once the specific channel is found, the SDK opens the channel. This warning usually occurs when the network conditions are too poor to connect to the server.

◆ WARN_OPEN_CHANNEL_REJECTED

io.agora.recording.common.Common.WARN_CODE_TYPE.WARN_OPEN_CHANNEL_REJECTED =(107)

107: The server rejected the request to open the channel. The server cannot process this request or the request is illegal.

◆ WARN_RECOVERY_CORE_SERVICE_FAILURE

io.agora.recording.common.Common.WARN_CODE_TYPE.WARN_RECOVERY_CORE_SERVICE_FAILURE =(108)

108: An abnormal error occurs. The SDK would resume the recording.