searchOngoingCallPendingIntent

open fun searchOngoingCallPendingIntent(callId: StreamCallId, notificationId: Int): PendingIntent?

Deprecated

Use the one with payload: Map<String, Any?>

Replace with

searchOngoingCallPendingIntent(callId, notificationId, payload)

Searches an activity that will accept the ACTION_ONGOING_CALL intent and jump right back into the call.

Parameters

callId

the call id

notificationId

the notification ID.