Hi,
I want to use several peers (Explorer objects) within one browser tab such that one browser tab can register itself for several peerIDs.
e.g:
var peer = new Explorer(config);
var peer2 = new Explorer(config);
How should/can I modify the program code to make this work?