peerjs
peerjs copied to clipboard
support for multiple tab connection
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?