sippo-sdk / com.quobis.sippo.sipposdk.conference.listener / ConferenceListener / onConferenceStateReceived

onConferenceStateReceived

abstract fun onConferenceStateReceived(conference: Conference, state: State): Unit

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.