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
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.
How we are picking a particular peer to send a call notification?
The text was updated successfully, but these errors were encountered: