.TH "eXosip2_sdp" 3 "Thu Dec 15 2016" "Version 4.1.0" "libeXosip2" \" -*- nroff -*- .ad l .nh .SH NAME eXosip2_sdp \- eXosip2 SDP helper API\&. .SS "Functions" .in +1c .ti -1c .RI "sdp_message_t * \fBeXosip_get_remote_sdp\fP (struct eXosip_t *excontext, int did)" .br .ti -1c .RI "sdp_message_t * \fBeXosip_get_local_sdp\fP (struct eXosip_t *excontext, int did)" .br .ti -1c .RI "sdp_message_t * \fBeXosip_get_previous_local_sdp\fP (struct eXosip_t *excontext, int did)" .br .ti -1c .RI "sdp_message_t * \fBeXosip_get_remote_sdp_from_tid\fP (struct eXosip_t *excontext, int tid)" .br .ti -1c .RI "sdp_message_t * \fBeXosip_get_local_sdp_from_tid\fP (struct eXosip_t *excontext, int tid)" .br .ti -1c .RI "sdp_message_t * \fBeXosip_get_sdp_info\fP (osip_message_t *message)" .br .ti -1c .RI "sdp_connection_t * \fBeXosip_get_audio_connection\fP (sdp_message_t *sdp)" .br .ti -1c .RI "sdp_media_t * \fBeXosip_get_audio_media\fP (sdp_message_t *sdp)" .br .ti -1c .RI "sdp_connection_t * \fBeXosip_get_video_connection\fP (sdp_message_t *sdp)" .br .ti -1c .RI "sdp_media_t * \fBeXosip_get_video_media\fP (sdp_message_t *sdp)" .br .ti -1c .RI "sdp_connection_t * \fBeXosip_get_connection\fP (sdp_message_t *sdp, const char *media)" .br .ti -1c .RI "sdp_media_t * \fBeXosip_get_media\fP (sdp_message_t *sdp, const char *media)" .br .in -1c .SH "Detailed Description" .PP .SH "Function Documentation" .PP .SS "sdp_message_t* eXosip_get_remote_sdp (struct eXosip_t * excontext, int did)" Get remote SDP body for the latest INVITE of call\&. .PP \fBParameters:\fP .RS 4 \fIexcontext\fP eXosip_t instance\&. .br \fIdid\fP dialog id of call\&. .RE .PP .SS "sdp_message_t* eXosip_get_local_sdp (struct eXosip_t * excontext, int did)" Get local SDP body for the latest INVITE of call\&. .PP \fBParameters:\fP .RS 4 \fIexcontext\fP eXosip_t instance\&. .br \fIdid\fP dialog id of call\&. .RE .PP .SS "sdp_message_t* eXosip_get_previous_local_sdp (struct eXosip_t * excontext, int did)" Get local SDP body for the previous latest INVITE of call\&. .PP \fBParameters:\fP .RS 4 \fIexcontext\fP eXosip_t instance\&. .br \fIdid\fP dialog id of call\&. .RE .PP .SS "sdp_message_t* eXosip_get_remote_sdp_from_tid (struct eXosip_t * excontext, int tid)" Get remote SDP body for the latest INVITE of call\&. .PP \fBParameters:\fP .RS 4 \fIexcontext\fP eXosip_t instance\&. .br \fItid\fP transction id of transaction\&. .RE .PP .SS "sdp_message_t* eXosip_get_local_sdp_from_tid (struct eXosip_t * excontext, int tid)" Get local SDP body for the latest INVITE of call\&. .PP \fBParameters:\fP .RS 4 \fIexcontext\fP eXosip_t instance\&. .br \fItid\fP transction id of transaction\&. .RE .PP .SS "sdp_message_t* eXosip_get_sdp_info (osip_message_t * message)" Get local SDP body for the given message\&. .PP \fBParameters:\fP .RS 4 \fImessage\fP message containing the SDP\&. .RE .PP .SS "sdp_connection_t* eXosip_get_audio_connection (sdp_message_t * sdp)" Get audio connection information for call\&. .PP \fBParameters:\fP .RS 4 \fIsdp\fP sdp information\&. .RE .PP .SS "sdp_media_t* eXosip_get_audio_media (sdp_message_t * sdp)" Get audio media information for call\&. .PP \fBParameters:\fP .RS 4 \fIsdp\fP sdp information\&. .RE .PP .SS "sdp_connection_t* eXosip_get_video_connection (sdp_message_t * sdp)" Get video connection information for call\&. .PP \fBParameters:\fP .RS 4 \fIsdp\fP sdp information\&. .RE .PP .SS "sdp_media_t* eXosip_get_video_media (sdp_message_t * sdp)" Get video media information for call\&. .PP \fBParameters:\fP .RS 4 \fIsdp\fP sdp information\&. .RE .PP .SS "sdp_connection_t* eXosip_get_connection (sdp_message_t * sdp, const char * media)" Get media connection information for call\&. .PP \fBParameters:\fP .RS 4 \fIsdp\fP sdp information\&. .br \fImedia\fP media to search\&. .RE .PP .SS "sdp_media_t* eXosip_get_media (sdp_message_t * sdp, const char * media)" Get media information for call\&. .PP \fBParameters:\fP .RS 4 \fIsdp\fP sdp information\&. .br \fImedia\fP media to search\&. .RE .PP .SH "Author" .PP Generated automatically by Doxygen for libeXosip2 from the source code\&.