consuming media from pipeToRouter call

After a peer has been piped in to a router by using pipeToRouter (by piping in all its producers), how do I consume its media in the demo application? The demo works on Peer objects. After piping in a producer I didn’t see any notifications (piping hasn’t worked fully, I am still experimenting).

Should I create a Peer object and notify others using protoo that there is a new Peer? Should I introduce a new notification that there is a pipedPeer with these producers? Should I just send a newConsumer notification on protoo with the piped in producer’s info?

Your signaling logic should be able to alert all users that it’s a typical broadcast, if there’s a need to be piped perform it then. If race conditions occur–queue the requests to view till the pipe is situated.

If a user is sitting alone in a room we do nothing, we don’t even connect the broadcast but say we did… lol