summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia/sdp_neg.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-09 01:26:14 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-09 01:26:14 +0000
commitd6c11279e40c832480fe5712f9bda75685aaf668 (patch)
tree3ec1fa844d030304cffa9ae616981767f8995028 /pjmedia/include/pjmedia/sdp_neg.h
parent1a7571f62112ae25317663cba5df39c8ff1690c7 (diff)
Done media integration in pjsua. Needs to do actual voice testing
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@163 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/include/pjmedia/sdp_neg.h')
-rw-r--r--pjmedia/include/pjmedia/sdp_neg.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/pjmedia/include/pjmedia/sdp_neg.h b/pjmedia/include/pjmedia/sdp_neg.h
index d67aa49d..e4f5511b 100644
--- a/pjmedia/include/pjmedia/sdp_neg.h
+++ b/pjmedia/include/pjmedia/sdp_neg.h
@@ -97,6 +97,17 @@ enum pjmedia_sdp_neg_state
PJMEDIA_SDP_NEG_STATE_DONE,
};
+
+/**
+ * Get the state string description of the specified state.
+ *
+ * @param state Negotiator state.
+ *
+ * @return String description of the state.
+ */
+PJ_DECL(const char*) pjmedia_sdp_neg_state_str(pjmedia_sdp_neg_state state);
+
+
/**
* Create the SDP negotiator with local offer. The SDP negotiator then
* will move to PJMEDIA_SDP_NEG_STATE_LOCAL_OFFER state, where it waits