Uses of Interface
com.sinch.android.rtc.calling.CallClient
-
Packages that use CallClient Package Description com.sinch.android.rtc com.sinch.android.rtc.calling -
-
Uses of CallClient in com.sinch.android.rtc
Methods in com.sinch.android.rtc that return CallClient Modifier and Type Method Description CallClient
SinchClient. getCallClient()
Returns theCallClient
object for placing and receiving calls. -
Uses of CallClient in com.sinch.android.rtc.calling
Methods in com.sinch.android.rtc.calling with parameters of type CallClient Modifier and Type Method Description void
CallClientListener. onIncomingCall(CallClient callClient, Call call)
Tells the listener that an incoming call has been received.
-