onParticipantRemoved

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

Performs any actions that could be required when the participant specified by participantName is removed from the conference.

Parameters

conference

Conference instance.

participantName

Name of the removed participant.