onIncomingCall

abstract fun 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. The implementation of this method should typically add a CallListener for given call to be notified about it's state changes.

call

The incoming call.

See also