Hacker News new | ask | show | jobs
by scotu 3752 days ago
Nicely done. I'm myself toying with webrtc and remote pair programming, so I think this is really cool.

One question: before beginning the session I got a "popup" claiming that the session is encrypted, does it just mean it's https or are you doing any other encryption?

1 comments

They are referring to the video stream that is encrypted using RTPS (RTP + SSL), as is standard when using WebRTC.
That's right! :)