I have an audio-only (opus) setup where a user is talking and protoo messages are exchanged… Everything is going well and then just suddenly, the user is disconnected. Other users are fine AFAIK.
Wireshark shows that the server send a TLS Encrypted Alert followed by FIN. Mediasoup server is 3.6.16
Enabled dtls logging on all the workers, but there is no useful information other than:
WebRtcTransport “dtlsstatechange” event [dtlsState:closed]
Our client and server logs show that it is not calling either from our code. Does the mediaserver code call transport.close() under any other conditions that we should investigate.