onParticipantUnheld

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

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

Parameters

conference

Conference instance.

participantName

Name of the participant that unheld the conference.