|
|
|
|
|
by elithrar
1876 days ago
|
|
There are: - A lot of examples: https://github.com/pion/webrtc/tree/master/examples
- A lot of tests - if you exclude `_test.go` and `examples/` you are down to ~58k loines, which is only ~3x bigger than the (much simpler!) ICE and SCTP packages. With a naive exclude via grep -v '_test.go' and grep -v 'examples/*' we are down to: 16180 58136 498113 total
|
|