Rocket.chat: "false" is appened to all jitsi URLs

Created on 3 Jul 2020  路  1Comment  路  Source: RocketChat/Rocket.Chat

Description:

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.

Steps to reproduce:

Launch a jitsi call (with jwt disabled)

Expected behavior:

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

Actual behavior:

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

Server Setup Information:

  • Version of Rocket.Chat Server: 3.4.1
  • Operating System: Linux
  • Deployment Method: snap
  • Number of Running Instances: 1
  • DB Replicaset Oplog:
  • NodeJS Version: v12.16.1
  • MongoDB Version: 4.0.18

Client Setup Information

  • Desktop App or Browser Version: chromium
  • Operating System: Linux

Additional context

A workaround is to add &fake= to the room suffix, for example #config.startAudioOnly=true&fake=

Relevant logs:

Nothing special

Most helpful comment

Thanks for the workaround. In my case I added ?fake= because it didn't work with the &

>All comments

Thanks for the workaround. In my case I added ?fake= because it didn't work with the &

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tanc picture tanc  路  3Comments

mddvul22 picture mddvul22  路  3Comments

ghost picture ghost  路  3Comments

mattlin picture mattlin  路  3Comments

amayer5125 picture amayer5125  路  3Comments