lib-jitsi-meet
    Preparing search index...

    Helper class for handling room metadata.

    Index

    Constructors

    Properties

    _metadata: any
    room: any

    Methods

    • Handles a message with metadata updates.

      Parameters

      • payload: any

        Arbitrary data.

      Returns void

    • Helper to send a breakout rooms message to the component.

      Parameters

      • message: any

        Command that needs to be sent.

      Returns void

    • Gets the address of the Breakout Rooms XMPP component.

      Returns any

      The address of the component.

    • Sets metadata for the given key.

      Parameters

      • key: any

        key under which the metadata will be stored.

      • data: any

        data to be stored.

      Returns void