Changes between Version 3 and Version 4 of Python_SIP/Calls
- Timestamp:
- Sep 5, 2008 11:35:05 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python_SIP/Calls
v3 v4 48 48 Please see [http://www.pjsip.org/python/pjsua.htm#Call Call class] documentation. 49 49 50 == Handling Call Events ==50 == Call Properties == 51 51 52 52 All 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.