onCallCancellationFailed

abstract fun onCallCancellationFailed(callId: String?, reason: String)

Called when call cancellation fails.

Triggered when the system cannot cancel the call (e.g., already answered). Use for error logging if needed.

Parameters

callId

the call ID that failed to cancel

reason

why cancellation failed