react-videocall icon indicating copy to clipboard operation
react-videocall copied to clipboard

Need Understanding

Open uttu-316 opened this issue 1 year ago • 1 comments

How we are picking a particular peer to send a call notification?

uttu-316 avatar Apr 09 '23 20:04 uttu-316

Like it was mentioned in the README.md, when you connect to the web app, you will be assigned to an auto-generated id and a corresponding web socket connection.

When a person sends you a call request, technically, the request will be sent to the server first. The server acts as a mediator in this case and forwards the request to you via your web socket connection.

nguymin4 avatar Apr 09 '23 20:04 nguymin4