Add green screen background, change documentation
This commit is contained in:
parent
b697667364
commit
fd929a1508
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
After Width: | Height: | Size: 693 B |
@ -321,6 +321,10 @@ defaultGuestWaitURL=${bigbluebutton.web.serverURL}/html5client/guestWait
|
|||||||
useDefaultAvatar=false
|
useDefaultAvatar=false
|
||||||
defaultAvatarURL=${bigbluebutton.web.serverURL}/html5client/resources/images/avatar.png
|
defaultAvatarURL=${bigbluebutton.web.serverURL}/html5client/resources/images/avatar.png
|
||||||
|
|
||||||
|
# The default webcam background image to display.
|
||||||
|
useDefaultWebcamBackground=false
|
||||||
|
defaultAvatarURL=${bigbluebutton.web.serverURL}/html5client/resources/images/avatar.png
|
||||||
|
|
||||||
apiVersion=2.0
|
apiVersion=2.0
|
||||||
|
|
||||||
# Salt which is used by 3rd-party apps to authenticate api calls
|
# Salt which is used by 3rd-party apps to authenticate api calls
|
||||||
|
@ -55,6 +55,12 @@ const joinEndpointTableData = [
|
|||||||
"type": "String",
|
"type": "String",
|
||||||
"description": (<>The link for the user’s avatar to be displayed (default can be enabled/disabled and set with “useDefaultAvatar“ and “defaultAvatarURL“ in bbb-web.properties).</>)
|
"description": (<>The link for the user’s 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 “useDefaultAvatar“ and “defaultAvatarURL“ in bigbluebutton.properties).</>)
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "redirect",
|
"name": "redirect",
|
||||||
"required": false,
|
"required": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user