onCallNotificationUpdate

open suspend override fun onCallNotificationUpdate(call: Call): Notification?

Get subsequent updates to notifications. Initially, notifications are posted by one of the other methods, and then this method can be used to re-post them with updated content.

Return

A Notification object customized for the ongoing call.

Parameters

call

The Stream call object.