getRingingCallNotification
abstract fun getRingingCallNotification( ringingState: RingingState, callId: StreamCallId, callDisplayName: String? = null, shouldHaveContentIntent: Boolean = true): Notification?
Customize the notification when you receive a push notification for ringing call
Return
A Notification object customized for the ongoing call.
Parameters
ringingState
The current state of ringing call, represented by RingingState
callId
An instance of StreamCallId representing the call identifier
callDisplayName
The name of the caller to display in the notification
shouldHaveContentIntent
If set to true then it will launch a screen when the user will click on the notification