Changes between Version 3 and Version 4 of pjsip-doc/samples


Ignore:
Timestamp:
Mar 12, 2014 9:28:50 AM (10 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pjsip-doc/samples

    v3 v4  
    2727There is a Hello World type of application located in ``pjsip-apps/src/swig/java``. This requires the Java SWIG module. After building the SWIG module, run ``make test`` from this directory to run the app. 
    2828 
     29iOS/iPhone 
     30---------------- 
     31You can paste the C++ sample application located in ``pjsip-apps/src/samples/pjsua2_demo.cpp`` into a ``.mm`` file in your iOS XCode project. **Important:** You have to use Obj-C++ (``.mm``) file instead of the default Obj-C (``.m``). 
    2932 
    3033Miscellaneous