npm start
which starts the node servernpm run client
which open theclient
folder in a local web server
- User1 sends an "offer2"
- User2 accepts offer as "remote description"
- User2 replies with an answer (also sets it as "local description")
- User1 accepts answer
- Listen for ICE candidates and exchange them
- Candidate gathering starts when you call
setLocalDescription()