Skip to content

ParticipantJoinedEvent

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



participant

Description

Getter for the participant field.

Returns

  • Participant - Represents the participant that has joined the conference

Example

func onParticipantJoined(_ participantJoinedEvent: ParticipantJoinedEvent) {
    os_log("Participant %@ has joined the conference.", participantJoinedEvent.participant.endpoint.identifier())
}

Tutorials

Migration guides

Reference documentation

Clone this wiki locally