Skip to content

ParticipantStoppedTalkingEvent

Ajša Terko edited this page Sep 22, 2023 · 2 revisions



participant

Description

Getter for the participant field.

Returns

  • Participant - Represents the participant that stopped talking.

Example

func onParticipantStoppedTalking(_ participantStoppedTalkingEvent: ParticipantStoppedTalkingEvent) {
    os_log("Participant %@ has stopped talking.", participantStoppedTalkingEvent.participant.endpoint.identifier())
}

Tutorials

Migration guides

Reference documentation

Clone this wiki locally