getOngoingCallNotification

abstract fun getOngoingCallNotification(    callId: StreamCallId,     callDisplayName: String? = null,     isOutgoingCall: Boolean = false,     remoteParticipantCount: Int = 0): Notification?

Customize the notification when you receive a push notification for ringing call with type RingingState.Outgoing and RingingState.Active

Return

A Notification object customized for the ongoing call.

Parameters

callId

An instance of StreamCallId representing the call identifier

callDisplayName

The name of the caller to display in the notification

isOutgoingCall

True if the call is outgoing RingingState.Outgoing, false if it is an active call RingingState.Active.

remoteParticipantCount

Count of remote participant