Uses of Class
com.sinch.android.rtc.calling.CallState
-
Packages that use CallState Package Description com.sinch.android.rtc.calling -
-
Uses of CallState in com.sinch.android.rtc.calling
Methods in com.sinch.android.rtc.calling that return CallState Modifier and Type Method Description CallState
Call. getState()
Returns theCallState
the call is currently in.static CallState
CallState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CallState[]
CallState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-