ConferenceStatusListener

interface ConferenceStatusListener

A listener to receive conference service status events..

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

Functions

Link copied to clipboard
abstract fun onConferenceServiceAvailable(conferences: Conferences)

Performs any actions when the conferences service becomes available.

Link copied to clipboard
abstract fun onConferenceServiceUnavailable(conferences: Conferences)

Performs any actions when the conferences service becomes unavailable.