getMissedCallNotification
open fun getMissedCallNotification(callId: StreamCallId, callDisplayName: String? = null): Notification?
Deprecated
Use the one with payload: Map<String, Any?>
Replace with
getMissedCallNotification(callId,callDisplayName,emptyMap())
Content copied to clipboard
Customize the notification when you receive a push notification for Missed Call
Return
A Notification object customized for the missed call.
Parameters
callId
An instance of StreamCallId representing the call identifier
callDisplayName
The name of the caller to display in the notification