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