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 onConferenceStateReceived(conferences: Conferences, state: QssClient.State)

Performs any actions that could be required depending on the conference state. Is is invoked with the current conference state when the listener is added and also whenever the conference state changes after that.