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