Skip to content

ParticipantReconnectedEvent

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



participant

Description

Getter for the participant field.

Returns

  • Participant - Represents the participant that has reconnected.

Example

func onParticipantReconnected(_ participantReconnectedEvent: ParticipantReconnectedEvent) {
    os_log("Participant %@ has reconnected.", participantReconnectedEvent.participant.endpoint.identifier())
}

Tutorials

Migration guides

Reference documentation

Clone this wiki locally