diff --git a/README.md b/README.md index cac14292d60..6c362317c9e 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ Check out the **[contributing wiki](https://github.com/pions/webrtc/wiki/Contrib * [adwpc](https://github.com/adwpc) - *SFU example with websocket* * [imalic3](https://github.com/imalic3) - *SFU websocket example with datachannel broadcast* * [Žiga Željko](https://github.com/zigazeljko) +* [Simonacca Fotokite](https://github.com/simonacca-fotokite) ### License MIT License - see [LICENSE](LICENSE) for full text diff --git a/examples/README.md b/examples/README.md index 8232cf6fd6b..f75610b3470 100644 --- a/examples/README.md +++ b/examples/README.md @@ -12,7 +12,7 @@ We've build an extensive collection of examples covering common use-cases. You c * [Save to Disk](save-to-disk): The save-to-disk example shows how to record your webcam and save the footage to disk on the server side. * [Janus Gateway](janus-gateway): Example janus-gateway is a collection of examples showing how to use Pion WebRTC with [janus-gateway](https://github.com/meetecho/janus-gateway). * [SFU Minimal](sfu-minimal): The SFU example demonstrates how to broadcast a video to multiple peers. A broadcaster uploads the video once and the server forwards it to all other peers. -* [SFU Websocket](sfu-websocket): The SFU example demonstrates how to broadcast a video to multiple peers. A broadcaster uploads the video once and the server forwards it to all other peers. +* [SFU Websocket](sfu-ws): The SFU example demonstrates how to broadcast a video to multiple peers. A broadcaster uploads the video once and the server forwards it to all other peers. #### Data Channel API * [Data Channels](data-channels): The data-channels example shows how you can send/recv DataChannel messages from a web browser.