我正在使用自定义客户端连接到 jitsi 中创建的会议室。但我得到以下异常:
org.jitsi.jicofo.AbstractChannelAllocator.log() 创建报价时出错 org.jitsi.jicofo.UnsupportedFeatureConfigurationException:参与者不支持捆绑包,这是 org.jitsi.jicofo.Participant.setSupportedFeatures(Participant.java:280) 所必需的org.jitsi.jicofo.ParticipantChannelAllocator.createOffer(ParticipantChannelAllocator.java:93) 在 org.jitsi.jicofo.AbstractChannelAllocator.doRun(AbstractChannelAllocator.java:178) 在 org.jitsi.jicofo.AbstractChannelAllocator.run(AbstractChannelAllocator.java:150)在 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 在 java.util.concurrent.FutureTask.run(FutureTask.java:266) 在 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java :1149) 在 java.util.concurrent.ThreadPoolExecutor$Worker。在 java.lang.Thread.run(Thread.java:748) 处运行(ThreadPoolExecutor.java:624)
我正在使用 LibJitsi ( https://github.com/jitsi/libjitsi ) 和 jirecon ( https://github.com/linhnv5/jirecon )。jirecon 是客户。客户说
无法获取 session-init 数据包,可能 MUC 已锁定
由于 jicofo 的错误,这就是 jingle session 也没有建立的原因。
任何人都可以帮助解决这个问题吗?