Changes between Version 3 and Version 4 of pjsip-doc/samples
- Timestamp:
- Mar 12, 2014 9:28:50 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/samples
v3 v4 27 27 There 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. 28 28 29 iOS/iPhone 30 ---------------- 31 You 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``). 29 32 30 33 Miscellaneous