Am 13.12.2023 um 15:10 schrieb nora@xxxxxxxxxxxxxxxxxx:
I’m trying to use pjsip as a library for a WebRTC C/C++ application that uses a custom signaling, but I can’t find any examples using pjsip with WebRTC. An example that shows how to use the WebRTC api would be great.
I don't think there is a ready to use example. You need a way to exchange SDP (WebRTC leaves open how you do that), you need a working DTLS setup and I believe ICE is also involved. pjmedia and pjnath offer the building blocks for this; Unfortunately, that's all I can contribute; haven't done it myself (yet). Best Regards, Andreas _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list -- pjsip@xxxxxxxxxxxxxxx To unsubscribe send an email to pjsip-leave@xxxxxxxxxxxxxxx