https://github.com/akagi201/webrtc-go
Package webrtc provides Go bindings WebRTC.
https://github.com/akagi201/webrtc-go
cgo golang swig webrtc
Last synced: 6 months ago
JSON representation
Package webrtc provides Go bindings WebRTC.
- Host: GitHub
- URL: https://github.com/akagi201/webrtc-go
- Owner: Akagi201
- License: mit
- Created: 2017-01-11T08:05:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-11T12:05:33.000Z (over 8 years ago)
- Last Synced: 2025-04-04T18:51:59.017Z (6 months ago)
- Topics: cgo, golang, swig, webrtc
- Language: C++
- Size: 1.92 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webrtc-go
Package webrtc provides Go bindings WebRTC.
## WebRTC header files
### The whole headers
```
webrtc-go/webrtc/webrtc/include git/master
❯ cloc .
1514 text files.
1514 unique files.
0 files ignored.github.com/AlDanial/cloc v 1.70 T=13.12 s (115.4 files/s, 15103.2 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
C/C++ Header 1514 30340 44819 122923
-------------------------------------------------------------------------------
SUM: 1514 30340 44819 122923
-------------------------------------------------------------------------------
```### The API headers
```
webrtc-go/webrtc/webrtc/include/webrtc/api git/master
❯ cloc .
75 text files.
75 unique files.
0 files ignored.github.com/AlDanial/cloc v 1.70 T=0.58 s (129.9 files/s, 17380.7 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
C/C++ Header 75 1529 2401 6105
-------------------------------------------------------------------------------
SUM: 75 1529 2401 6105
-------------------------------------------------------------------------------
```