Changeset 655 for pjproject/trunk/pjmedia/include/pjmedia/conference.h
- Timestamp:
- Aug 6, 2006 2:15:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/conference.h
r633 r655 294 294 295 295 /** 296 * Get total number of ports connections currently set up in the bridge. 297 * 298 * @param conf The conference bridge. 299 * 300 * @return PJ_SUCCESS on success. 301 */ 302 PJ_DECL(unsigned) pjmedia_conf_get_connect_count(pjmedia_conf *conf); 303 304 305 /** 296 306 * Remove the specified port from the conference bridge. 297 307 *
Note: See TracChangeset
for help on using the changeset viewer.