searchMissedCallPendingIntent

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

Deprecated

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

Replace with

searchMissedCallPendingIntent(callId, notificationId, payload)

Search for an activity that can receive missed calls from Stream Server.

Parameters

callId

The call id from the incoming call.

notificationId

the notification ID.