Hi all,
In the documentation about libmediasoupclient
API I can see the following line in a code example:
mySignaling.send("transport-connect", body);
My questions are the following:
- Does
libmediasoupclient
provides any API for signaling or it should be implemented on my own? - If I try to connect the demo server (https://v3demo.mediasoup.org or from
mediasoup-demo
repo) via my own web socket (e.g. usingwebsosketpp
) I encounter TLS error. Which SSL certificates should I use?
Thanks in advance.