webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

Fix pion-to-pion example in docker-compose

Open mengelbart opened this issue 3 years ago • 1 comments

Fixes the command line arguments to use correct addresses and uses go install instead of now unsupported go get.

Fixes #2286

mengelbart avatar Jul 23 '22 19:07 mengelbart

Codecov Report

Base: 77.61% // Head: 77.38% // Decreases project coverage by -0.22% :warning:

Coverage data is based on head (0477d8c) compared to base (a748421). Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2287      +/-   ##
==========================================
- Coverage   77.61%   77.38%   -0.23%     
==========================================
  Files          87       87              
  Lines        9261     9261              
==========================================
- Hits         7188     7167      -21     
- Misses       1639     1657      +18     
- Partials      434      437       +3     
Flag Coverage Δ
go 79.14% <ø> (-0.26%) :arrow_down:
wasm 70.15% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
internal/mux/endpoint.go 51.72% <0.00%> (-6.90%) :arrow_down:
internal/mux/mux.go 84.78% <0.00%> (-4.35%) :arrow_down:
sctptransport.go 77.15% <0.00%> (-3.38%) :arrow_down:
icetransport.go 68.42% <0.00%> (-1.22%) :arrow_down:
peerconnection.go 77.90% <0.00%> (-0.18%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Jul 23 '22 19:07 codecov[bot]