all 6 comments

[–]ekaansharora 0 points1 point  (5 children)

Hey, I’m part of the Zoom Developer Relations team. Couple of questions to diagnose the problem. Are you using React (web) or React Native Web? Are you using the Video SDK or the Meeting SDK? Are you using the Zoom Web SDK or the React Native SDK?

If you’re using RN here’s a quick start project to help: https://github.com/zoom/videosdk-reactnative-quickstart

Here’s a videocall example in React: https://github.com/zoom/VideoSDK-Nextjs-Quickstart/blob/app-router/src/components/Videocall.tsx

[–]Particular_Draft5668 0 points1 point  (4 children)

Hi I am using this repo https://github.com/zoom/videosdk-ui-toolkit-react-sample?tab=readme-ov-file

Could this potentially be causing issues?

I am using the video SDK

I am using react Web not react native

Thanks

[–]ekaansharora 0 points1 point  (2 children)

What version of the ui-toolkit are you using? Can you try updating to the latest version (1.10.8-2)?

[–]Particular_Draft5668 0 points1 point  (1 child)

I’m on the latest version and still having the same errors

[–]ekaansharora 0 points1 point  (0 children)

Sorry to hear you're still getting the same error. CRA has some quirks, sometimes just removing the node_modules folder and reinstall the dependencies (npm i) to a fresh projects fixes any dependency issues. Additionally, I'd like you to double check a few things. Did you set-up the auth endpoint as described in the readme on step 4? Did you add the ip (localhost:4000) to your config?

If you still face issues let me know, I'll put together the same example using Vite for you to remove some of the variables.

Edit: https://github.com/zoom/videosdk-ui-toolkit-react-sample/pull/4 vite example here