I am building an app using WebRtc in combination with Kurento Media Server. As far as I understand, Kurento's default approach dealing with multi-point is Routing.
How can one change Routing to MCU?
Any help will be appreciated!
If you want to combine all incoming streams into one single stream, so that each participant receives only one stream, you can use a special type of mixing media element called Composite
.
There are some things that you should consider, however: