shouldAcceptNewCall

abstract fun shouldAcceptNewCall(activeCall: Call, intent: Intent): Boolean

Called when a new call comes in while there's an ongoing call

Return

true to accept the new call, false to ignore it

Parameters

activeCall

The current ongoing call

intent

New Intent which has new call information