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
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.