You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/ice-restart/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Execute `go run *.go`
18
18
Open [http://localhost:8080](http://localhost:8080). This will automatically start a PeerConnection. This page will now prints stats about the PeerConnection
19
19
and allow you to do an ICE Restart at anytime.
20
20
21
-
*`ICE Restart` is the button that causes a new offer to be made wih`iceRestart: true`.
21
+
*`ICE Restart` is the button that causes a new offer to be made with`iceRestart: true`.
22
22
*`ICE Connection States` will contain all the connection states the PeerConnection moves through.
23
23
*`ICE Selected Pairs` will print the selected pair every 3 seconds. Note how the uFrag/uPwd/Port change everytime you start the Restart process.
24
24
*`Inbound DataChannel Messages` containing the current time sent by the Pion process every 3 seconds.
Copy file name to clipboardExpand all lines: examples/whip-whep/main.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
//go:build !js
5
5
// +build !js
6
6
7
-
// whip-whep demonstrates how to use the WHIP/WHEP specifications to exhange SPD descriptions and stream media to a WebRTC client in the browser or OBS
7
+
// whip-whep demonstrates how to use the WHIP/WHEP specifications to exchange SPD descriptions and stream media to a WebRTC client in the browser or OBS
0 commit comments