mediasoup-sfu-webrtc-video-rooms closing producers at once on transport close

Hello all!

I’m having issues extending the library when I created two video streams and try to close them all at once. The exit function seems to close transport (so respectfully all of its producers) but it seems to go over the same producer twice and not iterating over the other. IF I log the producer transport in the beginning of the close it has the two producers.

What can be the issue?

  • What is “mediasoup-sfu-webrtc-video-rooms”?
  • Is that part of mediasoup or is it a separate project?
  • Is this about mediasoup server? Node or Rust?
  • Or is it about client library?

In summary I have no idea what you are reporting.

Hi ! Thanks for the quick response!

This is the repo I cloned to start experiments on - GitHub - Dirvann/mediasoup-sfu-webrtc-video-rooms: A simple video conferencing example using the mediasoup sfu. It’s a node.js server for Single forwarding unit conference rooms

Then you should probably ask to the author of that project.