You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaScript (Web RTC), Event handling, STUN/TURN Server, data packet handling.
Node JS (Socket IO).
HTML, CSS (UI).
Steps to use this:
Run npm install.
Run node index.js (server).
Open localhost:8080 in browser, it will ask for meeting id aka room number.
Open localhost:8080 in next tab, it will ask for meeting id again. Put the same meeting id as previous once again.
And both the screens are now joined in a bidirectional peer to peer real time communication in meeting room. You can see both of the screen's side by side on the page.