Hey, I am currently developing a voice communication application using mediasoup. When a client runs the app and joins a room, the transport connects and then disconnects in about 1 second, and finally connectionstate goes to failed after 10-15 seconds. This only happens when using the app for the first time after booting the pc (any client any pc but I guess only in windows). Exiting room and rejoining fixes the issue, it doesnt even happen again after closing the app and reopening too. What could possibly cause this? Thanks for help.
Still having this issue. In all cases Dtls connection is successfully made but after 1 second windows decides to kill the udp port that is used for consuming audio. It only does it once after a reboot. I disabled all windows firewall features, and made sure it’s not only happening in my pc by trying it in another freshly formatted PC. I don’t think that its a mediasoup-related issue anymore, could be the windows or iceLite, but I would appreciate help if any of you have seen something like this before.