import JoLPlayer from "jol-player";
import file from "../../assets/videos/sea.mp4";
const Video = ({fileIds}) => {
return (
1000 ? 450 : 250,
theme : '#4dd35b',
language : 'en',
isShowMultiple: window.innerWidth > 700,
hideMouseTime : 10000,
isShowPicture : true,
isShowScreenshot : window.innerWidth > 700,
isShowSet : window.innerWidth > 700,
isShowPauseButton : false,
quality: [{
name: "SD", url : `https://dnvn.ir/api/v1/file/${fileIds}`,
}]
}}
/>
);
};
export default Video;