Files
webrtc/examples/ice-tcp
Joe Turki feeeebf251 Upgrade golangci-lint, more linters
Introduces new linters, upgrade golangci-lint to version (v1.63.4)
2025-01-18 07:16:06 -06:00
..
2023-05-05 11:58:49 -04:00
2025-01-18 07:16:06 -06:00
2023-09-05 13:51:09 -04:00

ice-tcp

ice-tcp demonstrates Pion WebRTC's ICE TCP abilities.

Instructions

Download ice-tcp

This example requires you to clone the repo since it is serving static HTML.

git clone https://github.com/pion/webrtc.git
cd webrtc/examples/ice-tcp

Run ice-tcp

Execute go run *.go

Open the Web UI

Open 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.

Congrats, you have used Pion WebRTC! Now start building something cool