Websocket support
Is there any plan that Websocket and Secure Websocket protocol ist supported in the future? (Especially connecting to janus videoroom with node). How much work do you think it is to implement?
Best, Lukas
Hi Lukas,
When I started this project, I look to find some kind of standard for WebRTC signaling. As I did not find emerging one and the one available from WebRTC SDK appears quite awkward, I implement an as simple I can. One standardization seems XMPP, I made some tries with Jitsi, but even it standardize the signaling message, using them is quite complex and differs on XMPP server. Moving the createOffer/createAnswer/addIceCandidate through websocket should not be complicated, the civetweb http server is supporting websocket.
Best Regards, Michel.