Function getHttpUriForMxc

  • Get the HTTP URL for an MXC URI.

    Parameters

    • baseUrl: string

      The base homeserver url which has a content repo.

    • Optional mxc: string

      The mxc:// URI.

    • Optional width: number

      The desired width of the thumbnail.

    • Optional height: number

      The desired height of the thumbnail.

    • Optional resizeMethod: string

      The thumbnail resize method to use, either "crop" or "scale".

    • allowDirectLinks: boolean = false

      If true, return any non-mxc URLs directly. Fetching such URLs will leak information about the user to anyone they share a room with. If false, will return the emptry string for such URLs.

    • Optional allowRedirects: boolean

      If true, the caller supports the URL being 307 or 308 redirected to another resource upon request. If false, redirects are not expected.

    Returns string

    The complete URL to the content.

Generated using TypeDoc