Changes between Version 8 and Version 9 of Python_SIP_Tutorial


Ignore:
Timestamp:
Jul 15, 2008 11:57:10 AM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python_SIP_Tutorial

    v8 v9  
    194194[[BR]] 
    195195 
    196 === Account Sample Application === 
     196==== Account Sample Application ==== 
    197197 
    198198For a complete account sample application (including registration), please see source:pjproject/trunk/pjsip-apps/src/python/samples/registration.py 
     
    262262[[BR]] 
    263263 
    264 === Call Sample Application === 
     264==== Call Sample Application ==== 
    265265 
    266266For a complete call sample application, please see source:pjproject/trunk/pjsip-apps/src/python/samples/call.py 
     
    282282[[BR]] 
    283283 
     284== Working with Media == 
     285 
     286The [http://www.pjsip.org/python/pjsua.htm#Lib Lib] class provides API to manage media, such as: 
     287 * create WAV file player or recorder 
     288 * manage conference bridge connections 
     289 * manage codecs 
     290 * etc. 
     291 
     292 
     293 
     294[[BR]] 
     295 
    284296= Reference Documentation = 
    285297