Uncaught TypeError: Cannot read properties of undefined (reading ‘call’)
I was following a tutorial on youtube on create a video chat app with react by JavaScript Mastery (https://youtu.be/oxFr7we3LC8?si=BTWDF9OIQpVvbs2O). The person used create-react-app but I’m using vite. Every other part has been working except for when im making a call. This is what i get in the browser’s console: