onConferenceStateReceived

abstract fun onConferenceStateReceived(conference: Conference, state: JanusConference.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.

Parameters

conference

Conference instance.

state

Conference state.