Detailed Description

Function Documentation

sdp_message_t* eXosip_get_remote_sdp (struct eXosip_t *excontext, intdid)

Get remote SDP body for the latest INVITE of call.

Parameters:

excontext eXosip_t instance.

did dialog id of call.

sdp_message_t* eXosip_get_local_sdp (struct eXosip_t *excontext, intdid)

Get local SDP body for the latest INVITE of call.

Parameters:

excontext eXosip_t instance.

did dialog id of call.

sdp_message_t* eXosip_get_previous_local_sdp (struct eXosip_t *excontext, intdid)

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

Parameters:

excontext eXosip_t instance.

did dialog id of call.

sdp_message_t* eXosip_get_remote_sdp_from_tid (struct eXosip_t *excontext, inttid)

Get remote SDP body for the latest INVITE of call.

Parameters:

excontext eXosip_t instance.

tid transction id of transaction.

sdp_message_t* eXosip_get_local_sdp_from_tid (struct eXosip_t *excontext, inttid)

Get local SDP body for the latest INVITE of call.

Parameters:

excontext eXosip_t instance.

tid transction id of transaction.

sdp_message_t* eXosip_get_sdp_info (osip_message_t *message)

Get local SDP body for the given message.

Parameters:

message message containing the SDP.

sdp_connection_t* eXosip_get_audio_connection (sdp_message_t *sdp)

Get audio connection information for call.

Parameters:

sdp sdp information.

sdp_media_t* eXosip_get_audio_media (sdp_message_t *sdp)

Get audio media information for call.

Parameters:

sdp sdp information.

sdp_connection_t* eXosip_get_video_connection (sdp_message_t *sdp)

Get video connection information for call.

Parameters:

sdp sdp information.

sdp_media_t* eXosip_get_video_media (sdp_message_t *sdp)

Get video media information for call.

Parameters:

sdp sdp information.

sdp_connection_t* eXosip_get_connection (sdp_message_t *sdp, const char *media)

Get media connection information for call.

Parameters:

sdp sdp information.

media media to search.

sdp_media_t* eXosip_get_media (sdp_message_t *sdp, const char *media)

Get media information for call.

Parameters:

sdp sdp information.

media media to search.

Author

Generated automatically by Doxygen for libeXosip2 from the source code.