Skip to content

ParticipantUndeafEvent

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 been undeafened.

Example

func onParticipantUndeaf(_ participantUndeafEvent: ParticipantUndeafEvent) {
    os_log("Participant %@ has been undeafened.", participantUndeafEvent.participant.endpoint.identifier())
}

Tutorials

Migration guides

Reference documentation

Clone this wiki locally