searchOutgoingCallPendingIntent

open fun searchOutgoingCallPendingIntent(callId: StreamCallId, notificationId: Int = NotificationHandler.INCOMING_CALL_NOTIFICATION_ID): PendingIntent?

Deprecated

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

Replace with

searchOutgoingCallPendingIntent(callId, notificationId, payload)

Search for an activity that is used for outgoing calls. Calls are considered outgoing until the call is accepted.

Parameters

callId

the call id

notificationId

the notification ID.