hi,
the session detail dialog in 3.0 for non-moderators will supress the “join by URL” data but will happily display the “TO JOIN BY PHONE” access credentials (phone number and access code).
i don't think that is a good thing as non-mods could give away session access via voice-in …
my guess is that modifying line 146 in bigbluebutton/bigbluebutton-html5/imports/ui/components/session-details/component.tsx from
{formattedDialNum && formattedTelVoice && (
to
{loginUrl && formattedDialNum && formattedTelVoice && (
would fix this. dont know if the localized display of the voice-in data needs an additional fix.
tia,
wbr,tja…
--

hi anton,
thx for answering.
i cant get your argument there: if you think the voicebridge number & code should be visible to every user - why then isnt the join URL visible to all users too ?!?
i can tell that our teachers had students that would forward credentials to outside friends so that they may disrupt the teaching sessions - so any tool to mitigate that would be helpful …
besides that, i tried to restrict the display and/or use your suggestion:
i used …
defaultWelcomeMessageFooter=deaultWelcomeMessageFooter
defaultWelcomeMessage=defaultWelcomeMessage
defaultWelcomeMsgForModerators=defaultWelcomeMsgForModerators
moderatorOnlyMessage=moderatorOnlyMessage
defaultModeratorOnlyMessage=defaultModeratorOnlyMessage
… in /etc/bigbluebutton/bbb-web.properties.
the *moderator* assignements did nothing. a quick grep in the source wouldnt find that either.
additionally i tried to find the “To invite someone …” text but failed to do so.
the “PER URL/TELEFON” (localized versions) would be nice to modify without touching the language files, too …
as you see in the screenshots below you cant suppress the voice bridge credentials via defaultWelcomeMessage*.
moderator/session owner info pane:
guest info pane:
wbr,tja…
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/bigbluebutton-dev/bb112304-c7d1-4152-99fe-3aea1d37d3cdn%40googlegroups.com.
hi lukas,
thx for your answer.
"the join URL" is not the business of BBB itself. It is the business of the application calling the API.
Of course your application can also add the URL for joining the meeting in the message for everyone.
…
Because also this text comes from the frontend.
You should have a look at the API to understand the basic usage: https://docs.bigbluebutton.org/development/api/
you helped me to understand that greenlight sends this texts to BBB when opening the meeting.
it seems that the current version of greenlight (3.6.3) doesnt allow you to set these texts in the UI when creating the meeting.
i will further investigate this and try to learn.
the moderator message anton wrote about seems to work only with the api and not with bbb-web.properties.
Just set it from the apply-config.sh mentioned here: https://docs.bigbluebutton.org/administration/customize/#preserving-customizations-using-apply-configsh
This will set the string after updates
could you elaborate how one would mod these localized strings via apply-config.sh ?
tia,
wbr, tja…
To view this discussion visit https://groups.google.com/d/msgid/bigbluebutton-dev/315b05fb-2f45-41e0-b604-30092b49c3efn%40googlegroups.com.