Andreas
Andreas
Thank you for the fast reply. ## Versions Jitsi-Meet Version: 1.0.6260 Prosody: 0.11.10 Java: 14.0.2 ## Log output ``` Jun 25, 2022 5:44:33 PM org.jitsi.impl.osgi.framework.BundleImpl start INFO: Starting activator org.jitsi.service.libjitsi.LibJitsiActivator...
Changing to G711 did not work. The caller still had no audio.
I will try to install java 11 instead of 14 and test if I can reproduce it.
We need support for translating the app into english and french
Hi @tseeling, in the beginning, we had the same questions in a similar use case in Germany. Therefore, we developed another Open Source Project to protect the conferences. Maybe the...
@emrahcom That was the case in the previous version. In the latest, I don't know if it is working. You cloud add the user recoder@.... in prosody as admin. Then...
@saghul How can I enable the Desktop and Video sharing? Is there a new config option instead of the existing one
Hello @jonas2515 , I would recommend to still to prod and https because http is only working together with dev. That is a limitation of symfony, because in prod, the...
@enoch85 I wrote my entire sip-communication.properties new because there are variables inside that would break jigasi after the upgrade. Use the default configuration and your values there.
@enoch85 Correct. To get it to work with our SIP, I added this codecs ``` net.java.sip.communicator.impl.protocol.sip.acc1.Encodings.G722/16000=710 net.java.sip.communicator.impl.protocol.sip.acc1.Encodings.G722/8000=700 net.java.sip.communicator.impl.protocol.sip.acc1.Encodings.ALAW/8000=690 net.java.sip.communicator.impl.protocol.sip.acc1.Encodings.ALAW/16000=680 net.java.sip.communicator.impl.protocol.sip.acc1.Encodings.ULAW/8000=670 net.java.sip.communicator.impl.protocol.sip.acc1.Encodings.ULAW/16000=660 ``` acc1 is the long acc1xxxxx number you have...