Ignore:
Timestamp:
Jun 24, 2010 12:33:18 PM (14 years ago)
Author:
bennylp
Message:

Fixed #1081: Implement ICE option tag (RFC 5678)

File:
1 edited

Legend:

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

    r3216 r3222  
    305305 
    306306#endif 
     307 
     308/** 
     309 * Controls whether PJSUA-LIB should add ICE media feature tag 
     310 * parameter (the ";+sip.ice" parameter) to Contact header if ICE 
     311 * is enabled in the config. 
     312 * 
     313 * Default: 1 
     314 */ 
     315#ifndef PJSUA_ADD_ICE_TAGS 
     316#   define PJSUA_ADD_ICE_TAGS           1 
     317#endif 
     318 
    307319 
    308320/** 
Note: See TracChangeset for help on using the changeset viewer.