on Participant Added
abstract fun onParticipantAdded(conference: Conference, participant: Participant)
Content copied to clipboard
Performs any actions that could be required when a new participant is added to the conference.
Parameters
conference
Conference instance.
participant
New participant.