LiveKit JS Client SDK - v2.18.2
    Preparing search index...

    Type Alias KeyProviderOptions

    type KeyProviderOptions = {
        failureTolerance: number;
        keyringSize: number;
        keySize: 128 | 256;
        ratchetSalt: string;
        ratchetWindowSize: number;
        sharedKey: boolean;
    }
    Index

    Properties

    failureTolerance: number
    keyringSize: number
    keySize: 128 | 256

    Size of the encryption key in bits. Defaults to 128. Note that 128 is currently the only value supported by non-web SDKs.

    ratchetSalt: string
    ratchetWindowSize: number
    sharedKey: boolean