We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have set up Jitsi-Meet nightly two days ago (due to missing #1231 ) with Rocket.Chat 0.50.1.
Unfortunately a room can not be created, we get in prosody log: Jan 26 12:59:18 stanzarouter warn Received stanza with invalid destination JID: /uctestdb9e3616c99110d35a0e8e70ea1dbff4@conference.meet-test.uc.tld/ca965ebe
What are the pre-conditions for a correct JID so that a room is created?
For reference, this is where the room is started in Rocket.Chat: https://github.com/RocketChat/Rocket.Chat/blob/afe874ce5e4748fc51858beb4f58d3958cd4450c/packages/rocketchat-livechat/server/methods/startVideoCall.js
The text was updated successfully, but these errors were encountered:
It was a dumb setting error: In Rocket.Chat the domain field for the jitsi server has to be without a trailing slash.
Sorry, something went wrong.
No branches or pull requests
We have set up Jitsi-Meet nightly two days ago (due to missing #1231 ) with Rocket.Chat 0.50.1.
Unfortunately a room can not be created, we get in prosody log:
Jan 26 12:59:18 stanzarouter warn Received stanza with invalid destination JID: /uctestdb9e3616c99110d35a0e8e70ea1dbff4@conference.meet-test.uc.tld/ca965ebe
What are the pre-conditions for a correct JID so that a room is created?
For reference, this is where the room is started in Rocket.Chat:
https://github.com/RocketChat/Rocket.Chat/blob/afe874ce5e4748fc51858beb4f58d3958cd4450c/packages/rocketchat-livechat/server/methods/startVideoCall.js
The text was updated successfully, but these errors were encountered: