Functions
Get remote SDP body for the latest INVITE of call.
More...
Get local SDP body for the latest INVITE of call.
More...
Get local SDP body for the previous latest INVITE of call.
More...
Get remote SDP body for the latest INVITE of call.
More...
Get local SDP body for the latest INVITE of call.
More...
Get local SDP body for the given message.
More...
Get audio connection information for call.
More...
Get audio media information for call.
More...
Get video connection information for call.
More...
Get video media information for call.
More...
Get media connection information for call.
More...
Get media information for call.
More...
Detailed Description
Function Documentation
#include <eXosip.h>
Get audio connection information for call.
- Parameters
-
sdp sdp information.
#include <eXosip.h>
Get audio media information for call.
- Parameters
-
sdp sdp information.
#include <eXosip.h>
Get media connection information for call.
- Parameters
-
sdp sdp information.
media media to search.
sdp_message_t* eXosip_get_local_sdp
(
struct eXosip_t *
excontext,
int
did
)
#include <eXosip.h>
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_local_sdp_from_tid
(
struct eXosip_t *
excontext,
int
tid
)
#include <eXosip.h>
Get local SDP body for the latest INVITE of call.
- Parameters
-
excontext eXosip_t instance.
tid transction id of transaction.
#include <eXosip.h>
Get media information for call.
- Parameters
-
sdp sdp information.
media media to search.
sdp_message_t* eXosip_get_previous_local_sdp
(
struct eXosip_t *
excontext,
int
did
)
#include <eXosip.h>
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
(
struct eXosip_t *
excontext,
int
did
)
#include <eXosip.h>
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_remote_sdp_from_tid
(
struct eXosip_t *
excontext,
int
tid
)
#include <eXosip.h>
Get remote SDP body for the latest INVITE of call.
- Parameters
-
excontext eXosip_t instance.
tid transction id of transaction.
#include <eXosip.h>
Get local SDP body for the given message.
- Parameters
-
message message containing the SDP.
#include <eXosip.h>
Get video connection information for call.
- Parameters
-
sdp sdp information.
#include <eXosip.h>
Get video media information for call.
- Parameters
-
sdp sdp information.