Agora Java API Reference for Android
|
Static Public Attributes | |
static final int | WARN_PENDING = Constants.WARN_PENDING |
static final int | WARN_INIT_VIDEO = Constants.WARN_INIT_VIDEO |
static final int | WARN_INVALID_VIEW = Constants.WARN_INVALID_VIEW |
static final int | WARN_NO_AVAILABLE_CHANNEL = Constants.WARN_NO_AVAILABLE_CHANNEL |
static final int | WARN_LOOKUP_CHANNEL_TIMEOUT = Constants.WARN_LOOKUP_CHANNEL_TIMEOUT |
static final int | WARN_LOOKUP_CHANNEL_REJECTED = Constants.WARN_LOOKUP_CHANNEL_REJECTED |
static final int | WARN_OPEN_CHANNEL_TIMEOUT = Constants.WARN_OPEN_CHANNEL_TIMEOUT |
static final int | WARN_OPEN_CHANNEL_REJECTED = Constants.WARN_OPEN_CHANNEL_REJECTED |
static final int | WARN_OPEN_CHANNEL_INVALID_TICKET = Constants.WARN_OPEN_CHANNEL_INVALID_TICKET |
static final int | WARN_OPEN_CHANNEL_TRY_NEXT_VOS = Constants.WARN_OPEN_CHANNEL_TRY_NEXT_VOS |
static final int | WARN_AUDIO_MIXING_OPEN_ERROR = Constants.WARN_AUDIO_MIXING_OPEN_ERROR |
static final int | WARN_ADM_RUNTIME_PLAYOUT_WARNING = Constants.WARN_ADM_RUNTIME_PLAYOUT_WARNING |
static final int | WARN_ADM_RUNTIME_RECORDING_WARNING = Constants.WARN_ADM_RUNTIME_RECORDING_WARNING |
static final int | WARN_ADM_RECORD_AUDIO_SILENCE = Constants.WARN_ADM_RECORD_AUDIO_SILENCE |
static final int | WARN_ADM_CALL_INTERRUPTION = Constants.WARN_ADM_CALL_INTERRUPTION |
static final int | WARN_ADM_RECORD_IS_OCCUPIED = Constants.WARN_ADM_RECORD_IS_OCCUPIED |
static final int | WARN_APM_HOWLING = Constants.WARN_APM_HOWLING |
Warning codes.
|
static |
20: The request is pending, usually due to some module not being ready, and the SDK postponed processing the request.
|
static |
16: Fails to initialize the video function, possibly caused by lack of resources. The users cannot see the video while the voice communication is not affected.
|
static |
8: The specified view is invalid. You need to specify a view when using the video function.
|
static |
103: No channel resources are available. Maybe because the server cannot allocate any channel resource.
|
static |
104: A timeout occurs when looking up the channel. When joining a channel, the SDK looks up the specified channel. The warning usually occurs when the network condition is too poor for the SDK to connect to the server.
|
static |
105: The server rejects the request to look up the channel. The server cannot process this request or the request is illegal.
|
static |
106: A timeout occurs when opening the channel. Once the specific channel is found, the SDK opens the channel. The warning usually occurs when the network condition is too poor for the SDK to connect to the server.
|
static |
107: The server rejects the request to open the channel. The server cannot process this request or the request is illegal.
|
static |
121: The ticket to open the channel is invalid.
|
static |
122: Try another server.
|
static |
701: An error occurs in opening the audio mixing file.
|
static |
1014: Audio Device Module: A warning occurs in the playback device.
|
static |
1016: Audio Device Module: A warning occurs in the recording device.
|
static |
1019: Audio Device Module: No valid audio data is collected.
|
static |
1025: The audio playback or recording is interrupted by system events, such as a phone call.
|
static |
1033: Audio Device Module: The recording device is busy.
|
static |
1051: Audio Device Module: Howling is detected.