-
Notifications
You must be signed in to change notification settings - Fork 3
ParticipantLeftEvent
Ajša Terko edited this page Sep 22, 2023
·
2 revisions
Getter for the participant
field.
-
Participant
- Represents the participant that left the conference.
func onParticipantLeft(_ participantLeftEvent: ParticipantLeftEvent) {
os_log("Participant %@ has left the conference.", participantLeftEvent.participant.endpoint.identifier())
}