searchAcceptCallPendingIntent
open fun searchAcceptCallPendingIntent(callId: StreamCallId, notificationId: Int = NotificationHandler.INCOMING_CALL_NOTIFICATION_ID): PendingIntent?
Deprecated
Use the one with payload: Map<String, Any?>
Replace with
searchAcceptCallPendingIntent(callId, notificationId, payload)
Content copied to clipboard
Search for an activity that can accept call from Stream Server.
Return
The PendingIntent which can trigger a component to consume accept call events.
Parameters
callId
The call id from the incoming call.
notificationId
the notification ID.