adrianhajdin / zoom-clone

Learn to develop a professional enterprise-ready video conferencing app in hours using Next.js 14, Stream, and Tailwind CSS.
https://jsmastery.pro
905 stars 294 forks source link

preview of video is not showing. #12

Open meet2aman opened 4 months ago

meet2aman commented 4 months ago

preview of video is not showing instead of that it showing a obs logo with broken camera and input with join with mic and camera of and nothing showing while my camera is on and mic is also on my mac for chrome. please help me to tackle with that ASAP!.

Screenshot 2024-04-21 at 2 02 58 AM

![Uploading Screenshot 2024-04-21 at 2.02.58 AM.png…]()

anisharya16 commented 4 months ago

did you import the css file from video-react-sdk??

Try adding import "@stream-io/video-react-sdk/dist/css/styles.css"; in base layout.tsx where you calling ClerkProvider component.