Skip to content

Commit

Permalink
Update WebRTC.md with diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlin2k authored Nov 27, 2023
1 parent 0bb6b37 commit 99a7ba9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Topics/Tech_Stacks/WebRTC.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ peerConnection.addEventListener('icecandidate', event => {
}
});
```
![webrtc-overview](https://github.com/davidlin2k/learning-software-engineering.github.io/assets/17074619/2d2c0426-7a93-4b42-93f4-0047d2377360)

A diagram on how ICE candidates are retrived and exchanged.

## STUN and TURN servers

Expand Down

0 comments on commit 99a7ba9

Please sign in to comment.