Changes between Version 8 and Version 9 of Python_SIP_Tutorial
- Timestamp:
- Jul 15, 2008 11:57:10 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python_SIP_Tutorial
v8 v9 194 194 [[BR]] 195 195 196 === Account Sample Application===196 ==== Account Sample Application ==== 197 197 198 198 For a complete account sample application (including registration), please see source:pjproject/trunk/pjsip-apps/src/python/samples/registration.py … … 262 262 [[BR]] 263 263 264 === Call Sample Application===264 ==== Call Sample Application ==== 265 265 266 266 For a complete call sample application, please see source:pjproject/trunk/pjsip-apps/src/python/samples/call.py … … 282 282 [[BR]] 283 283 284 == Working with Media == 285 286 The [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 284 296 = Reference Documentation = 285 297