docs: remove extra entry for webcamBackgroundURL (#20838)

This commit is contained in:
Anton Georgiev 2024-08-01 16:27:43 -04:00 committed by GitHub
parent f85bc7f976
commit ca18587289
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,12 +55,6 @@ const joinEndpointTableData = [
"type": "String",
"description": (<>The link for the users avatar to be displayed (default can be enabled/disabled and set with useDefaultAvatar and defaultAvatarURL in bbb-web.properties).</>)
},
{
"name": "webcamBackgroundURL",
"required": false,
"type": "String",
"description": (<>The link for the user's webcam background to be displayed (default can be enabled/disabled and set with useDefaultWebcamBackground and defaultWebcamBackgroundURL in bigbluebutton.properties). Added in BigBlueButton 2.7.10.</>)
},
{
"name": "redirect",
"required": false,
@ -96,7 +90,7 @@ const joinEndpointTableData = [
"name": "webcamBackgroundURL",
"required": false,
"type": "String",
"description": (<>If the parameter is passed on JOIN with a URL of a JPG or PNG image, that image will be automatically applied as a whiteboard background when the user shares webcam. We recommend linking to images stored on the server (for example `/var/www/bigbluebutton-default/assets/images/my-background.png` could be used as "https://abc.bigbluebutton.org/images/my-background.png") or ones that are avoiding CORS issues via passing appropriate response headers. Added in BBB 2.7.10.</>)
"description": (<>If the parameter is passed on JOIN with a URL of a JPG or PNG image, that image will be automatically applied as a whiteboard background when the user shares webcam. We recommend linking to images stored on the server (for example `/var/www/bigbluebutton-default/assets/images/my-background.png` could be used as "https://abc.bigbluebutton.org/images/my-background.png") or ones that are avoiding CORS issues via passing appropriate response headers. Default can be enabled/disabled and set with useDefaultWebcamBackground and defaultWebcamBackgroundURL in bigbluebutton.properties. Added in BBB 2.7.10.</>)
}
];