@vpalmisano/webrtcperf-js
    Preparing search index...

    Function saveMediaToStorage

    • It saves the file to the browser's storage and returns the storage:// URL of the saved file.

      Parameters

      • Optionalfile: File

        The file to save to storage. If not provided, it will open a file picker to select a file.

      Returns Promise<undefined | string>

      The storage:// URL of the saved file.