The PJPROJECT libraries are organized as follows:
- Base libraries (PJLIB/PJLIB-UTIL/PJSIP/PJNATH/PJMEDIA)
- APIs (PJSUA/PJSUA2)
I'm trying to develop a new API based on PJSUA but using RTC native libraries (as far as I know, the term WebRTC is more related to the Web API) instead of PJMEDIA.
However, according to the official docs, I understand that the RTC native libraries are used for signalling and media.
Is it possible to only use the media part of the RTC libraries? If yes, where can I find resources to integrate the RTC libraries with PJSIP?
Thanks, Mickael