You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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
The text was updated successfully, but these errors were encountered:
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
Description:
Fix #19420
Steps to reproduce:
Expected behavior:
Clicking the button should open the video.
Actual behavior:
I click the button and nothing happens.
Server Setup Information:
Client Setup Information
Desktop App or Browser Version: Chrome and Desktop App for Windows
Operating System: Windows
Additional context
none
Relevant logs:
none
The text was updated successfully, but these errors were encountered: