Package com.sinch.android.rtc.calling
Interface CallControllerListener
-
- All Implemented Interfaces:
public interface CallControllerListenerListener handling changes connected with calling functionality of the Sinch SDK eg. being notified about new incoming call.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonIncomingCall(CallController callController, Call call)Tells the listener that an incoming call has been received. -
-
Method Detail
-
onIncomingCall
abstract Unit onIncomingCall(CallController callController, Call call)
Tells the listener that an incoming call has been received. This method will be called after push payload is relayed with SinchClient.relayRemotePushNotification.
- Parameters:
callController- The Call Controller informing the listener that an incoming call was received.call- The incoming call.
-
-
-
-