Uses of Interface
com.sinch.android.rtc.calling.CallClientListener
-
Packages that use CallClientListener Package Description com.sinch.android.rtc.calling -
-
Uses of CallClientListener in com.sinch.android.rtc.calling
Methods in com.sinch.android.rtc.calling with parameters of type CallClientListener Modifier and Type Method Description void
CallClient. addCallClientListener(CallClientListener callClientListener)
TheCallClientListener
object will be notified of new incoming calls.void
CallClient. removeCallClientListener(CallClientListener callClientListener)
Remove listener for incoming call events.
-