Open idesignpixels opened 1 year ago
We managed to fix this by adding a custom-interface_config.js
as per these instructions https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker/#jitsi-meet-configuration
Happy to close but will keep open for a little longer to see if anyone knows why this property exists on the front end as it doesn't seem to have any affect.
version 1.3.0
The following gets completly ignored.
When inspecting the iframe I can see the parameters are passed:
But seem to be ignored, We're hosting ourselves, is there additional config needed to make that work?
I get the same issue when pointing to
meet.jit.si
instead of our serverI found this comment https://github.com/jitsi/jitsi-meet/issues/7354#issuecomment-666371078 Which mentions modifying a file directly, I assume this to be a file from the iframe code hosted on our server. How do we do this is we have deployed by forking https://github.com/jitsi/docker-jitsi-meet ?