lib-jitsi-meet
    Preparing search index...

    The FileSharing logic.

    Index

    Constructors

    Methods

    • Handles a message for file sharing.

      Parameters

      • payload: any

        Arbitrary data.

      Returns void

    • Helper to send a file sharing message to the component.

      Parameters

      • message: object

        Command that needs to be sent.

      • Optionalcontent: object

        The content to add to the element created if any.

      Returns void

    • Adds a file to the file sharing component after the file has been uploaded.

      Parameters

      • metadata: IFileMetadata

        The metadata of the file to be added.

      Returns void

    • Returns the file sharing identity type (service name).

      Returns string

      the file sharing service name.

    • Whether AV moderation is supported on backend.

      Returns boolean

      whether AV moderation is supported on backend.

    • Removes a file from the file sharing component after the file was deleted.

      Parameters

      • fileId: string

        The file ID of the file to be removed.

      Returns void