hyphenate_SDK3.0
3.7.4
hyphenatejavaIMSDK
|
Public 成员函数 | |
CallState (String state) | |
String | toString () |
Public 属性 | |
IDLE =("idle") | |
RINGING =("ringing") | |
ANSWERING =("answering") | |
CONNECTING =("connecting") | |
CONNECTED =("connected") | |
ACCEPTED =("accepted") | |
DISCONNECTED =("disconnected") | |
VOICE_PAUSE =("voice_pause") | |
VOICE_RESUME =("voice_resume") | |
VIDEO_PAUSE =("video_pause") | |
VIDEO_RESUME =("video_resume") | |
NETWORK_UNSTABLE =("network_unstable") | |
NETWORK_NORMAL =("network_normal") | |
NETWORK_DISCONNECTED =("network_disconnected") | |
define the call state
com.hyphenate.chat.EMCallStateChangeListener.CallState.ACCEPTED =("accepted") |
the receiver has accepted the call
com.hyphenate.chat.EMCallStateChangeListener.CallState.ANSWERING =("answering") |
answering the incoming call
com.hyphenate.chat.EMCallStateChangeListener.CallState.CONNECTED =("connected") |
the peers has gotten connected but the call was not accepted by the receiver
com.hyphenate.chat.EMCallStateChangeListener.CallState.CONNECTING =("connecting") |
try to reach the peers
com.hyphenate.chat.EMCallStateChangeListener.CallState.DISCONNECTED =("disconnected") |
two peers are disconnected
com.hyphenate.chat.EMCallStateChangeListener.CallState.IDLE =("idle") |
call in the idle state
com.hyphenate.chat.EMCallStateChangeListener.CallState.RINGING =("ringing") |
indicate an incoming call