Changeset 3219 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
- Timestamp:
- Jun 23, 2010 12:38:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
r3206 r3219 2185 2185 } 2186 2186 2187 if (info.stream_info[i].dir == PJMEDIA_DIR_ENCODING) 2187 if (call->media_dir == PJMEDIA_DIR_NONE) { 2188 /* To handle when the stream that is currently being paused 2189 * (http://trac.pjsip.org/repos/ticket/1079) 2190 */ 2191 dir = "inactive"; 2192 } else if (info.stream_info[i].dir == PJMEDIA_DIR_ENCODING) 2188 2193 dir = "sendonly"; 2189 2194 else if (info.stream_info[i].dir == PJMEDIA_DIR_DECODING)
Note: See TracChangeset
for help on using the changeset viewer.