Event.participantJoined constructor

const Event.participantJoined({
  1. required Participant participant,
})

Emitted when a participant has joined the CallClient's current call.

Implementation

const factory Event.participantJoined({required Participant participant}) = ParticipantJoinedEvent;