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

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

作者
youni

类成员变量说明

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


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