Closed YomesInc closed 3 years ago
<Video> now supports the sources property:
<Video>
sources
<Video cloudName='demo' publicId='dog' sources={[ { type: 'mp4', codecs: ['vp8', 'vorbis'], transformations: { videoCodec: 'auto' } }, { type: 'webm', codecs: ['avc1.4D401E', 'mp4a.40.2'], transformations: { videoCodec: 'auto' } } ]} />
@maoznir Please note the build is failing, it looks like react is not a dependency of this project (it should probably be a devDependency).
react
Brief Summary of Changes
<Video>
now supports thesources
property:What does this PR address?
Are tests included?
Checklist: