Package com.sinch.android.rtc.calling
Interface CallClientListener
-
public interface CallClientListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onIncomingCall(CallClient callClient, Call call)
Tells the listener that an incoming call has been received.
-
-
-
Method Detail
-
onIncomingCall
void onIncomingCall(CallClient callClient, Call call)
Tells the listener that an incoming call has been received.- Parameters:
callClient
- The callClient informing the listener that an incoming call was received. The listener of the incoming call object should be set by the implementation of this method.call
- The incoming call.
-
-