Member Junction
    Preparing search index...

    Fired when a participant leaves the room.

    interface LiveKitParticipantLeftEvent {
        Identity: string;
        Participant?: LiveKitParticipantView;
    }
    Index

    Properties

    Identity: string

    The identity of the participant that left.

    The participant's last-known view, when available.