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

    Type Alias ParticipantKeyHandlerCallbacks

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

    Properties

    Properties

    keyRatcheted: (
        ratchetResult: RatchetResult,
        participantIdentity: string,
        keyIndex?: number,
    ) => void