I have 3 peers connect to each other. The first peer starts his video, the other two can see the video. The second peer starts her video, and the first and second peer can see each other's video. However, with the third peer, the first peer's video is lost and only the second peer's video is shown. Just trying to figure out if this is a limitation of PeerJS or my programming! Thanks!
Dave
I tested with having 3 windows open. Second and Third peers calling the first peer. First peer sees both videos fine.
I then tested with the first peer calling the second peer. Second peer sees the video fine. Once the first peer calls the third peer, the third peer can see the first peer's video. However, the second peer loses the connection to the video. Does this mean only one .call can be created?
Dave