An open API service indexing awesome lists of open source software.

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.

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
-------------------------------------------------------------------------------
```