LiveKit JS Client SDK - v2.11.0

    Type Alias KeyProviderCallbacks

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

    Properties

    keyRatcheted: (material: CryptoKey, keyIndex?: number) => void
    ratchetRequest: (participantIdentity?: string, keyIndex?: number) => void
    setKey: (keyInfo: KeyInfo) => void
    MMNEPVFCICPMFPCPTTAAATR