[GB28181] PJSIP library (3) interface usage, compilation and linking

【Catalogue】Guo Lao Er's Blog Post: Summary of Images and Videos

1. Example 1: Header file reference and compilation link

1.1 Reference header file

Call the C advanced interface to use: #include <pjsua-lib/pjsua.h>

#include <pjsua-lib/pjsua.h>
#include <pj/log.h>

int main()
{
   
    
    
   pj_status_t status

Guess you like

Origin blog.csdn.net/u010168781/article/details/130066713