Skip to content

ParticipantJoiningEvent

Ajša Terko edited this page Sep 22, 2023 · 2 revisions



participant

Description

Getter for the participant field.

Returns

  • Participant - Represents the participant that is trying to join the conference.

Example

func onParticipantJoining(_ participantJoiningEvent: ParticipantJoiningEvent) {
    os_log("Participant %@ is joining the conference.", participantJoiningEvent.participant.endpoint.identifier())
}

Tutorials

Migration guides

Reference documentation

Clone this wiki locally