You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run the example code as-is on ios and got a bunch of @livekit/react-native-webrtc type errors. Turns out there was a new version of package came out last week causing the issue.
Changing the package.json to "@livekit/react-native-webrtc": "^125.0.11" fixed the issue.