aboutsummaryrefslogtreecommitdiffstats
path: root/src/call.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/call.h')
-rw-r--r--src/call.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/call.h b/src/call.h
index bc772a4..7f67066 100644
--- a/src/call.h
+++ b/src/call.h
@@ -54,6 +54,11 @@ struct call_leg {
uint32_t payload_type;
uint32_t payload_msg_type;
+ /* SDP as received for this call leg. If this is an MNCC call leg, contains the SDP most recently received in an
+ * MNCC message; if this is a SIP call leg, contains the SDP most recently received in a SIP message. If no SDP
+ * was received yet, this string is empty. Otherwise a nul terminated string. */
+ char sdp[1024];
+
/**
* Remote started to ring/alert
*/