LiveKit JS Client SDK - v2.11.1

    Type Alias ParticipantKeyHandlerCallbacks

    type ParticipantKeyHandlerCallbacks = {
        keyRatcheted: (
            material: CryptoKey,
            participantIdentity: string,
            keyIndex?: number,
        ) => void;
    }
    Index

    Properties

    Properties

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