I wanted to deploy a custom configuration override to make jitsi calls audio-only by default (see #17950) ; this was achieved (in 3.4.0) by adding #config.startAudioOnly=true to the custom jisti room suffix option, but it seems that now "false" is added to the url now... Which makes this feature unusable.
Launch a jitsi call (with jwt disabled)
url should be https://meet.jit.se/RANDOMID
With #config.startAudioOnly=true as the jisti room suffix, the url should be https://meet.jit.se/RANDOMID#config.startAudioOnly=true
url is https://meet.jit.se/RANDOMIDfalse
With #config.startAudioOnly=true as the jisti room suffix, the url is https://meet.jit.se/RANDOMID#config.startAudioOnly=truefalse
A workaround is to add &fake= to the room suffix, for example #config.startAudioOnly=true&fake=
Nothing special
Thanks for the workaround. In my case I added ?fake= because it didn't work with the &
Most helpful comment
Thanks for the workaround. In my case I added
?fake=because it didn't work with the&