ConferenceLogListener

A listener to receive new conference entry events.

This interface includes the callback needed to listen to new conference entry events and to perform the appropriate actions when one of these events are received.

Functions

Link copied to clipboard
abstract fun onMissingCallsEntry(conferenceLog: ConferenceLog, missingCalls: List<MissedCall>)

Performs any actions that could be required when a new MissedCall is received.

Link copied to clipboard
abstract fun onNewConferenceEntry(conferenceLog: ConferenceLog, conferenceEntry: ConferenceEntry)

Performs any actions that could be required when a new conferenceEntry is received.