searchOutgoingCallPendingIntent    
  open fun searchOutgoingCallPendingIntent(callId: StreamCallId, notificationId: Int = callId.getNotificationId(NotificationType.Outgoing)): PendingIntent?
Deprecated
Use the one with payload: Map<String, Any?>
Replace with
searchOutgoingCallPendingIntent(callId, notificationId, payload)Content copied to clipboard
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.