This first minor update for v1.3 lets your uploading experience go even smoother.
serviceEndpoint
is now an optional field. You can now just enterserviceName
and the SDK will decide the serviceEndpoint for you, unless you want to custom it manually.addVideoJobs
method 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.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.