Merge pull request #20372 from bigbluebutton/antobinary-patch-1
docs: adjust correct default value for breakouts being recorded
This commit is contained in:
commit
859cfc1f85
@ -109,7 +109,7 @@ const createEndpointTableData = [
|
|||||||
"name": "breakoutRoomsRecord",
|
"name": "breakoutRoomsRecord",
|
||||||
"required": "Optional(Breakout Room)",
|
"required": "Optional(Breakout Room)",
|
||||||
"type": "Boolean",
|
"type": "Boolean",
|
||||||
"default": "true",
|
"default": "false",
|
||||||
"description": (<>If set to false, breakout rooms will not be recorded.</>)
|
"description": (<>If set to false, breakout rooms will not be recorded.</>)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user