ISessionsToDisplay

interface ISessionsToDisplay

Types

ISessionsToDisplayChangeListener
Link copied to clipboard
interface ISessionsToDisplayChangeListener

Functions

getAudioSessionByCallReference
Link copied to clipboard
abstract fun getAudioSessionByCallReference(callReference: String): ISession
Get the session associated with the given callReference
getAudioSessionsCount
Link copied to clipboard
abstract fun getAudioSessionsCount(): Int
Get the number of sessions to display
getFirstAudioSessionByState
Link copied to clipboard
abstract fun getFirstAudioSessionByState(state: MediaState): ISession
Get the first session matching the given state
getSessionsToDisplay
Link copied to clipboard
abstract fun getSessionsToDisplay(): Array<ISession>
Get an array containing all PBX call that needs to be displayed
registerChangeListener
Link copied to clipboard
abstract fun registerChangeListener(changeListener: ISessionsToDisplay.ISessionsToDisplayChangeListener)
Register a listener on the sessions to display
unregisterChangeListener
Link copied to clipboard
abstract fun unregisterChangeListener(changeListener: ISessionsToDisplay.ISessionsToDisplayChangeListener)
Unregister the listener on the sessions to display