Changeset 5585
- Timestamp:
- Apr 21, 2017 8:53:32 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
r5584 r5585 1651 1651 pjsua_var.ua_cfg.cb.on_incoming_call(acc_id, call_id, rdata); 1652 1652 1653 /* onIncomingCall() may be simulated by onCreateMediaTransport() 1653 /* Notes: 1654 * - the call might be reset when it's rejected or hangup 1655 * by application from the callback. 1656 /* - onIncomingCall() may be simulated by onCreateMediaTransport() 1654 1657 * when media init is done synchrounously (see #1916). And if app 1655 1658 * happens to answer/hangup the call from the callback, the
Note: See TracChangeset
for help on using the changeset viewer.