onParticipantAdded

abstract fun onParticipantAdded(conference: Conference, participant: Participant)

Performs any actions that could be required when a new participant is added to the conference.

Parameters

conference

Conference instance.

participant

New participant.