I want to implement a video conference of this example: https://github.com/muaz-khan/WebRTC-Experiment/tree/master/video-conferencing

Jetty servlet container is used. The question is how to connect the Jetty server and the socket.io client?

    0