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?
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?
Source: https://ru.stackoverflow.com/questions/429304/
All Articles