Changes between Version 3 and Version 4 of Python_SIP/Calls


Ignore:
Timestamp:
Sep 5, 2008 11:35:05 AM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python_SIP/Calls

    v3 v4  
    4848Please see [http://www.pjsip.org/python/pjsua.htm#Call Call class] documentation. 
    4949 
    50 == Handling Call Events == 
     50== Call Properties == 
    5151 
    5252All call properties such as state, media state, remote peer information, etc. are stored as [http://www.pjsip.org/python/pjsua.htm#CallInfo CallInfo] class, which can be retrieved from the call object with using [http://www.pjsip.org/python/pjsua.htm#Call-info info()] method of the call.