Member Junction
    Preparing search index...

    Fired when the active-speaker set changes.

    interface LiveKitActiveSpeakersEvent {
        Identities: string[];
        Speakers: LiveKitParticipantView[];
    }
    Index

    Properties

    Properties

    Identities: string[]

    Identities currently flagged as active speakers, most-recent first.

    The active-speaker participant views.