getSettingUpCallNotification

open override fun getSettingUpCallNotification(trigger: String, callId: StreamCallId): Notification?


Deprecated

Use StreamSettingUpCallNotificationProvider.getSettingUpCallNotification(trigger,callId)

Replace with

StreamSettingUpCallNotificationProvider.getSettingUpCallNotification(trigger,callId)

Temporary notification. Sometimes the system needs to show a notification while the call is not ready. This is the notification that will be shown.

Return

A Notification object.