onParticipantUnheld

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

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

Parameters

conference

Conference instance.

participantId

Id of the participant that unheld the conference.