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

onParticipantHeld

abstract fun onParticipantHeld(conference: Conference, participantName: String): Unit

Performs any actions that could be required when the participant specified by participantName held the conference.

Parameters

conference - Conference instance.

participantName - Name of the participant that held the conference.