Skip to content

ParticipantLeftEvent

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



participant

Description

Getter for the participant field.

Returns

  • Participant - Represents the participant that left the conference.

Example

func onParticipantLeft(_ participantLeftEvent: ParticipantLeftEvent) {
    os_log("Participant %@ has left the conference.", participantLeftEvent.participant.endpoint.identifier())
}

Tutorials

Migration guides

Reference documentation

Clone this wiki locally