github.com/pion/webrtc/v4@v4.0.1/examples/ice-tcp/README.md (about) 1 # ice-tcp 2 ice-tcp demonstrates Pion WebRTC's ICE TCP abilities. 3 4 ## Instructions 5 6 ### Download ice-tcp 7 This example requires you to clone the repo since it is serving static HTML. 8 9 ``` 10 git clone https://github.com/pion/webrtc.git 11 cd webrtc/examples/ice-tcp 12 ``` 13 14 ### Run ice-tcp 15 Execute `go run *.go` 16 17 ### Open the Web UI 18 Open [http://localhost:8080](http://localhost:8080). This will automatically start a PeerConnection. This page will now prints stats about the PeerConnection. The UDP candidates will be filtered out from the SDP. 19 20 Congrats, you have used Pion WebRTC! Now start building something cool