lib-jitsi-meet
    Preparing search index...

    This module integrates KeyHandler with JitsiConference in order to enable E2E encryption.

    Index

    Constructors

    Properties

    _externallyManaged: any

    Methods

    • Marks the channel as verified

      Parameters

      • participant: any
      • isVerified: boolean

        whether the verification was succesfull.

      Returns void

    • Enables / disables End-To-End encryption.

      Parameters

      • enabled: boolean

        whether E2EE should be enabled or not.

      Returns void

    • Sets the key and index for End-to-End encryption.

      Parameters

      • keyInfo: any

      Returns void

    • Starts the verification process of the participant

      Parameters

      • participant: any

      Returns void

    • Indicates if E2EE is supported in the current platform.

      Parameters

      • config: any

        Global configuration.

      Returns boolean