hyphenate_SDK3.0 3.7.6.3
hyphenate java IM SDK
Public Member Functions | Public Attributes | List of all members
com.hyphenate.chat.EMCallStateChangeListener.CallState Enum Reference

Public Member Functions

 CallState (String state)
 
String toString ()
 

Public Attributes

 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")
 

Detailed Description

define the call state

Author
youni

Member Data Documentation

◆ ACCEPTED

com.hyphenate.chat.EMCallStateChangeListener.CallState.ACCEPTED =("accepted")

the receiver has accepted the call

◆ ANSWERING

com.hyphenate.chat.EMCallStateChangeListener.CallState.ANSWERING =("answering")

answering the incoming call

◆ CONNECTED

com.hyphenate.chat.EMCallStateChangeListener.CallState.CONNECTED =("connected")

the peers has gotten connected but the call was not accepted by the receiver

◆ CONNECTING

com.hyphenate.chat.EMCallStateChangeListener.CallState.CONNECTING =("connecting")

try to reach the peers

◆ DISCONNECTED

com.hyphenate.chat.EMCallStateChangeListener.CallState.DISCONNECTED =("disconnected")

two peers are disconnected

◆ IDLE

com.hyphenate.chat.EMCallStateChangeListener.CallState.IDLE =("idle")

call in the idle state

◆ RINGING

com.hyphenate.chat.EMCallStateChangeListener.CallState.RINGING =("ringing")

indicate an incoming call


The documentation for this enum was generated from the following file: