lib-jitsi-meet
    Preparing search index...

    This module integrates E2EEContext with {external} in order to set the keys for encryption.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _enabling: Deferred<any>
    _firstEnable: boolean
    conference: JitsiConference
    e2eeCtx: E2EEcontext
    enabled: boolean

    Methods

    • Returns the number of listeners for the specified event.

      Parameters

      • OptionaleventName: string

        The name of the event.

      Returns number

      • The number of listeners for the event.
    • Attaches a handler for events (e.g., "participant joined") in the conference. All possible events are defined in JitsiConferenceEvents.

      Parameters

      • eventId: string

        The event ID.

      • handler: EventListener

        Handler for the event.

      Returns void