Changeset 1291 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
- Timestamp:
- May 23, 2007 7:12:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
r1266 r1291 2268 2268 2269 2269 /* Init media channel */ 2270 status = pjsua_media_channel_init(call->index, PJSIP_ROLE_UA C);2270 status = pjsua_media_channel_init(call->index, PJSIP_ROLE_UAS); 2271 2271 if (status != PJ_SUCCESS) { 2272 2272 pjsua_perror(THIS_FILE, "Error initializing media channel", status);
Note: See TracChangeset
for help on using the changeset viewer.