notify

abstract fun notify(streamCallId: StreamCallId, id: Int, notification: Notification)

Parameters

streamCallId

The unique identifier of the call this notification belongs to.

id

The notification ID used by the system to post or update the notification.

notification

The Notification instance to be displayed.