Skip to content

ParticipantDisconnectedEvent

Eldar Babić edited this page Feb 10, 2025 · 1 revision



participant

Description

Getter for the participant field.

Returns

  • Participant - Represents the participant that has disconnected.

Example

func onParticipantDisconnected(_ participantDisconnectedEvent: ParticipantDisconnectedEvent) {
    os_log("Participant %@ has disconnected.", participantDisconnectedEvent.participant.endpoint.identifier())
}

Tutorials

Migration guides

Reference documentation

Clone this wiki locally