Ignore:
Timestamp:
May 14, 2006 6:50:09 PM (18 years ago)
Author:
bennylp
Message:

Set default sound backend in Win32 to own DirectSound?, and changed conference clock to 10ms (from 20ms)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/siprtp_report.c

    r442 r443  
    6060 
    6161    /* Print duration */ 
    62     if (inv->state >= PJSIP_INV_STATE_CONFIRMED && call->connect_time) { 
     62    if (inv->state >= PJSIP_INV_STATE_CONFIRMED && call->connect_time.sec) { 
    6363 
    6464        PJ_TIME_VAL_SUB(now, call->connect_time); 
Note: See TracChangeset for help on using the changeset viewer.