sippo-sdk / com.quobis.sippo.sipposdk.conferencelog.listener / ConferenceLogListener

ConferenceLogListener

interface 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

onNewConferenceEntry

abstract fun onNewConferenceEntry(conferenceLog: ConferenceLog, conferenceEntry: ConferenceEntry): Unit

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