Hi
I'm trying to integrate meedoze in an existing and working setup, but I can't correctly link between media-server-node and media-server-client-js.
I've spent a couple of days reading documentation, code, samples, demo (to the point of submitting a couple of typo PR), but in the client readme talks about a TransactionManager in the server, and I'm not seeing much documentation on the server(manual).
I'm not using any framework in either side, and my current setup includes websocket connections (I'm opening an empty one directly only for medooze), but I'm not using the same websocket implementation in node (websocket/ws instead of theturtle32/websocket).
I've previously achieved my goal (SFU) by usign node-wrtc, but it's neither stable nor efficient.
Any hint will be highly appreciated