Some participants can't hear others
See original GitHub issueDescription
Sometimes, some participants cannot hear others audio. This does not happen always.
The participants get the following error:
Error: replace track failed
Seems like _findTransceiver
returns null
.
2021-08-23T10:09:26.998Z [modules/RTC/JitsiLocalTrack.js] <y._setStream>: Setting new MSID: 18d4c9f8-5b45-404b-a4c1-96292aee9c83 c9a3fccd-4a92-4a41-a1bc-580e344c6c46 on LocalTrack[undefined,audio]
arguments: ["2021-08-23T10:09:26.998Z","[modules/RTC/JitsiLocalTrack.js]","<y._setStream>: ","Setting new MSID: 18d4c9f8-5b45-404b-a4c1-96292aee9c83 c9a3fccd-4a92-4a41-a1bc-580e344c6c46 on LocalTrack[undefined,audio]"]
logger: console
2021-08-23T10:09:27.029Z [modules/xmpp/JingleSessionPC.js] <Object.callback>: JingleSessionPC[session=JVB,initiator=false,sid=9e167nh5m18g0] Replace track error: Error: replace track failed
arguments: ["2021-08-23T10:09:27.029Z","[modules/xmpp/JingleSessionPC.js]","<Object.callback>: ","JingleSessionPC[session=JVB,initiator=false,sid=9e167nh5m18g0] Replace track error:",{"message":"replace track failed","name":"Error","stack":"Error: replace track failed\n at h.replaceTrack (https://room.domain/libs/lib-jitsi-meet.min.js?v=sync-libjitsimeet-28aug:1:256474)\n at w.replaceTrack (https://room.domain/libs/lib-jitsi-meet.min.js?v=sync-libjitsimeet-28aug:17:54128)\n at n (https://room.domain/libs/lib-jitsi-meet.min.js?v=sync-libjitsimeet-28aug:1:238524)\n at a._processQueueTasks (https://room.domain/libs/lib-jitsi-meet.min.js?v=sync-libjitsimeet-28aug:10:207065)\n at process (https://room.domain/libs/lib-jitsi-meet.min.js?v=sync-libjitsimeet-28aug:17:8022)\n at https://room.domain/libs/lib-jitsi-meet.min.js?v=sync-libjitsimeet-28aug:25:15307\n at m (https://room.domain/libs/lib-jitsi-meet.min.js?v=sync-libjitsimeet-28aug:25:15422)\n at a (https://room.domain/libs/lib-jitsi-meet.min.js?v=sync-libjitsimeet-28aug:25:14780)"}]
logger: console
error
10:09:27
2021-08-23T10:09:27.034Z [JitsiMeetJS.js] <Object.getGlobalOnErrorHandler>: UnhandledError: Error: replace track failed Script: null Line: null Column: null StackTrace: Error: Error: replace track failed
at https://room.domain/libs/lib-jitsi-meet.min.js?v=sync-libjitsimeet-28aug:10:45725
at async https://room.domain/libs/app.bundle.min.js?v=sync-libjitsimeet-28aug:48:394956
at async Promise.all (index 0)
at async Promise.all (index 0)
arguments: ["2021-08-23T10:09:27.034Z","[JitsiMeetJS.js]","<Object.getGlobalOnErrorHandler>: ","UnhandledError: Error: replace track failed","Script: null","Line: null","Column: null","StackTrace: ","Error: Error: replace track failed\n at https://room.domain/libs/lib-jitsi-meet.min.js?v=sync-libjitsimeet-28aug:10:45725\n at async https://room.domain/libs/app.bundle.min.js?v=sync-libjitsimeet-28aug:48:394956\n at async Promise.all (index 0)\n at async Promise.all (index 0)"]
logger: console
10:09:27
exception
Error: Error: replace track failed
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
I Can't Hear Others in Teams - Information Technology
In the Microsoft teams client, select your icon located in the top right. Microsoft teams client icon. · Select Settings (cogwheel). · Click ......
Read more >Troubleshoot Zoom Audio Not Working - Support.com's
If any participants are using external speakers to listen to their meeting, their microphone may be picking up what's being played back, causing...
Read more >Microsoft Teams: Can't Hear Other Participants - Technipages
If you can't hear others during Microsoft Teams meetings, make sure you selected the audio device you want to use with Teams.
Read more >Sometimes participants can't hear other participants #5230
Every participant can hear every other participant. Possible Solution. Steps to reproduce. Start a Jitis Meeting with as many users as possible, ...
Read more >Participants can't see and/or hear me - Meetings Support Center
If other participants are unable to hear you or they can not see your video, it may only be that you need to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jallamsetty1 Thank you. We haven’t been able to fix this issue but it turned out it’s probably because of our
jitsi-meet
project which is not updated to the latest version; we used the latest stable version of jitsi, without our changes, and the audio problem was gone.Can you check if the 13th participant sends a source-add to Jicofo when they unmute ? Also only when Jicofo advertises this new source to the other participants in the call via a source-add, they will be able to see the other participant as unmuted. Is your Jicofo/JVB running the latest version as well ?