Bug: webrtc:12674 Change-Id: I49bb46b4e505f89ce8d56c469a8995779edf1f28 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/214969 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33690}
465 B
465 B
The WebRTC API
The public API of the WebRTC library consists of the api/ directory and its subdirectories. No other files should be depended on by webrtc users.
Before starting to code against the API, it is important to understand some basic concepts, such as:
- Memory management, including webrtc's reference counted objects
- Thread management