on Participant Held
abstract fun onParticipantHeld(conference: Conference, participantName: String)
Content copied to clipboard
Performs any actions that could be required when the participant specified by participantName held the conference.
Parameters
conference
Conference instance.
participant Name
Name of the participant that held the conference.