onParticipantRemoved

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

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

Parameters

conference

Conference instance.

participantId

Id of the removed participant.