Event.participantLeft constructor

const Event.participantLeft(
  1. {required Participant participant}
)

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

Implementation

const factory Event.participantLeft({required Participant participant}) = ParticipantLeftEvent;