Hello dear Jitsi Community,
in a Docker installation with a STUN or TURN server, participants using the Jitsi APP do not get to hear or see video and sound. A look into the LogFiles shows this problem:
8c92d9a181dc participant=76da62c6] ParticipantInviteRunnable.doRun#202: Error creating offer
org.jitsi.jicofo.conference.UnsupportedFeatureConfigurationException: Participant doesn’t support bundle, which is required
at org.jitsi.jicofo.conference.Participant.setSupportedFeatures(Participant.java:371)
at org.jitsi.jicofo.conference.ParticipantInviteRunnable.createOffer(ParticipantInviteRunnable.java:330)
at org.jitsi.jicofo.conference.ParticipantInviteRunnable.doRun(ParticipantInviteRunnable.java:198)
at org.jitsi.jicofo.conference.ParticipantInviteRunnable.run(ParticipantInviteRunnable.java:174)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
I read in the forum that this is probably a problem of missing codecs. Is here a Jitsi expert able to fix this error for me? (against payment of course)