showLiveCallNotification

open fun showLiveCallNotification(liveCallPendingIntent: PendingIntent, callDisplayName: String, notificationId: Int, payload: Map<String, Any?>)


open fun showLiveCallNotification(liveCallPendingIntent: PendingIntent, callDisplayName: String, notificationId: Int)

Deprecated

Use the one with payload: Map<String, Any?>

Replace with

Use the one with payload: Map<String, Any?>