onMissingCallsEntry

abstract fun onMissingCallsEntry(conferenceLog: ConferenceLog, missingCalls: List<MissedCall>)

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

Parameters

conferenceLog

Conference log service.

missingCalls

Received missing calls.