libwebrtc info

Hi all,
I’m new in this project and I have a list of question that maybe you can answer me.
I’m looking on a native c/c++ library that I can use in the client side
I noticed libmediasoupclient.
I want to know if in this library is, not only the webrtc part (it is based on libwebrtc), but the apis to communicate between the client and mediasoup.

is there a simple client application developed using this lib?
Thanks

Angelo

Yes, there check out the mediasoup broadcaster demo.

but the apis to communicate between the client and mediasoup.

Mediasoup and its libraries do not provide any means of signalling between client and server. You can use WebSocket, HTTP or any other mechanism in your hand.

libmediasoupclient is a C++ version of mediasoup-client (JavaScript). You are free to use any communication mechanism you wish.

and why do you need a wrapper of libwebrtc?

Do you have a list of messages that I have to send to mediasoup server?

Thank you very much for your answer

Angelo

To talk ICE/DTLS/RTP etc.

This is not how it works. Please read the API docs so you’ll figure out.

how do I find the right version of libwebrtc that I have to use to compile libmediasoupclient?
thanks

Read the docs of libwebrtc, they explain it.

Read the docs of libwebrtc, they explain it.

The docs of libmediasoupclient :slight_smile: