onParticipantHeld

abstract fun onParticipantHeld(conference: Conference, participantId: String)

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

Parameters

conference

Conference instance.

participantId

Id of the participant that held the conference.