summaryrefslogtreecommitdiff
path: root/pjmedia/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-11-27 09:54:03 +0000
committerBenny Prijono <bennylp@teluu.com>2006-11-27 09:54:03 +0000
commit8bdc904e9557dc874a1ebf01d3273f418d234b8c (patch)
tree1cde719a66349ceefaa46e08d399ad8b448be20f /pjmedia/include
parentc46a5192a1ecc5b03466be67087824841462a9c3 (diff)
Display actual sound device name in conference bridge port zero
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@833 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/include')
-rw-r--r--pjmedia/include/pjmedia/conference.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/pjmedia/include/pjmedia/conference.h b/pjmedia/include/pjmedia/conference.h
index 936d2294..0aef15c5 100644
--- a/pjmedia/include/pjmedia/conference.h
+++ b/pjmedia/include/pjmedia/conference.h
@@ -172,6 +172,18 @@ PJ_DECL(pjmedia_port*) pjmedia_conf_get_master_port(pjmedia_conf *conf);
/**
+ * Set master port name.
+ *
+ * @param conf The conference bridge.
+ * @param name Name to be assigned.
+ *
+ * @return PJ_SUCCESS on success.
+ */
+PJ_DECL(pj_status_t) pjmedia_conf_set_port0_name(pjmedia_conf *conf,
+ const pj_str_t *name);
+
+
+/**
* Add media port to the conference bridge.
*
* By default, the new conference port will have both TX and RX enabled,