mirror of
https://github.com/pion/webrtc.git
synced 2025-09-26 19:21:12 +08:00
Fix pion2pion example readme
This commit is contained in:
@@ -7,12 +7,12 @@ The `answer` side acts like a HTTP server and should therefore be ran first.
|
||||
## Instructions
|
||||
First run `answer`:
|
||||
```sh
|
||||
go install github.com/pion/webrtc/v4/examples/pion-to-pion/answer
|
||||
go install github.com/pion/webrtc/v4/examples/pion-to-pion/answer@latest
|
||||
answer
|
||||
```
|
||||
Next, run `offer`:
|
||||
```sh
|
||||
go install github.com/pion/webrtc/v4/examples/pion-to-pion/offer
|
||||
go install github.com/pion/webrtc/v4/examples/pion-to-pion/offer@latest
|
||||
offer
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user