Event.participantJoined constructor
- {required Participant participant}
Emitted when a participant has joined the CallClient's current call.
Implementation
const factory Event.participantJoined({required Participant participant}) = ParticipantJoinedEvent;