Skip to content

v1.3.1

Latest
Compare
Choose a tag to compare
@CAT6e CAT6e released this 29 Mar 06:57
· 26 commits to main since this release

This first minor update for v1.3 lets your uploading experience go even smoother.

  • serviceEndpoint is now an optional field. You can now just enter serviceName and the SDK will decide the serviceEndpoint for you, unless you want to custom it manually.
  • addVideoJobs method can now get a prop with VideoFileObject[] type. You can pass the prop with this type if you want to specify more details for your video. VideoFileObject is an object containing the following fields:
    • file Your video file.
    • videoMetadata An object containing any pair of string value, with no required fields. Example object fields are:
      • title A title of your video.
      • tags Tags of your video.
  • We also updated our React example and fixed a small bug.