Merge pull request #20372 from bigbluebutton/antobinary-patch-1

docs: adjust correct default value for breakouts being recorded
This commit is contained in:
Anton Georgiev 2024-06-04 14:33:08 -04:00 committed by GitHub
commit 859cfc1f85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,7 +109,7 @@ const createEndpointTableData = [
"name": "breakoutRoomsRecord",
"required": "Optional(Breakout Room)",
"type": "Boolean",
"default": "true",
"default": "false",
"description": (<>If set to false, breakout rooms will not be recorded.</>)
},
{