Ignore:
Timestamp:
Feb 15, 2013 3:57:31 AM (11 years ago)
Author:
nanang
Message:

Re #1242: Fixed ICE nego completion check as it always returns FALSE when peer doesn't support ICE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/transport_ice.h

    r3872 r4350  
    6969typedef struct pjmedia_ice_transport_info 
    7070{ 
     71    /** 
     72     * Specifies whether ICE is used, i.e. SDP offer and answer indicates 
     73     * that both parties support ICE and ICE should be used for the session. 
     74     */ 
     75    pj_bool_t active; 
     76 
    7177    /** 
    7278     * ICE sesion state. 
Note: See TracChangeset for help on using the changeset viewer.