summary.
Edit me
webrtc overview
| Â | Â | Â |
|---|---|---|
| official | sipwebrtc 2018 | webrtcbrowser Reiley 2015 |
| webrtc_tutorial | gcuuno | github_pages |
concept
nework layer
| Â |
|---|
| Teleconferencing, Video Teleconferencing/Videoconferencing, Multimedia Application Sharing, and other Applications SIP/SDP, WebRTC/SDP, RTSP/SDP, SAP/SDP, RTP/RTCP |
| TCP, UDP, SCTP, TLS, DTLS |
| IP |
| Â | Â |
|---|---|
| generic-message = start-line *message-header CRLF [ message-body ] start-line = | Request-Line / Status-Line |

webrtc architecture
| Â | Â |
|---|---|
![]() |
details |
![]() |
data flow chart article |
- RTC peer connection object
var conn = new RTCPeerConnection(conf); conn.onaddstream = function(stream){
// use stream here
};

