Ignore:
Timestamp:
Feb 20, 2017 1:29:21 AM (7 years ago)
Author:
ming
Message:

Closed #1998: Add API pjsip_evsub_set_uas_timeout()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-simple/evsub.h

    r5397 r5558  
    512512 
    513513 
     514/** 
     515 * Sets, resets, or cancels the UAS subscription timeout. 
     516 * If there is an existing timer, it is cancelled before any 
     517 * other action. A timeout of 0 is ignored except that any 
     518 * existing timer is cancelled. 
     519 * 
     520 * @param sub           The server subscription instance. 
     521 * @param seconds       The new timeout. 
     522 */ 
     523PJ_DEF(void) pjsip_evsub_uas_set_timeout(pjsip_evsub *sub, 
     524                                         pj_uint32_t seconds); 
     525 
    514526 
    515527PJ_END_DECL 
Note: See TracChangeset for help on using the changeset viewer.