Member Junction
    Preparing search index...

    End-to-end-encryption options. The host supplies the worker (bundler-specific) + a shared passphrase.

    interface LiveKitE2EEOptions {
        Passphrase: string;
        Worker: Worker;
    }
    Index

    Properties

    Properties

    Passphrase: string

    The shared passphrase all participants derive the room key from.

    Worker: Worker

    The E2EE web worker (e.g. new Worker(new URL('livekit-client/e2ee-worker', import.meta.url))).