Changes between Version 3 and Version 4 of Using_Standalone_ICE
- Timestamp:
- Mar 16, 2009 2:46:15 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Using_Standalone_ICE
v3 v4 74 74 === Basic lifecycle === 75 75 76 The following are the basic life cycle of ''ice_strans'':76 The following are brief overview about the basic life cycle of ''ice_strans''. Each of the steps above will be explained in subsequent sections: 77 77 * 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: 79 80 - create ICE session 80 - exchange ICE info with remote (username /password, candidate list).81 - exchange ICE info with remote (username, password, candidate list). 81 82 - 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 84 86 - repeat above to start new ICE session 85 87 * destroy ''ice_strans'' 86 87 More will be explained below.88 89 88 90 89 [[BR]]