Hi,
I went through the source code of kurento node js demo for one to many call on Github '
https://github.com/Kurento/kurento-tutorial-node/blob/master/kurento-one2many-call/server.js'. What I observed was, to establish one to many call between many peers, they have created many '
webRtcEndpoint' elements and connected them together. I came across a MediaElement in Kurento called DispatcherOneToMany but didn't find any code sample using
DispatcherOneToMany in Node JS. Are there any performance benefits of using
DispatcherOneToMany rather than connection several
webRtcEndpoints together? Could anyone tell me how to DispatcherOneToMany in ndoejs?