- Timestamp:
- Apr 11, 2011 7:59:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/2.0-dev/pjsip/src/pjsua-lib/pjsua_media.c
r3520 r3521 1721 1721 return status; 1722 1722 } 1723 1724 /* Copy c= line of the first media to session level, 1725 * if there's none. 1726 */ 1727 if (sdp->conn == NULL) { 1728 sdp->conn = pjmedia_sdp_conn_clone(pool, m->conn); 1729 } 1723 1730 } 1724 1731
Note: See TracChangeset
for help on using the changeset viewer.