-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: undefined is not a function #118
Labels
bug
Something isn't working
Comments
NEWS? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello everyone,
I'm encountering an error while attempting to connect to a room using the LiveKit library in React Native. Here's the code I'm using:
However, during the execution of this code, I'm receiving the error "[TypeError: undefined is not a function]". This error seems to occur when I try to call the connect() function on the room object.
Versions Used:
React Native: 0.71.3
LiveKit libraries:
@livekit/react-native: 1.4.1
@livekit/react-native-webrtc: 114.0.0
I've verified the correctness of the URL and token required for the connection, but I haven't been able to resolve this issue. If anyone has encountered a similar situation or has suggestions on how to resolve this error, I would greatly appreciate any help.
Thank you very much!
The text was updated successfully, but these errors were encountered: