Skip to content
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

Cannot start demo #28

Open
webspin opened this issue Nov 6, 2020 · 10 comments
Open

Cannot start demo #28

webspin opened this issue Nov 6, 2020 · 10 comments

Comments

@webspin
Copy link

webspin commented Nov 6, 2020

I can't make the demo from https://gatteo.github.io/react-jitsi/ work:

Failed to execute pre call test - {status: "authError", message: "Authenticator: Invalid token"}

@webspin
Copy link
Author

webspin commented Nov 6, 2020

And after that:
conference.js:2640 Uncaught (in promise) TypeError: Cannot set property 'deviceId' of null
at conference.js:2640

@Angus-McLean
Copy link

Perhaps relates to this? jitsi/jitsi-meet#6955

@jim-simpletire
Copy link

It looks like the jitsi-meet issue was resolved and merged on June 8th. Is there a dependency on that library that needs to be updated in this repo?

@shubham7298
Copy link

The demo is not working, https://gatteo.github.io/react-jitsi/ keeps on loading after entering the details.
Is it resolved?
What's wrong?

@dacopan
Copy link

dacopan commented Nov 21, 2020

solved in #14

@jim-simpletire
Copy link

@dacopan The discussion in #14 suggests a fix but no PR was created. However the demo application still does not work at https://gatteo.github.io/react-jitsi/ . Does the fix discussed from #14 need to be applied to the demo application code to get it to work?

@jim-simpletire
Copy link

FYI - even though the demo doesn't work, the component does if you add config={{prejoinPageEnabled: false}} to the Jitsi tag, like this:
<Jitsi config={{prejoinPageEnabled: false}} />

@AjeelAhmed1998
Copy link

@jim-simpletire I tried your solution and it works now, thanks a ton! Will you be creating a PR for this?

@jim-simpletire
Copy link

@AjeelAhmed1998 Yeah, I can submit PR to add that to the Jitsi tag.

idimensionz added a commit to idimensionz/react-jitsi that referenced this issue Nov 25, 2020
This change should fix the issue gatteo#28 with the demo not starting. The fix was discussed in issue gatteo#14 but no PR was submitted for that issue.
@idimensionz
Copy link

I've created a PR to add that property to the Jitsi tag in the demo. #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants