added api for assign media task

This commit was merged in pull request #679.
This commit is contained in:
victorAnumudu
2024-03-27 13:38:17 +01:00
parent 3d7ad25517
commit 66bd8cf6ec
3 changed files with 37 additions and 24 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export default function VideoElement({videoId}) {
},[videoId])
return (
<video ref={videoRef} className='w-full h-full' controls autoPlay>
<video ref={videoRef} className='w-full h-full' controls>
<source src={`https://dev-media.wrenchboard.com/videos/${videoId}`} type='video/mp4'></source>
Your browser does not support the video tag.
</video>