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:
Дамян Минков 2022-08-03 10:53:47 +03:00
parent 2ec82c371c
commit 03c91de5c1
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ Component "breakout.jitmeet.example.com" "muc"
modules_enabled = {
"muc_meeting_id";
"muc_domain_mapper";
--"token_verification";
"muc_rate_limit";
"polls";
}