Ignore:
Timestamp:
Dec 6, 2016 7:29:11 AM (7 years ago)
Author:
ming
Message:

Fixed #1982: Add option to reinitialize call media transports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r5455 r5490  
    42854285     * PJSUA_CALL_UNHOLD will take precedence over this flag. 
    42864286     */ 
    4287     PJSUA_CALL_NO_SDP_OFFER = 8 
     4287    PJSUA_CALL_NO_SDP_OFFER = 8, 
     4288 
     4289    /** 
     4290     * Deinitialize and recreate media, including media transport. This flag 
     4291     * is useful in IP address change situation, if the media transport 
     4292     * address (or address family) changes, for example during IPv4/IPv6 
     4293     * network handover. 
     4294     * This flag is only valid for #pjsua_call_reinvite()/reinvite2(), or 
     4295     * #pjsua_call_update()/update2(). 
     4296     * 
     4297     * Warning: If the re-INVITE/UPDATE fails, the old media will not be 
     4298     * reverted. 
     4299     */ 
     4300    PJSUA_CALL_REINIT_MEDIA = 16 
    42884301 
    42894302} pjsua_call_flag; 
Note: See TracChangeset for help on using the changeset viewer.