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

    Type Alias KeyProviderCallbacks

    type KeyProviderCallbacks = {
        keyRatcheted: (
            ratchetedResult: RatchetResult,
            participantIdentity?: string,
            keyIndex?: number,
        ) => void;
        ratchetRequest: (participantIdentity?: string, keyIndex?: number) => void;
        setKey: (keyInfo: KeyInfo) => void;
    }
    Index

    Properties

    keyRatcheted: (
        ratchetedResult: RatchetResult,
        participantIdentity?: string,
        keyIndex?: number,
    ) => void
    ratchetRequest: (participantIdentity?: string, keyIndex?: number) => void
    setKey: (keyInfo: KeyInfo) => void