public interface EMCallStateChangeListener
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
EMCallStateChangeListener.CallError
define call error
in most of cases, the error was set in disconnected state
|
static class |
EMCallStateChangeListener.CallState
define the call state
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onCallStateChanged(EMCallStateChangeListener.CallState callState,
EMCallStateChangeListener.CallError error)
the client must add the call listener in the EMChatManager to get the call state in order to update UI
|
void onCallStateChanged(EMCallStateChangeListener.CallState callState, EMCallStateChangeListener.CallError error)
callState - error - Copyright © 2014 EaseMob.com. All Rights Reserved.