searchIncomingCallPendingIntent    
  open fun searchIncomingCallPendingIntent(callId: StreamCallId, notificationId: Int = callId.getNotificationId(NotificationType.Incoming)): PendingIntent?
Deprecated
Use the one with payload: Map<String, Any?>
Replace with
searchIncomingCallPendingIntent(callId, notificationId, payload)Content copied to clipboard
Search for an activity that can receive incoming calls from Stream Server.
Parameters
callId 
The call id from the incoming call.
notificationId 
the notification ID.