I am using a custom BBB installation for use in my Angular App. I am calling the join request in an iframe with redirect
set to true
. Everything was working fine with BBB 2.0 but after I have updated it to 2.2, I am getting an error 401 Unauthorised due to missing credentials
.
However, if I make the same request in a new tab, it loads the meeting.
There is another weird behaviour. It works fine even in an iframe on Chrome in Mac.
What changed with 2.2? How do I fix this?