Hi,
Is it possible to subscribe to streams without mixing it on server? I have set following in woogeen_config.js:
// If true, the streams from different clients in a room will be mixed by the media server.
config.erizoController.mixer = false;
Is there any sample or working example that someone can provide for subscribing to streams in a room while above configuration is used (without mixing streams). I can publish but cannot see any stream in basic Sample being provided with Intel CS for webrtc (working with mixed stream mode).