- sdp_message_t* eXosip_get_remote_sdp (int did)
- Get remote SDP body for the latest INVITE of call.
- Parameters:
did dialog id of call.
- sdp_message_t* eXosip_get_local_sdp (int did)
- Get local SDP body for the latest INVITE of call.
- Parameters:
did dialog id of call.
- sdp_message_t* eXosip_get_previous_local_sdp (int did)
- Get local SDP body for the previous latest INVITE of call.
- Parameters:
did dialog id of call.
- sdp_message_t* eXosip_get_remote_sdp_from_tid (int tid)
- Get remote SDP body for the latest INVITE of call.
- Parameters:
tid transction id of transaction.
- sdp_message_t* eXosip_get_local_sdp_from_tid (int tid)
- Get local SDP body for the latest INVITE of call.
- Parameters:
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.