hyphenate_SDK3.0
3.0.1
hyphenatejavaIMSDK
|
Public 成员函数 | |
String | toString () |
Public 属性 | |
ERROR_NONE =("error_none") | |
ERROR_TRANSPORT =("error_transport") | |
ERROR_INAVAILABLE =("error_inavailable") | |
REJECTED =("rejected") | |
ERROR_NORESPONSE =("error_noresponse") | |
ERROR_BUSY =("busy") | |
ERROR_NO_DATA =("error_no_data") | |
ERROR_LOCAL_VERSION_SMALLER =("error_local_version_smaller") | |
ERROR_PEER_VERSION_SMALLER =("error_peer_version_smaller") | |
define call error in most of cases, the error was set in disconnected state
com.hyphenate.chat.EMCallStateChangeListener.CallError.ERROR_BUSY =("busy") |
indicate the remote peer is busy
com.hyphenate.chat.EMCallStateChangeListener.CallError.ERROR_INAVAILABLE =("error_inavailable") |
indicate the peer is not available at the moment
com.hyphenate.chat.EMCallStateChangeListener.CallError.ERROR_NO_DATA =("error_no_data") |
indicate no call data
com.hyphenate.chat.EMCallStateChangeListener.CallError.ERROR_NONE =("error_none") |
indicate there is no error happened
com.hyphenate.chat.EMCallStateChangeListener.CallError.ERROR_NORESPONSE =("error_noresponse") |
indicate the error of no response from the peer for sometime
com.hyphenate.chat.EMCallStateChangeListener.CallError.ERROR_TRANSPORT =("error_transport") |
indicate setting up connection to the peers is failed
com.hyphenate.chat.EMCallStateChangeListener.CallError.REJECTED =("rejected") |
indicate the peer has rejected this call