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