fix(breakout): Do not load token_verification for breakout rooms.
The token verification is not needed for the breakout muc component as we verify the token for the main room and there are other checks for breakoutrooms.
This commit is contained in:
parent
2ec82c371c
commit
03c91de5c1
|
@ -90,7 +90,6 @@ Component "breakout.jitmeet.example.com" "muc"
|
|||
modules_enabled = {
|
||||
"muc_meeting_id";
|
||||
"muc_domain_mapper";
|
||||
--"token_verification";
|
||||
"muc_rate_limit";
|
||||
"polls";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue