Conferences Listener
A listener to receive new conference events.
This interface includes the callback needed to listen to incoming conference events and to perform the appropriate actions when one of these events are received.
Functions
Link copied to clipboard
abstract fun onNewAttendedTransfer(conferences: Conferences, conference: Conference)
Content copied to clipboard
Performs any actions that could be required when a new attended conference is received.
Link copied to clipboard
abstract fun onNewConference(conferences: Conferences, conference: Conference)
Content copied to clipboard
Performs any actions that could be required when a new conference is received. It is invoked taking into account whether the user has enabled the Do-not-disturb option or not.