lib-jitsi-meet
    Preparing search index...

    Discovers component versions in a conference.

    Index

    Constructors

    • Creates new instance of ComponentsVersions which will be discovering the versions of conferencing system components in given JitsiConference.

      Parameters

      • conference: any

        JitsiConference instance which will be used to listen for focus presence updates.

      Returns ComponentsVersions

    Properties

    conference: JitsiConference
    versions: { [key: string]: string }

    Methods

    • Processes versions information from presence.

      Parameters

      • versions: any

        The versions element.

      • _: any
      • mucJid: any

        MUC JID for the sender.

      Returns void

    • Obtains the version of conferencing system component.

      Parameters

      • componentName: any

        the name of the component for which we want to obtain the version.

      Returns string

      which describes the version of the component identified by given componentName or undefined if not found.