Changes between Version 3 and Version 4 of Using_Standalone_ICE


Ignore:
Timestamp:
Mar 16, 2009 2:46:15 PM (15 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Using_Standalone_ICE

    v3 v4  
    7474=== Basic lifecycle === 
    7575 
    76 The following are the basic life cycle of ''ice_strans'': 
     76The following are brief overview about the basic life cycle of ''ice_strans''. Each of the steps above will be explained in subsequent sections: 
    7777 * create ''ice_strans'' 
    78  * start one or more ICE session(s): 
     78 * wait for initialization (a.k.a candidate gathering process) to complete 
     79 * start ICE session: 
    7980     - create ICE session 
    80      - exchange ICE info with remote (username/password, candidate list). 
     81     - exchange ICE info with remote (username, password, candidate list). 
    8182     - start ICE negotiation 
    82      - exchange data 
    83      - destroy ICE session 
     83     - wait for negotiation to complete 
     84     - exchange data between endpoints 
     85     - destroy the ICE session 
    8486     - repeat above to start new ICE session 
    8587 * destroy ''ice_strans'' 
    86  
    87 More will be explained below. 
    88  
    8988 
    9089[[BR]]