I want to create more than one broadcasting sessions, (like chat rooms so there could be n number of masters each broadcasting to different group of viewers).
Is multiple broadcasting sessions possible? if so how can I achieve this? can I do something like the implementation of one-to-one calls given in the tutorials on github?
Currently my code is same as the kurento-one2many-call
Node.js example provided on Github.
EDIT: I have been going through the code and tutorials and realized that this might be achievable by introducing different pipelines for each 'chat room'. Is this the way to go?