I have updated jitsi products and when I restart the prosody service it gives me this error:
A problem occurred while reading the config file /etc/prosody/prosody.cfg.lua
Error: Error loading included /etc/prosody/conf.d/localhost.cfg.lua: /etc/prosody/conf.d/localhost.cfg.lua
More help on configuring Prosody can be found at Configuring Prosody – Prosody IM
Good luck!
indeed I made some modifications in the prosody.cfg.lua file to adapt it to the 0.11.x version of prosody and the prosody service starts well.
But when I launch a room on the browser (firefox 87.0[64bits]) I get some errors:
2021-04-08T20:37:57.640Z [JitsiMeetJS.js] : UnhandledError: AudioContext.createMediaStreamSource: Connecting AudioNodes from AudioContexts with different sample-rate is currently not supported. Script: null Line: null Column: null
2021-04-08T20:42:30.617Z [JitsiMeetJS.js] : UnhandledError: This client does not support P2P connections Script: null Line: null Column: null StackTrace: ie.prototype._rejectIncomingCall@https://my-site.net/libs/lib-jitsi-meet.min.js?v=4628:10:62049
2021-04-08T20:42:38.345Z [modules/RTC/BridgeChannel.js] <_send>: Bridge Channel send: no opened channel.
do you have any idea where this could be coming from?