hyphenate_SDK3.0  3.6.1
hyphenatejavaIMSDK
Public 成员函数 | Public 属性 | 所有成员列表
com.hyphenate.chat.EMCallStateChangeListener.CallError 枚举类型参考

Public 成员函数

 CallError (String error)
 
String toString ()
 

Public 属性

 ERROR_NONE =("error_none")
 
 ERROR_TRANSPORT =("error_transport")
 
 ERROR_UNAVAILABLE =("error_unavailable")
 
 REJECTED =("rejected")
 
 ERROR_NORESPONSE =("error_noresponse")
 
 ERROR_BUSY =("busy")
 
 ERROR_NO_DATA =("error_no_data")
 
 ERROR_LOCAL_SDK_VERSION_OUTDATED =("error_local_sdk_version_outdated")
 
 ERROR_REMOTE_SDK_VERSION_OUTDATED =("error_remote_sdk_version_outdated")
 
 ERROR_SERVICE_NOT_ENABLE =("error_service_not_enable")
 
 ERROR_SERVICE_ARREARAGES =("error_service_arrearages")
 
 ERROR_SERVICE_FORBIDDEN =("error_service_forbidden")
 

详细描述

define call error in most of cases, the error was set in disconnected state

作者
youni

类成员变量说明

◆ ERROR_BUSY

com.hyphenate.chat.EMCallStateChangeListener.CallError.ERROR_BUSY =("busy")

indicate the remote peer is busy

◆ ERROR_NO_DATA

com.hyphenate.chat.EMCallStateChangeListener.CallError.ERROR_NO_DATA =("error_no_data")

indicate no call data

◆ ERROR_NONE

com.hyphenate.chat.EMCallStateChangeListener.CallError.ERROR_NONE =("error_none")

indicate there is no error happened

◆ ERROR_NORESPONSE

com.hyphenate.chat.EMCallStateChangeListener.CallError.ERROR_NORESPONSE =("error_noresponse")

indicate the error of no response from the peer for sometime

◆ ERROR_TRANSPORT

com.hyphenate.chat.EMCallStateChangeListener.CallError.ERROR_TRANSPORT =("error_transport")

indicate setting up connection to the peers is failed

◆ ERROR_UNAVAILABLE

com.hyphenate.chat.EMCallStateChangeListener.CallError.ERROR_UNAVAILABLE =("error_unavailable")

indicate the peer is not available at the moment

◆ REJECTED

com.hyphenate.chat.EMCallStateChangeListener.CallError.REJECTED =("rejected")

indicate the peer has rejected this call


枚举说明文档从下列文件生成: