WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pjsip_sdp_info Struct Reference

#include <sip_inv.h>

Data Fields

pj_str_t body
 
pj_status_t sdp_err
 
pjmedia_sdp_sessionsdp
 

Detailed Description

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.

Field Documentation

◆ body

pj_str_t pjsip_sdp_info::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.

◆ sdp_err

pj_status_t pjsip_sdp_info::sdp_err

This will contain non-zero if an invalid SDP body is found in the message.

◆ sdp

pjmedia_sdp_session* pjsip_sdp_info::sdp

A parsed and validated SDP body.


The documentation for this struct was generated from the following file:

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.