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