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