Hello ,
We are using mediasoup to privide webrtc service , some of users’ network is behind different firewall or router , gateway. By some security reasons , our UDP ports or TCP ports are blocked by them.
We use below single port way to provide webrtc service.
await worker.createWebRtcServer(...)
Are there any ways to add a simpler light echo service that only respond an echo UDP package with ack in WebRtcServer without signal and ice handshake?
By that way we can give customers a tool to test if network reachable.
I tried to use tracert command on windows, but that only support ICMP. Other tools like nmap is reqired to install driver program.