Make Architecture markdown smaller

Sean DuBois 2021-01-28 20:17:54 -08:00
parent 8c4c9ebaf6
commit 45c58bef9f

@ -12,13 +12,11 @@ At a highlevel the components that make up a PeerConnection look like this. At t
<---> pion/srtp ---> OnTrack
| ^
| | --------- AddTrack
pion/ice <----> pion/webrtc <--> github.com/pion/webrtc/internal/mux
pion/ice <----> pion/webrtc(internal/mux)
|
<---> pion/dtls <--> pion/sctp -> OnDataChannel
^
|---- CreateDataChannel
```
### Receiving Data