lib-jitsi-meet
lib-jitsi-meet copied to clipboard
[React native] null is not an object(evaluating 'this.room.myroomjid')
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
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:
node_modules/lib-jitsi-meet/dist/umd/lib-jitsi-meet.min.js:2 null is not an object (evaluating 'this.room.myroomjid')
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" "lib-jitsi-meet": "https://github.com/jitsi/lib-jitsi-meet/releases/download/v1847.0.0+03eef6de/lib-jitsi-meet.tgz"
Can you please assist with resolving this issue? @saghul
Do you have a full backtrace?
yes, I am using RN SDK, node_modules/lib-jitsi-meet/dist/umd/lib-jitsi-meet.min.js:2 null is not an object (evaluating 'this.room.myroomjid')
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 https://github.com/jitsi/lib-jitsi-meet/issues/2275#issuecomment-2324851062, 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.
Yes, I try with unmodified version. but did not find what the issue it is
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