Changes between Version 4 and Version 5 of pjsip-doc/consider


Ignore:
Timestamp:
Feb 27, 2014 10:28:48 AM (10 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pjsip-doc/consider

    v4 v5  
    11{{{ 
    22#!rst 
    3  
    4 .. toctree:: 
    5    :maxdepth: 2 
    6  
    73 
    84Development Guidelines and Considerations 
     
    176172 
    177173 
    178 Some considerations on pjsua2 C++ API are: 
     174Some considerations on PJSUA2 C++ API are: 
     175 
    179176#. Instead of returning error, the API uses exception for error reporting 
    180 #. pjsua2 uses standard C++ library 
     177#. It uses standard C++ library (STL) 
    181178#. The performance penalty due to the API abstraction should be negligible on typical modern device 
    182179 
    183180 
    184181 
    185 pjsua2 API for Java, Python, and Others 
     182PJSUA2 API for Java, Python, and Others 
    186183--------------------------------------- 
    187 The pjsua2 API is also available for non-native code via SWIG binding. Configurations for Java and Python are provided with the distribution. Thanks to SWIG, other language bindings may be generated relatively easily. 
     184The PJSUA2 API is also available for non-native code via SWIG binding. Configurations for Java and Python are provided with the distribution. Thanks to SWIG, other language bindings may be generated relatively easily. 
    188185  
    189186The pjsua2 API for non-native code is effectively the same as pjsua2 C++ API. However, unlike C++, you cannot access PJSUA-LIB and the underlying C libraries from the scripting language, hence you are limited to what pjsua2 provides. 
     
    199196NAT Issues 
    200197---------- 
    201  
     198TBD. 
    202199 
    203200TCP Requirement 
     
    211208Latency 
    212209------- 
    213  
     210TBD. 
    214211 
    215212Echo Cancellation 
    216213----------------- 
    217  
     214TBD. 
    218215 
    219216