webrtc c++ demo
时间: 2023-09-19 14:13:09 浏览: 117
As an AI language model, I don't have access to a live demo of WebRTC in C language, but here are some resources that might help you get started with creating a WebRTC application in C:
1. WebRTC Native APIs: The official WebRTC project provides a set of native APIs for C++ developers to interact with the WebRTC stack. These APIs are available on Github and can be used to build WebRTC applications in C.
2. WebRTC C API: The Chromium project has a C API for WebRTC that allows developers to use WebRTC functionality in their C-based applications. The API is available on Github and can be used to create WebRTC-enabled applications in C.
3. OpenWebRTC: OpenWebRTC is an open-source WebRTC implementation that provides C APIs for developers to create WebRTC applications. The project is available on Github and can be used to build WebRTC applications in C.
4. Janus Gateway: Janus Gateway is a general-purpose WebRTC gateway that provides a C API for developers to create custom WebRTC applications. The project is available on Github and can be used to build WebRTC applications in C.
5. Kurento Media Server: Kurento is a WebRTC media server that provides a C API for developers to create custom WebRTC applications. The project is available on Github and can be used to build WebRTC applications in C.
I hope this helps you get started with building a WebRTC application in C. Good luck!
阅读全文