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…
--
