Changeset 5585 for pjproject


Ignore:
Timestamp:
Apr 21, 2017 8:53:32 AM (7 years ago)
Author:
riza
Message:

Re #2012: Add additional comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c

    r5584 r5585  
    16511651            pjsua_var.ua_cfg.cb.on_incoming_call(acc_id, call_id, rdata); 
    16521652 
    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() 
    16541657             * when media init is done synchrounously (see #1916). And if app 
    16551658             * happens to answer/hangup the call from the callback, the  
Note: See TracChangeset for help on using the changeset viewer.