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