Changeset 4225 for pjproject/trunk
- Timestamp:
- Aug 9, 2012 9:16:31 AM (12 years ago)
- Location:
- pjproject/trunk/pjsip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r4224 r4225 5303 5303 5304 5304 /** 5305 * Enable/disable "c=" line in SDP session level. Set to zero to disable it. 5306 */ 5307 #ifndef PJSUA_SDP_SESS_HAS_CONN 5308 # define PJSUA_SDP_SESS_HAS_CONN 0 5309 #endif 5310 5311 5312 /** 5305 5313 * This structure describes media configuration, which will be specified 5306 5314 * when calling #pjsua_init(). Application MUST initialize this structure -
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
r4224 r4225 1941 1941 } 1942 1942 1943 #if PJSUA_SDP_SESS_HAS_CONN 1943 1944 /* Copy c= line of the first media to session level, 1944 1945 * if there's none. … … 1947 1948 sdp->conn = pjmedia_sdp_conn_clone(pool, m->conn); 1948 1949 } 1950 #endif 1949 1951 1950 1952
Note: See TracChangeset
for help on using the changeset viewer.