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