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