Functions | |
sdp_message_t * | eXosip_get_remote_sdp (int did) |
sdp_message_t * | eXosip_get_local_sdp (int did) |
sdp_message_t * | eXosip_get_remote_sdp_from_tid (int tid) |
sdp_message_t * | eXosip_get_local_sdp_from_tid (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_message_t* eXosip_get_remote_sdp | ( | int | did | ) |
Get remote SDP body for the latest INVITE of call.
did | dialog id of call. |
sdp_message_t* eXosip_get_local_sdp | ( | int | did | ) |
Get local SDP body for the latest INVITE of call.
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.
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.
tid | transction id of transaction. |
sdp_message_t* eXosip_get_sdp_info | ( | osip_message_t * | message | ) |
Get local SDP body for the given message.
message | message containing the SDP. |
sdp_connection_t* eXosip_get_audio_connection | ( | sdp_message_t * | sdp | ) |
Get audio connection information for call.
sdp | sdp information. |
sdp_media_t* eXosip_get_audio_media | ( | sdp_message_t * | sdp | ) |
Get audio media information for call.
sdp | sdp information. |