peerjs icon indicating copy to clipboard operation
peerjs copied to clipboard

support for multiple tab connection

Open Jaysojitra13 opened this issue 4 years ago • 5 comments

When I establish a connection using perrjs in one tab of chrome, it's working properly. But when I open a new tab, it again tries to make a connection. So it throws an error like "ID_IS_TAKEN".

Usecase is when I open multiple tabs, the connection should remain the same across all the tabs.

Is there any way to prevent this?

Jaysojitra13 avatar Apr 10 '20 12:04 Jaysojitra13