Function getRequiredBootstrapURLs

  • Returns a list of URLs for resources which will be fetched during bootstrapCameraKit.

    When CameraKit is used on a website, these URLs much be reachable in order for CameraKit to be successfully bootstrapped.

    Parameters

    • Optional endpointOverride: string

      Optional endpoint override to load the assets from.

    Returns Promise<string[]>

    An array of asset URLs.

Generated using TypeDoc