libwebrtc icon indicating copy to clipboard operation
libwebrtc copied to clipboard

Docs, docs, and more docs

Open ClosetGeek-Git opened this issue 7 years ago • 1 comments

We seriously need some documentation on Googles C++ WebRTC. All of Googles C++ APIs (V8 etc) very much look like how PHP/Zend Engine internals looked around early 2000 - those who know don't talk, and those who talk don't really know. I love what you've done but where do you find actual documentation?

ClosetGeek-Git avatar Jul 12 '18 06:07 ClosetGeek-Git

No doxygen, no party. At this point having native API stack for WebRTC is similar to strip an http API stack from a web server and hoping it will be well documented. And it's quite true because the official WebRTC native implementation is the Chromium/Chrome one.

ceztko avatar Sep 06 '18 22:09 ceztko