Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looking for the C++ API docs #1318

Open
Rz-Rz opened this issue Jan 13, 2025 · 3 comments
Open

Looking for the C++ API docs #1318

Rz-Rz opened this issue Jan 13, 2025 · 3 comments

Comments

@Rz-Rz
Copy link

Rz-Rz commented Jan 13, 2025

hello,
I'm looking for the C++ API docs, I'm only finding the C API docs.
thank you for this cool library

@chenlele-cll
Copy link

same

@Nemirtingas
Copy link
Contributor

Its in the README: https://github.com/paullouisageneau/libdatachannel?tab=readme-ov-file#examples

It might not be a pure C++ API documentation like you would expect from doxygen or something, but it should be enought to get you running. Also, libdatachannel is aimed to mimic javascript's webrtc usage if I'm correct.

@paullouisageneau
Copy link
Owner

There is no C++ API reference for now. The C++ API is indeed relatively similar to the WebRTC JS API, so a lot of methods and fields have the same meaning. In addition to the Readme, you can look at examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants