Skip to content

Signalling Protocol

Stefan Dimitrov edited this page Aug 20, 2020 · 2 revisions

UHST uses plain old HTTPS for signalling. Both host and client register with the signalling server by sending a POST request. Both the host and the clients use EventSource to receive offers/answers and ICE candidates from each other, and POST to send them.

UHST Signalling Sequence Diagram

Clone this wiki locally