LiveKit JS Client SDK - v2.11.0

    Interface BaseE2EEManager

    interface BaseE2EEManager {
        on<E extends keyof E2EEManagerCallbacks>(
            event: E,
            listener: E2EEManagerCallbacks[E],
        ): this;
        setParticipantCryptorEnabled(
            enabled: boolean,
            participantIdentity: string,
        ): void;
        setSifTrailer(trailer: Uint8Array): void;
        setup(room: Room): void;
        setupEngine(engine: RTCEngine): void;
    }
    Index

    Methods

    • Parameters

      • enabled: boolean
      • participantIdentity: string

      Returns void

    MMNEPVFCICPMFPCPTTAAATR