meetecho / janode

A Node.js adapter for the Janus WebRTC server
ISC License
98 stars 36 forks source link

date channel #25

Closed marconildo closed 1 year ago

marconildo commented 1 year ago

I currently use Janus as a webrtc server and I have a video feed and a metadata feed associated with the video feed. using this new approach how would it work? I will receive everything via WS or would it have to be a different port. or is it not supported? thanks

atoppi commented 1 year ago

janode is a signalling library for the Janus API and does not directly handle data channels or other media, it just helps establish and negotiate connections. Please refer to the official community for other questions like this.