diff --git a/bigbluebutton-html5/public/resources/images/avatar.png b/bigbluebutton-html5/public/resources/images/avatar.png new file mode 100644 index 0000000000000000000000000000000000000000..2e9f8151f4083aece663009ae40d9271104dbb41 Binary files /dev/null and b/bigbluebutton-html5/public/resources/images/avatar.png differ diff --git a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties index f8a9a5452a31f8a5e2a97782f406715c73626f09..6b035ee36b3aa324b7be9ca113f50d70a32de49f 100755 --- a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties +++ b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties @@ -256,7 +256,7 @@ defaultGuestWaitURL=${bigbluebutton.web.serverURL}/client/guest-wait.html # The default avatar image to display. useDefaultAvatar=false -defaultAvatarURL=${bigbluebutton.web.serverURL}/client/avatar.png +defaultAvatarURL=${bigbluebutton.web.serverURL}/html5client/resources/images/avatar.png # The URL of the default configuration defaultConfigURL=${bigbluebutton.web.serverURL}/client/conf/config.xml