DOKK / manpages / debian 10 / libexosip2-dev / eXosip2_sdp.3.en
eXosip2_sdp(3) libeXosip2 eXosip2_sdp(3)

eXosip2_sdp - eXosip2 SDP helper API.


sdp_message_t * eXosip_get_remote_sdp (struct eXosip_t *excontext, int did)
sdp_message_t * eXosip_get_local_sdp (struct eXosip_t *excontext, int did)
sdp_message_t * eXosip_get_previous_local_sdp (struct eXosip_t *excontext, int did)
sdp_message_t * eXosip_get_remote_sdp_from_tid (struct eXosip_t *excontext, int tid)
sdp_message_t * eXosip_get_local_sdp_from_tid (struct eXosip_t *excontext, int tid)
sdp_message_t * eXosip_get_sdp_info (osip_message_t *message)
sdp_connection_t * eXosip_get_audio_connection (sdp_message_t *sdp)
sdp_media_t * eXosip_get_audio_media (sdp_message_t *sdp)
sdp_connection_t * eXosip_get_video_connection (sdp_message_t *sdp)
sdp_media_t * eXosip_get_video_media (sdp_message_t *sdp)
sdp_connection_t * eXosip_get_connection (sdp_message_t *sdp, const char *media)
sdp_media_t * eXosip_get_media (sdp_message_t *sdp, const char *media)

Get remote SDP body for the latest INVITE of call.

Parameters:

excontext eXosip_t instance.
did dialog id of call.

Get local SDP body for the latest INVITE of call.

Parameters:

excontext eXosip_t instance.
did dialog id of call.

Get local SDP body for the previous latest INVITE of call.

Parameters:

excontext eXosip_t instance.
did dialog id of call.

Get remote SDP body for the latest INVITE of call.

Parameters:

excontext eXosip_t instance.
tid transction id of transaction.

Get local SDP body for the latest INVITE of call.

Parameters:

excontext eXosip_t instance.
tid transction id of transaction.

Get local SDP body for the given message.

Parameters:

message message containing the SDP.

Get audio connection information for call.

Parameters:

sdp sdp information.

Get audio media information for call.

Parameters:

sdp sdp information.

Get video connection information for call.

Parameters:

sdp sdp information.

Get video media information for call.

Parameters:

sdp sdp information.

Get media connection information for call.

Parameters:

sdp sdp information.
media media to search.

Get media information for call.

Parameters:

sdp sdp information.
media media to search.

Generated automatically by Doxygen for libeXosip2 from the source code.

Thu Dec 15 2016 Version 4.1.0