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

[4.7.0] Add user to room on "Click to Join!" button press #25487

Open
artlive89 opened this issue May 12, 2022 · 1 comment
Open

[4.7.0] Add user to room on "Click to Join!" button press #25487

artlive89 opened this issue May 12, 2022 · 1 comment

Comments

@artlive89
Copy link

Description:

Fix #19420

Steps to reproduce:

  1. Start a new Jitsi call in a channel or discussion (logged in as a member of the room). Then, access the room as another user and press the "Click to Join!" button. Expected behavior: the user should join the room (if they're not already a member).
  2. Access a discussion inside a channel (public room). Expected behavior: If the user is not a member of the discussion, a "Join" button should be displayed in the message box.

Expected behavior:

Clicking the button should open the video.

Actual behavior:

I click the button and nothing happens.

Server Setup Information:

  • Version of Rocket.Chat Server: 4.7.0
  • Operating System: Ubuntu 20.04.4 LTS
  • Deployment Method: tar
  • Number of Running Instances: 1
  • DB Replicaset Oplog:
  • NodeJS Version: v14.19.1
  • MongoDB Version: 5.0.8

Client Setup Information

Desktop App or Browser Version: Chrome and Desktop App for Windows
Operating System: Windows

Additional context

none

Relevant logs:

none

@raffaeleguidi
Copy link

same problem here - when I click on the button the browser console shows this stacktrace:

f29576039d68bf6a3a687112d09481ba98b5f1c1.js?meteor_js_resource=true:1512 Uncaught TypeError: Cannot read properties of undefined (reading 'tabBar')
    at f29576039d68bf6a3a687112d09481ba98b5f1c1.js?meteor_js_resource=true:1512:506346
    at Object.run (f29576039d68bf6a3a687112d09481ba98b5f1c1.js?meteor_js_resource=true:1512:614869)
    at y (f29576039d68bf6a3a687112d09481ba98b5f1c1.js?meteor_js_resource=true:1512:169233)
    at f29576039d68bf6a3a687112d09481ba98b5f1c1.js?meteor_js_resource=true:1512:169756
    at Object.Ke (f29576039d68bf6a3a687112d09481ba98b5f1c1.js?meteor_js_resource=true:1092:16317)
    at tr (f29576039d68bf6a3a687112d09481ba98b5f1c1.js?meteor_js_resource=true:1092:16471)
    at nr (f29576039d68bf6a3a687112d09481ba98b5f1c1.js?meteor_js_resource=true:1092:16528)
    at Zn (f29576039d68bf6a3a687112d09481ba98b5f1c1.js?meteor_js_resource=true:1092:35717)
    at Xn (f29576039d68bf6a3a687112d09481ba98b5f1c1.js?meteor_js_resource=true:1092:36133)
    at f29576039d68bf6a3a687112d09481ba98b5f1c1.js?meteor_js_resource=true:1092:41145

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

2 participants