|
hyphenate_SDK3.0
3.1.4
hyphenatejavaIMSDK
|
Public 成员函数 | |
| String | toString () |
Public 属性 | |
| IDLE =("idle") | |
| RINGING =("ringing") | |
| ANSWERING =("answering") | |
| CONNECTING =("connecting") | |
| CONNECTED =("conntected") | |
| ACCEPTED =("accepted") | |
| DISCONNNECTED =("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") | |
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 =("conntected") |
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.DISCONNNECTED =("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
1.8.9.1