WebRtcTransport through single port on server-side

I need a media server that able to work when all ports are blocked. Assume that it will use 8080 for signalling and 443 will listen for RTP. I mean that all users will establish connection to 443 via RTP over TCP.

I need suggestions for where to start make changes in your code.
Thanks in advance.

Use a TURN server that listens in port 443 for TURNS (TURN over TLS) and you are done.

I need suggestions for where to start make changes in your code.

Making changes to mediasoup is not the way to go and we will never suggest it. If something must be changed (to implement a new feature or to improve something) it will be done in the project itself.