-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[React native] null is not an object(evaluating 'this.room.myroomjid') #2275
Comments
Can you paste a trace back? Any chance you can test a more recent LJM version? |
Any updates on this? I am facing the same issue. I can only get this from Stacktrace:
|
Are you using our RN SDK or using the library directly? |
I'm encountering the same error on both Android and iOS platforms: Error: TypeError: null is not an object (evaluating 'this.room.myroomjid') I'm using the following versions in my project: "react-native": "0.72.9" Can you please assist with resolving this issue? @saghul |
Do you have a full backtrace? |
yes, I am using RN SDK, |
What RN SDK version are you using? |
2.2.1 |
Please reply @saghul |
Please update to the latest version. |
If I updated with latest version then this error goes out ? |
I believe it was fixed yes. |
Ok, I will try. Thankyou for your time.
…On Mon, 2 Sept 2024, 7:42 pm Saúl Ibarra Corretgé, ***@***.***> wrote:
I believe it was fixed yes.
—
Reply to this email directly, view it on GitHub
<#2275 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APLLER4EJVT5OFTFQW7KDWDZURW5NAVCNFSM6AAAAABMNRGI26VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRUHA2TCMBWGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I used the latest version of jitsi-meet-sdk from https://github.com/jitsi/jitsi-meet.git, with Node.js version v20.17.0, along with "react": "18.2.0" and "react-native": "0.73.8". However, when I compile the code, the app installs on the device but displays an error on the screen. |
Please try using the released package first. |
ok... But Ihave to used sdk |
Use this package: https://www.npmjs.com/package/@jitsi/react-native-sdk |
I want to customised jitsi-meet-sdk for our requirements. I cannot used package.. Please help |
First make sure things work with an unmodified version. Otherwise we don't know if you caused the problem or if it was there before. |
Have you tried the sample app? |
yes... Clone this repo https://github.com/jitsi/jitsi-meet.git and try to compile the project |
Here is the sample app: https://github.com/jitsi/jitsi-meet-sdk-samples/tree/master/react-native |
Now I used the latest version of jitsi-meet-sdk from https://github.com/jitsi/jitsi-meet.git. but getting same error |
Steps to reproduce
When i join a room, this issue happened sometime if in a room have more than 2 people
Environment details
v1506.0.0+3fc03265
The text was updated successfully, but these errors were encountered: