This first minor update for v1.3 lets your uploading experience go even smoother.
serviceEndpointis now an optional field. You can now just enterserviceNameand the SDK will decide the serviceEndpoint for you, unless you want to custom it manually.addVideoJobsmethod can now get a prop withVideoFileObject[]type. You can pass the prop with this type if you want to specify more details for your video.VideoFileObjectis an object containing the following fields:fileYour video file.videoMetadataAn object containing any pair of string value, with no required fields. Example object fields are:titleA title of your video.tagsTags of your video.
- We also updated our React example and fixed a small bug.