After importing Device you use it as mediasoup to connect to mediasoup serverside
mostly you’ll create a worker then router and ask that router for dtlsParameter. and you put those parameter to your device,
docs just explained all this
I have server(1) asset where server host with IP 192.1XX.XX.12 and port 4443.
and I have a client(2) asset where I developed a client app where client IP 192.1XX.XX.25 and port 3000.
So the problem is in the client app I am not able to get a connection to the websocket which hosts the client(2) asset.