From fd929a1508599e31f78784cea00e3e9c64626517 Mon Sep 17 00:00:00 2001 From: Daniel Petri Rocha Date: Tue, 2 Jul 2024 16:37:26 +0000 Subject: [PATCH] Add green screen background, change documentation --- .../images/virtual-backgrounds/green_screen.jpg | Bin 0 -> 15029 bytes .../thumbnails/green_screen.jpg | Bin 0 -> 693 bytes .../grails-app/conf/bigbluebutton.properties | 4 ++++ docs/docs/data/join.tsx | 6 ++++++ 4 files changed, 10 insertions(+) create mode 100644 bigbluebutton-html5/public/resources/images/virtual-backgrounds/green_screen.jpg create mode 100644 bigbluebutton-html5/public/resources/images/virtual-backgrounds/thumbnails/green_screen.jpg diff --git a/bigbluebutton-html5/public/resources/images/virtual-backgrounds/green_screen.jpg b/bigbluebutton-html5/public/resources/images/virtual-backgrounds/green_screen.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc6c0feaebd694acf8af4e06eb635da6ddfd7ce4 GIT binary patch literal 15029 zcmeIwM^F<{9LMqZ_H9izBbx*anP5o41Z5brSp^&&2cl89f!!O}y@3UF#sk=M!>%`C z#TzQNlPK1cSP<|cc0Ez-mvw_}#*=zpKNHI^_FMj`4yh z$%@Tx9q7m+9A%8-nIQ1Ib$W~Soba0948+PsS9Prvtas~8Ev<5>qP;V_rh70PuWM*l zY&l~+x!!{Dk!axrWAc=e(z2aPZLKBk7~Zj-NPrs_pcdv*$X_U$}Vb^3`iy*Kgdsb^Fe} z`wt%WJnHT1A9(ug`HPpYUcY%eG(7U|{fCdAK7Yw{QLFREd<*-nOS8H-o@cz2>7rbt zwVB2Xftctlua;`-T|vD`c2~5tws$I_c+FsTT|>7mCu|H93}wNvERN_y;fm126ysFaQHE00S@p126ysFaQHE00S@p126ys zFaQHE00S@p126ysFaQHE00S@p126ysFaQHE00S@p126ysFaQHE00S@p126ysF!28v HU}oP}Z1#OW literal 0 HcmV?d00001 diff --git a/bigbluebutton-html5/public/resources/images/virtual-backgrounds/thumbnails/green_screen.jpg b/bigbluebutton-html5/public/resources/images/virtual-backgrounds/thumbnails/green_screen.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d567635db4021d42a7fc15f6358d2a1cc4b893c5 GIT binary patch literal 693 zcmex=^(PF6}rMnOeST|r4lSw=>~TvNxu(8R<c1}I=;VrF4wW9Q)H;sz?% zD!{d!pzFb!U9xX3zTPI5o8roG<0MW4oqZMDikqloVbuf*=gfJ(V&YTRE(2~ znmD<{#3dx9RMpfqG__1j&CD$#!?i_S+Mk_2F)ZrRAQvpa^tT6 literal 0 HcmV?d00001 diff --git a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties index c6a04b1ed5..2126e01c57 100644 --- a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties +++ b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties @@ -321,6 +321,10 @@ defaultGuestWaitURL=${bigbluebutton.web.serverURL}/html5client/guestWait useDefaultAvatar=false 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 # Salt which is used by 3rd-party apps to authenticate api calls diff --git a/docs/docs/data/join.tsx b/docs/docs/data/join.tsx index ce52eaab86..4d160f5fe5 100644 --- a/docs/docs/data/join.tsx +++ b/docs/docs/data/join.tsx @@ -55,6 +55,12 @@ const joinEndpointTableData = [ "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).) }, + { + "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", "required": false,