searchAcceptCallPendingIntent
fun searchAcceptCallPendingIntent(callId: StreamCallId, notificationId: Int = NotificationHandler.INCOMING_CALL_NOTIFICATION_ID): PendingIntent?
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.