Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Capturing user media - get stream from camera or microphone via browser
  • RTCPeerConnection api which manage video/audio calls
  • RTCDataChannel api that allows transmit custom data between peers if they already have established connection

...

Our signal server on Java

The RTCPeerConnection API is oriented on p2p connections so I

Establishing connection between peers demands one more public server - a Signal server.

It uses for transmit

auxiliary

 

auxiliary data. The following steps are typical that connect two peers:

Alice is going to call (video/audio) to Bob.