@@ -5,7 +5,7 @@ import videoAds from "../../assets/video/amberads.mp4";
const VideoAds = ({ video_url, height, width }) => {
const videoRef = useRef(null);
- const [isMuted, setIsMuted] = useState(true);
+ const [isMuted, setIsMuted] = useState(false);
const toggleMute = () => {
if (videoRef.current) {