WARNING: The online documentation has moved to https://docs.pjsip.org.
Visit the new documentation at https://docs.pjsip.org:
Home --> Documentations --> PJSIP Reference
#include <sip_inv.h>
This structure represents SDP information in a pjsip_(rx|tx)_data. Application retrieve this information by calling pjsip_get_sdp_info(). This mechanism supports multipart message body.
Pointer and length of the text body in the incoming message. If the pointer is NULL, it means the message does not contain SDP body.
This will contain non-zero if an invalid SDP body is found in the message.
A parsed and validated SDP body.