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

    Type Alias KeyInfo

    type KeyInfo = {
        key: CryptoKey;
        keyIndex?: number;
        participantIdentity?: string;
    }
    Index

    Properties

    key: CryptoKey
    keyIndex?: number
    participantIdentity?: string