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?